Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dstatfs.h30 #define ST_RDONLY 0x0001 /* mount read-only */ macro
/Linux-v4.19/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-v4.19/fs/
Dstatfs.c19 flags |= ST_RDONLY; in flags_by_mnt()
43 flags |= ST_RDONLY; in flags_by_sb()