Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnamei.h82 extern int __must_check nd_jump_link(struct path *path);
/OK3568_Linux_fs/kernel/fs/proc/
H A Dnamespaces.c65 error = nd_jump_link(&ns_path); in proc_ns_get_link()
H A Dbase.c1756 error = nd_jump_link(&path); in proc_pid_get_link()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst539 from ->follow_link for normal symlinks, or nd_jump_link for magic
601 nameidata isn't passed at all - nd_jump_link() doesn't need it and
H A Dvfs.rst516 resets the current position with nd_jump_link()). If the body
534 cases when ->get_link uses nd_jump_link() or object is not in
H A Dpath-lookup.rst1179 a string name, but instead calls ``nd_jump_link()`` which updates the
1351 ensure that they return errors from ``nd_jump_link()``, because that is how
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dapparmorfs.c2555 error = nd_jump_link(&path); in policy_get_link()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c993 int nd_jump_link(struct path *path) in nd_jump_link() function