Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h33 MNT_NOSYMFOLLOW = 0x80, enumerator
51 | MNT_READONLY | MNT_NOSYMFOLLOW,
/linux/fs/
H A Dnamespace.c4129 mnt_flags |= MNT_NOSYMFOLLOW; in path_mount()
4397 mnt_flags |= MNT_NOSYMFOLLOW; in attr_flags_to_mnt_flags()
5225 if (mnt_flags & MNT_NOSYMFOLLOW) in mnt_to_attr_flags()
H A Dnamei.c2037 unlikely(link->mnt->mnt_flags & MNT_NOSYMFOLLOW)) in pick_link()