Searched refs:MNT_FORCE (Results 1 – 25 of 32) sorted by relevance
12
/external/strace/xlat/ |
D | umount_flags.h | 6 #if defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE) 8 static_assert((MNT_FORCE) == (1), "MNT_FORCE != 1"); 11 # define MNT_FORCE 1 45 XLAT(MNT_FORCE),
|
D | umount_flags.in | 1 MNT_FORCE 1
|
/external/syzkaller/sys/linux/ |
D | filesystem_arm.const | 4 MNT_FORCE = 1
|
D | filesystem_arm64.const | 4 MNT_FORCE = 1
|
D | filesystem_amd64.const | 4 MNT_FORCE = 1
|
D | filesystem_ppc64le.const | 4 MNT_FORCE = 1
|
D | filesystem_386.const | 4 MNT_FORCE = 1
|
D | filesystem.txt | 575 umount_flags = MNT_FORCE, MNT_DETACH, MNT_EXPIRE, UMOUNT_NOFOLLOW
|
/external/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_02.c | 58 {MNT_EXPIRE | MNT_FORCE, EINVAL, 0,
|
/external/syzkaller/pkg/osutil/ |
D | osutil_linux.go | 31 syscall.Syscall(syscall.SYS_UMOUNT2, uintptr(unsafe.Pointer(&fn[0])), syscall.MNT_FORCE, 0)
|
/external/toybox/toys/lsb/ |
D | umount.c | 116 if (toys.optflags & FLAG_f) flags |= MNT_FORCE; in umount_main()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_darwin_386.go | 930 MNT_FORCE = 0x80000 const
|
D | zerrors_darwin_arm64.go | 930 MNT_FORCE = 0x80000 const
|
D | zerrors_darwin_amd64.go | 930 MNT_FORCE = 0x80000 const
|
D | zerrors_darwin_arm.go | 930 MNT_FORCE = 0x80000 const
|
D | zerrors_freebsd_386.go | 1003 MNT_FORCE = 0x80000 const
|
D | zerrors_freebsd_arm.go | 1011 MNT_FORCE = 0x80000 const
|
D | zerrors_freebsd_amd64.go | 1004 MNT_FORCE = 0x80000 const
|
D | zerrors_linux_sparc64.go | 788 MNT_FORCE = 0x1 const
|
D | zerrors_linux_mipsle.go | 980 MNT_FORCE = 0x1 const
|
D | zerrors_linux_s390x.go | 979 MNT_FORCE = 0x1 const
|
D | zerrors_linux_arm.go | 979 MNT_FORCE = 0x1 const
|
D | zerrors_linux_ppc64le.go | 979 MNT_FORCE = 0x1 const
|
D | zerrors_linux_mips64.go | 980 MNT_FORCE = 0x1 const
|
D | zerrors_linux_ppc64.go | 979 MNT_FORCE = 0x1 const
|
12