Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dstatfs.h29 #define ST_RDONLY 0x0001 /* mount read-only */ macro
/linux-4.1.27/tools/testing/selftests/mount/
Dunprivileged-remount-test.c125 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
131 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()
/linux-4.1.27/fs/
Dstatfs.c17 flags |= ST_RDONLY; in flags_by_mnt()