Home
last modified time | relevance | path

Searched refs:link_path_walk (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst149 management. This code is found in the ``link_path_walk()`` function, if
435 "``link_path_walk()``" function, which handles the lookup of everything
471 ``link_path_walk()`` only walks as far as setting ``nd->last`` and
480 of housekeeping around ``link_path_walk()`` and returns the parent
658 each of which calls ``link_path_walk()``. The ``path_*()`` functions are
1098 The main loop in ``link_path_walk()`` iterates seamlessly over all
1168 All this leads to ``link_path_walk()`` walking down every component, and
1176 potentially need to call ``link_path_walk()`` again and again on
1180 This case is handled by relevant callers of link_path_walk(), such as
1181 path_lookupat(), path_openat() using a loop that calls link_path_walk(),
[all …]
/openbmc/linux/fs/
H A Dnamei.c2247 static int link_path_walk(const char *name, struct nameidata *nd) in link_path_walk() function
2482 while (!(err = link_path_walk(s, nd)) && in path_lookupat()
2530 int err = link_path_walk(s, nd); in path_parentat()
3787 while (!(error = link_path_walk(s, nd)) && in path_openat()