Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmount.h31 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
49 | MNT_READONLY | MNT_NOSYMFOLLOW)
/linux-6.3-rc2/fs/
A Dnamespace.c566 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()
582 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()
2069 if (flags & MNT_READONLY) in lock_mnt_tree()
2568 !(mnt_flags & MNT_READONLY)) in can_change_locked_flags()
2592 bool readonly_request = (mnt_flags & MNT_READONLY); in change_mount_ro_state()
2600 mnt->mnt.mnt_flags &= ~MNT_READONLY; in change_mount_ro_state()
3340 mnt_flags |= MNT_READONLY; in path_mount()
3620 mnt_flags |= MNT_READONLY; in attr_flags_to_mnt_flags()
4032 return (!(kattr->attr_set & MNT_READONLY) || in mnt_allow_writers()
4033 (mnt->mnt.mnt_flags & MNT_READONLY)) && in mnt_allow_writers()
[all …]
A Dproc_namespace.c159 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
A Dstatfs.c18 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
/linux-6.3-rc2/fs/overlayfs/
A Dsuper.c1674 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()

Completed in 16 milliseconds