Home
last modified time | relevance | path

Searched refs:MNT_EXPIRE (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_02.c10 * 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 Dmount.h28 #ifndef MNT_EXPIRE
29 # define MNT_EXPIRE 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h64 #define MNT_EXPIRE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h63 #define MNT_EXPIRE 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h63 #define MNT_EXPIRE 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h64 #define MNT_EXPIRE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h63 #define MNT_EXPIRE 4 macro
/third_party/musl/include/sys/
H A Dmount.h64 #define MNT_EXPIRE 4 macro
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs55 MNT_EXPIRE;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1072 pub const MNT_EXPIRE: ::c_int = 0x4; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1849 pub const MNT_EXPIRE: ::c_int = 0x4; consts

Completed in 18 milliseconds