Home
last modified time | relevance | path

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

/linux/fs/
A Dnamei.c1667 static struct dentry *lookup_slow(const struct qstr *name, in lookup_slow() function
1970 dentry = lookup_slow(&nd->last, nd->path.dentry, nd->flags); in walk_component()
2745 ret = lookup_slow(&this, base, 0); in lookup_one_len_unlocked()
/linux/Documentation/filesystems/
A Dpath-lookup.rst268 falls back to ``lookup_slow()`` which takes a shared lock on ``i_rwsem``, checks again that
449 If that doesn't get a good result, it calls "``lookup_slow()``" which
792 ``lookup_slow()`` being too slow and requiring locks. It is in

Completed in 19 milliseconds