Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
blkidx
Method · 0.80
next_free_address
Method · 0.80
freeall
Function · 0.80
data_area
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected