Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs122 let count: usize = (range.lba_end - range.lba_start).try_into().unwrap(); in read_at()
158 let count: usize = (range.lba_end - range.lba_start).try_into().unwrap(); in write_at()
201 pub lba_end: usize, // 终止块的lba_id field
242 lba_end: lba_id + 1, in next_block()
254 let lba_end = self.end / blk_size; in next_multiblock() localVariable
259 || lba_start == lba_end in next_multiblock()
265 let end = __lba_to_bytes(lba_end, blk_size) - self.begin; in next_multiblock()
271 lba_end: lba_end, in next_multiblock()