Searched refs:step_into (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ |
H A D | namei.c | 1886 static const char *step_into(struct nameidata *nd, int flags, in step_into() function 2015 error = step_into(nd, WALK_NOFOLLOW, parent); in handle_dots() 2059 return step_into(nd, flags, dentry); in walk_component() 2564 return PTR_ERR(step_into(nd, WALK_NOFOLLOW, nd->path.dentry)); in handle_lookup_down() 3721 res = step_into(nd, WALK_TRAILING, dentry); in open_last_lookups()
|
/linux/Documentation/filesystems/ |
H A D | path-lookup.rst | 453 As the last step of walk_component(), step_into() will be called either 459 a symbolic link, step_into() calls pick_link() to deal with it, 1106 When a symlink is found, walk_component() calls pick_link() via step_into()
|