Home
last modified time | relevance | path

Searched refs:lookup_fast (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/Documentation/filesystems/
Dpath-lookup.rst266 ``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
791 ``lookup_fast()`` is the only lookup routine that is used in RCU-mode,
793 ``lookup_fast()`` that we find the important "hand over hand" tracking
798 new ``seq`` number. ``lookup_fast()`` then copies the inode pointer and
/linux-5.19.10/fs/
Dnamei.c1612 static struct dentry *lookup_fast(struct nameidata *nd, in lookup_fast() function
2012 dentry = lookup_fast(nd, &inode, &seq); in walk_component()
3415 dentry = lookup_fast(nd, &inode, &seq); in open_last_lookups()