Home
last modified time | relevance | path

Searched refs:ST_RDONLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dstatfs.h31 #define ST_RDONLY 0x0001 /* mount read-only */ macro
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c126 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()
/openbmc/linux/fs/
H A Dstatfs.c19 flags |= ST_RDONLY; in flags_by_mnt()
45 flags |= ST_RDONLY; in flags_by_sb()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c250 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
256 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()