Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs80 pub blk_size_log2: u8, field
92 pub blk_size_log2: u8, field
97 pub fn new(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new()
101 blk_size_log2, in new()
105 pub fn new_multiblock(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new_multiblock()
110 blk_size_log2, in new_multiblock()
117 let blk_size_log2 = self.blk_size_log2; in next_block() localVariable
118 let blk_size = 1usize << self.blk_size_log2; in next_block()
134 blk_size_log2, in next_block()
140 let blk_size_log2 = self.blk_size_log2; in next_multiblock() localVariable
[all …]
H A Dgendisk.rs29 let bsizelog2 = bdev.upgrade().unwrap().blk_size_log2(); in new()
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs541 fn blk_size_log2(&self) -> u8 { in blk_size_log2() method
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs265 fn blk_size_log2(&self) -> u8 { in blk_size_log2() method