Searched refs:MNT_NOSYMFOLLOW (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dmount.h32 #define MNT_NOSYMFOLLOW 0x80 macro
49 | MNT_READONLY | MNT_NOSYMFOLLOW)
/linux-master/fs/
H A Dproc_namespace.c73 { MNT_NOSYMFOLLOW, ",nosymfollow" },
H A Dstatfs.c32 if (mnt_flags & MNT_NOSYMFOLLOW)
H A Dnamespace.c3649 mnt_flags |= MNT_NOSYMFOLLOW;
3934 mnt_flags |= MNT_NOSYMFOLLOW;
4739 if (mnt_flags & MNT_NOSYMFOLLOW)
H A Dnamei.c1781 unlikely(link->mnt->mnt_flags & MNT_NOSYMFOLLOW))

Completed in 188 milliseconds