Searched refs:link_path_walk (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/Documentation/filesystems/ |
| D | path-lookup.rst | 148 management. This code is found in the ``link_path_walk()`` function, if 419 "``link_path_walk()``" function, which handles the lookup of everything 453 ``link_path_walk()`` only walks as far as setting ``nd->last`` and 462 of housekeeping around ``link_path_walk()`` and returns the parent 643 each of which calls ``link_path_walk()``. The ``path_*`` functions are 1099 The main loop in ``link_path_walk()`` iterates seamlessly over all 1172 All this leads to ``link_path_walk()`` walking down every component, and 1180 potentially need to call ``link_path_walk()`` again and again on 1184 This case is handled by the relevant caller of ``link_path_walk()``, such as 1185 ``path_lookupat()`` using a loop that calls ``link_path_walk()``, and then [all …]
|
| /Linux-v5.4/fs/ |
| D | namei.c | 2058 static int link_path_walk(const char *name, struct nameidata *nd) in link_path_walk() function 2307 while (!(err = link_path_walk(s, nd)) in path_lookupat() 2356 int err = link_path_walk(s, nd); in path_parentat() 2684 while (!(err = link_path_walk(s, nd)) && in path_mountpoint() 3524 while (!(error = link_path_walk(s, nd)) && in path_openat()
|