MCPcopy Create free account
hub / github.com/Bananymous/banan-os / bsize

Method bsize

kernel/kernel/FS/FAT/FileSystem.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return validate_bpb(bpb_span.as<const FAT::BPB>());
67 }
68
69 unsigned long FATFS::bsize() const { return m_bpb.bytes_per_sector; }
70 unsigned long FATFS::frsize() const { return m_bpb.bytes_per_sector; }
71 fsblkcnt_t FATFS::blocks() const { return data_sector_count(); }

Callers 1

sys_fstatvfsatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected