Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/block/cache/
H A Dcache_iter.rs16 pub fn new(lba_id: BlockId, data_start_addr: BlockId, block_size: usize) -> Self { in new()
20 _block_size: block_size, in new()
48 block_size: usize, field
52 pub fn new(lba_id_start: BlockId, count: usize, block_size: usize) -> Self { in new()
56 block_size, in new()
69 self.current * self.block_size, in next()
70 self.block_size, in next()
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs346 fn block_size(&self) -> usize; in block_size() method
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs554 fn block_size(&self) -> usize { in block_size() method
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs278 fn block_size(&self) -> usize { in block_size() method