MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / bmap_area

Method bmap_area

src/fs/sblk.rs:43–46  ·  view source on GitHub ↗

Bitmap area

(&self)

Source from the content-addressed store, hash-verified

41
42 // Bitmap area
43 pub fn bmap_area(&self) -> u32
44 {
45 SBLK_ADDR + 2
46 }
47
48 // Check ATA
49 pub fn checkata(bus: u8, disk: u8) -> bool

Callers 4

blkidxMethod · 0.80
next_free_addressMethod · 0.80
freeallFunction · 0.80
data_areaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected