Searched refs:MNT_READONLY (Results 1 – 4 of 4) sorted by relevance
30 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
16 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
234 if (mnt->mnt_flags & MNT_READONLY) in __mnt_is_readonly()427 mnt->mnt.mnt_flags |= MNT_READONLY; in mnt_make_readonly()441 mnt->mnt.mnt_flags &= ~MNT_READONLY; in __mnt_unmake_readonly()456 if (!(mnt->mnt.mnt_flags & MNT_READONLY)) { in sb_prepare_remount_readonly()2173 mnt_flags |= MNT_READONLY; in do_mount()
146 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()