Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmount.h30 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ macro
/linux-3.4.99/fs/
Dstatfs.c16 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
Dnamespace.c234 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()
Dproc_namespace.c146 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo()