Home
last modified time | relevance | path

Searched defs:full (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs429 let full = multi && range.is_multi() || !multi && range.is_full(); in write_at_bytes() localVariable
468 let full = multi && range.is_multi() || !multi && range.is_full(); in read_at_bytes() localVariable