Searched refs:MNT_READONLY (Results 1 – 5 of 5) sorted by relevance
31 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro49 | MNT_READONLY | MNT_NOSYMFOLLOW)
575 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()591 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()2159 if (flags & MNT_READONLY) in lock_mnt_tree()2749 !(mnt_flags & MNT_READONLY)) in can_change_locked_flags()2773 bool readonly_request = (mnt_flags & MNT_READONLY); in change_mount_ro_state()2781 mnt->mnt.mnt_flags &= ~MNT_READONLY; in change_mount_ro_state()3649 mnt_flags |= MNT_READONLY; in path_mount()3929 mnt_flags |= MNT_READONLY; in attr_flags_to_mnt_flags()4346 return (!(kattr->attr_set & MNT_READONLY) || in mnt_allow_writers()4347 (mnt->mnt.mnt_flags & MNT_READONLY)) && in mnt_allow_writers()[all …]
159 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
18 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
1116 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()