Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmount.h31 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
48 | MNT_READONLY)
/linux-4.19.296/fs/
Dnamespace.c250 if (mnt->mnt_flags & MNT_READONLY) in __mnt_is_readonly()
499 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()
513 mnt->mnt.mnt_flags &= ~MNT_READONLY; in __mnt_unmake_readonly()
528 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()
1022 if (mnt->mnt.mnt_flags & MNT_READONLY) in clone_mnt()
2283 !(mnt_flags & MNT_READONLY)) { in do_remount()
2796 mnt_flags |= MNT_READONLY; in do_mount()
3365 !(new_flags & MNT_READONLY)) in mnt_already_visible()
Dproc_namespace.c155 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
Dstatfs.c18 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
/linux-4.19.296/fs/overlayfs/
Dsuper.c1351 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_lower_layers()