Searched refs:UMOUNT_NOFOLLOW (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | mount.h | 32 #ifndef UMOUNT_NOFOLLOW 33 # define UMOUNT_NOFOLLOW 8 macro
|
/third_party/libfuse/include/ |
H A D | fuse_mount_compat.h | 35 #ifndef UMOUNT_NOFOLLOW 36 #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ macro
|
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
H A D | umount2_02.c | 17 * 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 D | umount2_03.c | 19 * 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 D | mount.h | 65 #define UMOUNT_NOFOLLOW 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 64 #define UMOUNT_NOFOLLOW 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 64 #define UMOUNT_NOFOLLOW 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 65 #define UMOUNT_NOFOLLOW 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 64 #define UMOUNT_NOFOLLOW 8 macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 65 #define UMOUNT_NOFOLLOW 8 macro
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 56 UMOUNT_NOFOLLOW;
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 440 int umount_flags = (lazy ? UMOUNT_DETACH : 0) | UMOUNT_NOFOLLOW; in unmount_fuse_locked()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1073 pub const UMOUNT_NOFOLLOW: ::c_int = 0x8; consts
|
Completed in 13 milliseconds