Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnamei.h95 extern void nd_jump_link(struct path *path);
/Linux-v4.19/fs/proc/
Dnamespaces.c57 nd_jump_link(&ns_path); in proc_ns_get_link()
Dbase.c1614 nd_jump_link(&path); in proc_pid_get_link()
/Linux-v4.19/Documentation/filesystems/
Dporting456 from ->follow_link for normal symlinks, or nd_jump_link for magic
495 nameidata isn't passed at all - nd_jump_link() doesn't need it and
Dvfs.txt458 nd_jump_link()). If the body won't go away until the inode
469 cases when ->get_link uses nd_jump_link() or object is not in
/Linux-v4.19/security/apparmor/
Dapparmorfs.c2458 nd_jump_link(&path); in policy_get_link()
/Linux-v4.19/fs/
Dnamei.c870 void nd_jump_link(struct path *path) in nd_jump_link() function