Searched refs:MNT_EXPIRE (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
H A D | umount2_02.c | 10 * Test for feature MNT_EXPIRE of umount2(): 13 * - EAGAIN when initial call to umount2(2) with MNT_EXPIRE 14 * - EAGAIN when umount2(2) with MNT_EXPIRE after access(2) 15 * - succeed when second call to umount2(2) with MNT_EXPIRE 44 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE | MNT_FORCE, EINVAL, ""), MNTPOINT, 0}, 45 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE | MNT_DETACH, EINVAL, ""), MNTPOINT, 0}, 46 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE, EAGAIN, "initial call"), MNTPOINT, 0}, 47 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE, EAGAIN, "after access"), MNTPOINT, 1}, 48 {FLAG_DESC(MNT_EXPIRE, "second call"), MNTPOINT, 0},
|
/third_party/ltp/include/lapi/ |
H A D | mount.h | 28 #ifndef MNT_EXPIRE 29 # define MNT_EXPIRE 4 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 64 #define MNT_EXPIRE 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 63 #define MNT_EXPIRE 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 63 #define MNT_EXPIRE 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 64 #define MNT_EXPIRE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 63 #define MNT_EXPIRE 4 macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 64 #define MNT_EXPIRE 4 macro
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 55 MNT_EXPIRE;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1072 pub const MNT_EXPIRE: ::c_int = 0x4; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1849 pub const MNT_EXPIRE: ::c_int = 0x4; consts
|
Completed in 18 milliseconds