Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h49 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs78 const AT_REMOVEDIR = 0x200; constant
H A Dsyscall.rs951 if flags.contains(AtFlags::AT_REMOVEDIR) { in unlinkat()