Home
last modified time | relevance | path

Searched refs:MNT_FORCE (Results 1 – 25 of 32) sorted by relevance

12

/external/strace/xlat/
Dumount_flags.h6 #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),
Dumount_flags.in1 MNT_FORCE 1
/external/syzkaller/sys/linux/
Dfilesystem_arm.const4 MNT_FORCE = 1
Dfilesystem_arm64.const4 MNT_FORCE = 1
Dfilesystem_amd64.const4 MNT_FORCE = 1
Dfilesystem_ppc64le.const4 MNT_FORCE = 1
Dfilesystem_386.const4 MNT_FORCE = 1
Dfilesystem.txt575 umount_flags = MNT_FORCE, MNT_DETACH, MNT_EXPIRE, UMOUNT_NOFOLLOW
/external/ltp/testcases/kernel/syscalls/umount2/
Dumount2_02.c58 {MNT_EXPIRE | MNT_FORCE, EINVAL, 0,
/external/syzkaller/pkg/osutil/
Dosutil_linux.go31 syscall.Syscall(syscall.SYS_UMOUNT2, uintptr(unsafe.Pointer(&fn[0])), syscall.MNT_FORCE, 0)
/external/toybox/toys/lsb/
Dumount.c116 if (toys.optflags & FLAG_f) flags |= MNT_FORCE; in umount_main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_darwin_386.go930 MNT_FORCE = 0x80000 const
Dzerrors_darwin_arm64.go930 MNT_FORCE = 0x80000 const
Dzerrors_darwin_amd64.go930 MNT_FORCE = 0x80000 const
Dzerrors_darwin_arm.go930 MNT_FORCE = 0x80000 const
Dzerrors_freebsd_386.go1003 MNT_FORCE = 0x80000 const
Dzerrors_freebsd_arm.go1011 MNT_FORCE = 0x80000 const
Dzerrors_freebsd_amd64.go1004 MNT_FORCE = 0x80000 const
Dzerrors_linux_sparc64.go788 MNT_FORCE = 0x1 const
Dzerrors_linux_mipsle.go980 MNT_FORCE = 0x1 const
Dzerrors_linux_s390x.go979 MNT_FORCE = 0x1 const
Dzerrors_linux_arm.go979 MNT_FORCE = 0x1 const
Dzerrors_linux_ppc64le.go979 MNT_FORCE = 0x1 const
Dzerrors_linux_mips64.go980 MNT_FORCE = 0x1 const
Dzerrors_linux_ppc64.go979 MNT_FORCE = 0x1 const

12