Home
last modified time | relevance | path

Searched refs:MNT_USER_SETTABLE_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dmount.h46 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \ macro
/Linux-v4.19/fs/
Dnamespace.c2281 mnt_flags |= mnt->mnt.mnt_flags & ~MNT_USER_SETTABLE_MASK; in do_remount()