MNT_READONLY      248 fs/namespace.c 	return (mnt->mnt_flags & MNT_READONLY) || sb_rdonly(mnt->mnt_sb);
MNT_READONLY      493 fs/namespace.c 		mnt->mnt.mnt_flags |= MNT_READONLY;
MNT_READONLY      507 fs/namespace.c 	mnt->mnt.mnt_flags &= ~MNT_READONLY;
MNT_READONLY      523 fs/namespace.c 		if (!(mnt->mnt.mnt_flags & MNT_READONLY)) {
MNT_READONLY     1910 fs/namespace.c 		if (flags & MNT_READONLY)
MNT_READONLY     2421 fs/namespace.c 	    !(mnt_flags & MNT_READONLY))
MNT_READONLY     2445 fs/namespace.c 	bool readonly_request = (mnt_flags & MNT_READONLY);
MNT_READONLY     3111 fs/namespace.c 		mnt_flags |= MNT_READONLY;
MNT_READONLY     3399 fs/namespace.c 		mnt_flags |= MNT_READONLY;
MNT_READONLY     3876 fs/namespace.c 		    !(new_flags & MNT_READONLY))
MNT_READONLY     1369 fs/overlayfs/super.c 		mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME;
MNT_READONLY      155 fs/proc_namespace.c 	seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw");
MNT_READONLY       18 fs/statfs.c    	if (mnt_flags & MNT_READONLY)
MNT_READONLY       49 include/linux/mount.h 				 | MNT_READONLY)