Home
last modified time | relevance | path

Searched refs:UMOUNT_NOFOLLOW (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/include/lapi/
Dmount.h29 #ifndef UMOUNT_NOFOLLOW
30 #define UMOUNT_NOFOLLOW 8 macro
/third_party/libfuse/include/
Dfuse_mount_compat.h35 #ifndef UMOUNT_NOFOLLOW
36 #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h64 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h64 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h64 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/include/sys/
Dmount.h65 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h65 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h64 #define UMOUNT_NOFOLLOW 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h65 #define UMOUNT_NOFOLLOW 8 macro
/third_party/ltp/testcases/kernel/syscalls/umount2/
Dumount2_03.c115 TEST(umount2_retry(test_cases[i].mntpoint, UMOUNT_NOFOLLOW)); in test_umount2()
/third_party/rust/crates/nix/src/mount/
Dlinux.rs56 UMOUNT_NOFOLLOW;
/third_party/libfuse/util/
Dfusermount.c440 int umount_flags = (lazy ? UMOUNT_DETACH : 0) | UMOUNT_NOFOLLOW; in unmount_fuse_locked()
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1073 pub const UMOUNT_NOFOLLOW: ::c_int = 0x8; constant
/third_party/rust/crates/nix/
DCHANGELOG.md198 - Added `UMOUNT_NOFOLLOW`, `FUSE_SUPER_MAGIC` on Linux.