Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/block/cache/
H A Dcache_block.rs36 let space_box = data.into_boxed_slice(); in from_data() localVariable
37 CacheBlock::new(space_box, CacheBlockFlag::Unwrited, lba_id) in from_data()