Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Dfcntl.h49 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dfcntl.h53 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
/DragonOS-0.1.8/user/libs/libc/src/
Dunistd.c173 return syscall_invoke(SYS_UNLINK_AT, 0, (uint64_t)path, AT_REMOVEDIR, 0, 0, 0, 0, 0); in rmdir()
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dsyscall.rs6 include::bindings::bindings::{verify_area, AT_REMOVEDIR, PAGE_4K_SIZE, PROC_MAX_FD_NUM},
348 if (flags & (!AT_REMOVEDIR)) != 0 { in unlinkat()
352 if (flags & AT_REMOVEDIR) > 0 { in unlinkat()