Home
last modified time | relevance | path

Searched refs:ST_MANDLOCK (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dstatfs_flags.h48 #if defined(ST_MANDLOCK) || (defined(HAVE_DECL_ST_MANDLOCK) && HAVE_DECL_ST_MANDLOCK)
50 static_assert((ST_MANDLOCK) == (0x0040), "ST_MANDLOCK != 0x0040");
53 # define ST_MANDLOCK 0x0040
93 XLAT(ST_MANDLOCK),
Dstatfs_flags.in7 ST_MANDLOCK 0x0040
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c128 ST_SYNCHRONOUS | ST_MANDLOCK)) { in read_mnt_flags()
148 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
149 mnt_flags |= ST_MANDLOCK; in read_mnt_flags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1276 ST_MANDLOCK = 0x40 const
Dztypes_linux_386.go1251 ST_MANDLOCK = 0x40 const
Dztypes_linux_mips.go1245 ST_MANDLOCK = 0x40 const
Dztypes_linux_amd64.go1270 ST_MANDLOCK = 0x40 const
Dztypes_linux_ppc64.go1259 ST_MANDLOCK = 0x40 const
Dztypes_linux_mips64.go1251 ST_MANDLOCK = 0x40 const
Dztypes_linux_mipsle.go1245 ST_MANDLOCK = 0x40 const
Dztypes_linux_arm.go1240 ST_MANDLOCK = 0x40 const
Dztypes_linux_arm64.go1249 ST_MANDLOCK = 0x40 const
Dztypes_linux_mips64le.go1251 ST_MANDLOCK = 0x40 const
Dztypes_linux_ppc64le.go1259 ST_MANDLOCK = 0x40 const
/external/python/cpython3/Modules/
Dposixmodule.c13106 #ifdef ST_MANDLOCK in all_ins()
13107 if (PyModule_AddIntMacro(m, ST_MANDLOCK)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst2580 (writes are synced at once), :const:`ST_MANDLOCK` (allow mandatory locks on an FS),
2598 :const:`ST_MANDLOCK`, :const:`ST_WRITE`, :const:`ST_APPEND`,