Searched refs:step_into (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1700 static const char *step_into(struct nameidata *nd, int flags, in step_into() function 1830 error = step_into(nd, WALK_NOFOLLOW, in handle_dots() 1833 error = step_into(nd, WALK_NOFOLLOW, in handle_dots() 1880 return step_into(nd, flags, dentry, inode, seq); in walk_component() 2333 return PTR_ERR(step_into(nd, WALK_NOFOLLOW, in handle_lookup_down() 3263 res = step_into(nd, WALK_TRAILING, dentry, inode, seq); in open_last_lookups()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 1835 static const char *step_into(struct nameidata *nd, int flags, in step_into() function 1964 error = step_into(nd, WALK_NOFOLLOW, parent); in handle_dots() 2008 return step_into(nd, flags, dentry); in walk_component() 2467 return PTR_ERR(step_into(nd, WALK_NOFOLLOW, nd->path.dentry)); in handle_lookup_down() 3581 res = step_into(nd, WALK_TRAILING, dentry); in open_last_lookups()
|
Completed in 17 milliseconds