Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmount.h30 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
47 | MNT_READONLY)
/linux-4.1.27/fs/
Dnamespace.c276 if (mnt->mnt_flags & MNT_READONLY) in __mnt_is_readonly()
524 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()
538 mnt->mnt.mnt_flags &= ~MNT_READONLY; in __mnt_unmake_readonly()
553 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()
982 if (mnt->mnt.mnt_flags & MNT_READONLY) in clone_mnt()
2164 !(mnt_flags & MNT_READONLY)) { in do_remount()
2692 mnt_flags |= MNT_READONLY; in do_mount()
3225 !(new_flags & MNT_READONLY)) in fs_fully_visible()
Dstatfs.c16 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
Dproc_namespace.c150 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
/linux-4.1.27/fs/overlayfs/
Dsuper.c957 mnt->mnt_flags |= MNT_READONLY; in ovl_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1068 if (mnt->mnt_flags & (MNT_NOATIME | MNT_READONLY)) in file_is_noatime()