Searched refs:lookup_dcache (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 1566 static struct dentry *lookup_dcache(const struct qstr *name, in lookup_dcache() function 1594 struct dentry *dentry = lookup_dcache(name, base, flags); in lookup_one_qstr_excl() 2718 return lookup_dcache(&this, base, 0); in try_lookup_one_len() 2745 dentry = lookup_dcache(&this, base, 0); in lookup_one_len() 2775 dentry = lookup_dcache(&this, base, 0); in lookup_one() 2805 ret = lookup_dcache(&this, base, 0); in lookup_one_unlocked()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1421 static struct dentry *lookup_dcache(const struct qstr *name, in lookup_dcache() function 1448 struct dentry *dentry = lookup_dcache(name, base, flags); in __lookup_hash() 2551 return lookup_dcache(&this, base, 0); in try_lookup_one_len() 2578 dentry = lookup_dcache(&this, base, 0); in lookup_one_len() 2606 ret = lookup_dcache(&this, base, 0); in lookup_one_len_unlocked()
|
Completed in 13 milliseconds