Searched refs:lookup_fast (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 1549 static struct dentry *lookup_fast(struct nameidata *nd, in lookup_fast() function 1948 dentry = lookup_fast(nd, &inode, &seq); in walk_component() 3236 dentry = lookup_fast(nd, &inode, &seq); in open_last_lookups()
|