Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmount.h33 #define MNT_NOSYMFOLLOW 0x80 macro
50 | MNT_READONLY | MNT_NOSYMFOLLOW)
/kernel/linux/linux-5.10/fs/
Dproc_namespace.c73 { MNT_NOSYMFOLLOW, ",nosymfollow" }, in show_mnt_opts()
Dstatfs.c32 if (mnt_flags & MNT_NOSYMFOLLOW) in flags_by_mnt()
Dnamespace.c3200 mnt_flags |= MNT_NOSYMFOLLOW; in path_mount()
Dnamei.c1634 unlikely(link->mnt->mnt_flags & MNT_NOSYMFOLLOW)) in pick_link()