Home
last modified time | relevance | path

Searched refs:UMOUNT_NOFOLLOW (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/include/lapi/
H A Dmount.h32 #ifndef UMOUNT_NOFOLLOW
33 # define UMOUNT_NOFOLLOW 8 macro
/third_party/libfuse/include/
H A Dfuse_mount_compat.h35 #ifndef UMOUNT_NOFOLLOW
36 #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ macro
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_02.c17 * Test for feature UMOUNT_NOFOLLOW of umount2():
49 {FLAG_EXP_ERRNO_DESC(UMOUNT_NOFOLLOW, EINVAL, "symlink"), SYMLINK, 0},
50 {FLAG_DESC(UMOUNT_NOFOLLOW, "mntpoint"), MNTPOINT, 0},
H A Dumount2_03.c19 * Test for feature UMOUNT_NOFOLLOW of umount2().
54 "umount2('symlink', UMOUNT_NOFOLLOW) expected EINVAL"},
56 "umount2('mntpoint', UMOUNT_NOFOLLOW) expected success"},
115 TEST(umount2_retry(test_cases[i].mntpoint, UMOUNT_NOFOLLOW)); in test_umount2()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h65 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h64 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h64 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h65 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h64 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/include/sys/
H A Dmount.h65 #define UMOUNT_NOFOLLOW 8 macro
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs56 UMOUNT_NOFOLLOW;
/third_party/libfuse/util/
H A Dfusermount.c440 int umount_flags = (lazy ? UMOUNT_DETACH : 0) | UMOUNT_NOFOLLOW; in unmount_fuse_locked()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1073 pub const UMOUNT_NOFOLLOW: ::c_int = 0x8; consts

Completed in 10 milliseconds