Home
last modified time | relevance | path

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

/linux-4.1.27/fs/proc/
Dnamespaces.c38 struct path ns_path; in proc_ns_follow_link() local
46 error = ns_get_path(&ns_path, task, ns_ops); in proc_ns_follow_link()
48 nd_jump_link(nd, &ns_path); in proc_ns_follow_link()