Searched refs:lookup_fast (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/Documentation/filesystems/ |
| D | path-lookup.rst | 266 ``lookup_fast()`` first which, in turn, checks to see if the name is in the cache, 447 "``lookup_fast()``" which only looks in the dcache, but will ask the 792 ``lookup_fast()`` is the only lookup routine that is used in RCU-mode, 794 ``lookup_fast()`` that we find the important "hand over hand" tracking 799 new ``seq`` number. ``lookup_fast()`` then copies the inode pointer and
|
| /Linux-v5.10/fs/ |
| D | namei.c | 1453 static struct dentry *lookup_fast(struct nameidata *nd, in lookup_fast() function 1857 dentry = lookup_fast(nd, &inode, &seq); in walk_component() 3144 dentry = lookup_fast(nd, &inode, &seq); in open_last_lookups()
|