Home
last modified time | relevance | path

Searched refs:is_anon_ns (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dpnode.h15 #define IS_MNT_NEW(m) (!(m)->mnt_ns || is_anon_ns((m)->mnt_ns))
H A Dmount.h156 static inline bool is_anon_ns(struct mnt_namespace *ns) in is_anon_ns() function
H A Dd_path.c123 if (!IS_ERR_OR_NULL(mnt_ns) && !is_anon_ns(mnt_ns)) in prepend_path()
H A Dnamespace.c1906 if (is_anon_ns(ns)) in dissolve_on_fput()
2712 if (!(attached ? check_mnt(old) : is_anon_ns(ns))) in do_move_mount()
3259 if (!is_anon_ns(ns)) in free_mnt_ns()
4089 if (is_anon_ns(mnt_ns)) in mntns_install()