Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Ddirent.h47 #define DT_BLK 6 macro
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dmod.rs54 pub const DT_BLK: u16 = 6; constant
70 FileType::BlockDevice => DT_BLK, in get_file_type_num()
/DragonOS-0.1.8/user/apps/shell/
Dcmd.c276 else if (buf->d_type == DT_BLK || buf->d_type == DT_CHR) in shell_cmd_ls()