Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnamei.h115 extern int __must_check nd_jump_link(const struct path *path);
/linux/fs/proc/
H A Dnamespaces.c65 error = nd_jump_link(&ns_path); in proc_ns_get_link()
H A Dbase.c1813 error = nd_jump_link(&path); in proc_pid_get_link()
/linux/security/apparmor/
H A Dapparmorfs.c2599 error = nd_jump_link(&path); in policy_get_link()
/linux/Documentation/filesystems/
H A Dvfs.rst597 resets the current position with nd_jump_link()). If the body
615 cases when ->get_link uses nd_jump_link() or object is not in
H A Dpath-lookup.rst1160 a string name, but instead calls nd_jump_link() which updates the
1327 ensure that they return errors from ``nd_jump_link()``, because that is how
/linux/fs/
H A Dnamei.c1001 int nd_jump_link(const struct path *path) in nd_jump_link() function