Searched refs:MNT_READONLY (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dmount.h31 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
49 | MNT_READONLY | MNT_NOSYMFOLLOW)
/linux-master/fs/
H A Dnamespace.c277 return (mnt->mnt_flags & MNT_READONLY) || sb_rdonly(mnt->mnt_sb);
381 * s_readonly_remount set (or even SB_RDONLY / MNT_READONLY flags) in
536 * seeing MNT_READONLY).
569 * MNT_READONLY must become visible before ~MNT_WRITE_HOLD, so writers
570 * that become unheld will see MNT_READONLY.
582 mnt->mnt.mnt_flags |= MNT_READONLY;
598 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) {
2161 if (flags & MNT_READONLY)
2754 !(mnt_flags & MNT_READONLY))
2778 bool readonly_request = (mnt_flags & MNT_READONLY);
[all...]
H A Dproc_namespace.c155 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw");
H A Dstatfs.c18 if (mnt_flags & MNT_READONLY)
/linux-master/fs/overlayfs/
H A Dsuper.c1061 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME;

Completed in 205 milliseconds