Home
last modified time | relevance | path

Searched refs:__lba_to_bytes (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs154 let end = __lba_to_bytes(lba_end, blk_size) - self.begin; in next_multiblock()
220 pub fn __lba_to_bytes(lba_id: usize, blk_size: usize) -> BlockId { in __lba_to_bytes() function