Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h32 MNT_READONLY = 0x40, /* does the user want this to be r/o? */ enumerator
51 | MNT_READONLY | MNT_NOSYMFOLLOW,
/linux/fs/
H A Dstatfs.c18 if (mnt_flags & MNT_READONLY) in flags_by_mnt()
/linux/fs/overlayfs/
H A Dsuper.c1112 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()