Searched refs:AT_REMOVEDIR (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.8/kernel/src/common/ |
D | fcntl.h | 49 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
|
/DragonOS-0.1.8/user/libs/libc/src/include/export/ |
D | fcntl.h | 53 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
|
/DragonOS-0.1.8/user/libs/libc/src/ |
D | unistd.c | 173 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/ |
D | syscall.rs | 6 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()
|