Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dmod.rs86 pub const DT_BLK: u16 = 6; constant
107 FileType::BlockDevice => DT_BLK, in get_file_type_num()