Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnamei.h88 extern void nd_jump_link(struct path *path);
/linux-4.4.14/fs/proc/
Dnamespaces.c48 nd_jump_link(&ns_path); in proc_ns_follow_link()
Dbase.c1583 nd_jump_link(&path); in proc_pid_follow_link()
/linux-4.4.14/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.txt441 nd_jump_link()). If the body won't go away until the inode
/linux-4.4.14/fs/
Dnamei.c848 void nd_jump_link(struct path *path) in nd_jump_link() function