Searched refs:AT_REMOVEDIR (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.7/kernel/src/common/ |
D | fcntl.h | 49 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
|
/DragonOS-0.1.7/user/libs/libc/src/include/export/ |
D | fcntl.h | 53 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
|
/DragonOS-0.1.7/user/libs/libc/src/ |
D | unistd.c | 171 return syscall_invoke(SYS_UNLINK_AT, 0, (uint64_t)path, AT_REMOVEDIR, 0, 0, 0, 0, 0); in rmdir()
|
/DragonOS-0.1.7/kernel/src/filesystem/vfs/ |
D | syscall.rs | 9 pt_regs, verify_area, AT_REMOVEDIR, PAGE_2M_SIZE, PAGE_4K_SIZE, PROC_MAX_FD_NUM, SEEK_CUR, 322 if (flag & (!(AT_REMOVEDIR as u64))) != 0_u64 { in sys_unlink_at() 326 if (flag & (AT_REMOVEDIR as u64)) > 0 { in sys_unlink_at()
|