Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds