Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dstatfs.h30 #define ST_RDONLY 0x0001 /* mount read-only */ macro
/Linux-v5.10/tools/testing/selftests/mount/
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-v5.10/fs/
Dstatfs.c19 flags |= ST_RDONLY; in flags_by_mnt()
45 flags |= ST_RDONLY; in flags_by_sb()