Searched refs:ST_RDONLY (Results 1 – 22 of 22) sorted by relevance
13 #if defined(ST_RDONLY) || (defined(HAVE_DECL_ST_RDONLY) && HAVE_DECL_ST_RDONLY)15 static_assert((ST_RDONLY) == (0x0001), "ST_RDONLY != 0x0001");18 # define ST_RDONLY 0x000188 XLAT(ST_RDONLY),
2 ST_RDONLY 0x0001
37 #ifndef ST_RDONLY38 #define ST_RDONLY 1 macro
126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()132 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()
45 if (!(vfsbuf.f_flag & ST_RDONLY)) { in verify_selinuxmnt()
1251 ST_RDONLY = 0x1 const
1246 ST_RDONLY = 0x1 const
1255 ST_RDONLY = 0x1 const
1265 ST_RDONLY = 0x1 const
1276 ST_RDONLY = 0x1 const
1257 ST_RDONLY = 0x1 const
1282 ST_RDONLY = 0x1 const
617 flag = (st->f_flag & ST_RDONLY) ? SSH2_FXE_STATVFS_ST_RDONLY : 0; in send_statvfs()
374 st->f_flag = (flag & SSH2_FXE_STATVFS_ST_RDONLY) ? ST_RDONLY : 0; in get_decode_statvfs()
13089 #ifdef ST_RDONLY in all_ins()13090 if (PyModule_AddIntMacro(m, ST_RDONLY)) return -1; in all_ins()
2388 buf->f_flag |= ST_RDONLY; in op_statfs()
2573 bit-flags: if :const:`ST_RDONLY` is set, the filesystem is mounted2591 The :const:`ST_RDONLY` and :const:`ST_NOSUID` constants were added.
12519 - Issue #7647: The posix module now has the ST_RDONLY and ST_NOSUID constants,