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