Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs53 const S_IFDIR = 0o040000; constant
1320 FileType::Dir => kstat.mode.insert(ModeType::S_IFDIR), in do_fstat()
1491 FileType::Dir => tmp.stx_mode.insert(ModeType::S_IFDIR), in do_statx()