Searched refs:__lba_to_bytes (Results 1 – 1 of 1) sorted by relevance
265 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