Searched refs:ST_MANDLOCK (Results 1 – 16 of 16) sorted by relevance
48 #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 0x004093 XLAT(ST_MANDLOCK),
7 ST_MANDLOCK 0x0040
128 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()
1276 ST_MANDLOCK = 0x40 const
1251 ST_MANDLOCK = 0x40 const
1245 ST_MANDLOCK = 0x40 const
1270 ST_MANDLOCK = 0x40 const
1259 ST_MANDLOCK = 0x40 const
1240 ST_MANDLOCK = 0x40 const
1249 ST_MANDLOCK = 0x40 const
13106 #ifdef ST_MANDLOCK in all_ins()13107 if (PyModule_AddIntMacro(m, ST_MANDLOCK)) return -1; in all_ins()
2580 (writes are synced at once), :const:`ST_MANDLOCK` (allow mandatory locks on an FS),2598 :const:`ST_MANDLOCK`, :const:`ST_WRITE`, :const:`ST_APPEND`,