Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs265 let end = __lba_to_bytes(lba_end, blk_size) - self.begin; in next_multiblock()
331 pub fn __lba_to_bytes(lba_id: usize, blk_size: usize) -> BlockId { in __lba_to_bytes() function