Home
last modified time | relevance | path

Searched refs:walk_component (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst257 prevents changes during lookup of a name in a directory. ``walk_component()`` uses
259 using only ``d_lock`` locking. If the name isn't found, then ``walk_component()``
426 ``walk_component()`` and repeat from the top.
428 ``walk_component()`` is even easier. If the component is ``LAST_DOTS``,
438 In the absence of symbolic links, ``walk_component()`` creates a new
455 not call ``walk_component()`` that last time. Handling that final
471 calls ``walk_component()`` on the final component through a call to
1107 When a symlink is found, ``walk_component()`` returns the value ``1``
1124 stack in ``walk_component()`` immediately when the symlink is found;
1125 ``walk_component()`` is also the last piece of code that needs to look at the
[all …]
/Linux-v5.4/fs/
Dnamei.c1779 static int walk_component(struct nameidata *nd, int flags) in walk_component() function
2128 err = walk_component(nd, WALK_FOLLOW); in link_path_walk()
2131 err = walk_component(nd, WALK_FOLLOW | WALK_MORE); in link_path_walk()
2263 return walk_component(nd, 0); in lookup_last()
/Linux-v5.4/Documentation/trace/
Dftrace.rst1420 => walk_component