Searched refs:MNT_READONLY (Results 1 – 6 of 6) sorted by relevance
30 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro47 | MNT_READONLY)
276 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()
16 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
150 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()
957 mnt->mnt_flags |= MNT_READONLY; in ovl_fill_super()
1068 if (mnt->mnt_flags & (MNT_NOATIME | MNT_READONLY)) in file_is_noatime()