Searched refs:__lookup_slow (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 1667 static struct dentry *__lookup_slow(const struct qstr *name, in __lookup_slow() function 1711 res = __lookup_slow(name, dir, flags); in lookup_slow() 2746 return dentry ? dentry : __lookup_slow(&this, base, 0); in lookup_one_len() 2776 return dentry ? dentry : __lookup_slow(&this, base, 0); in lookup_one()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1535 static struct dentry *__lookup_slow(const struct qstr *name, in __lookup_slow() function 1579 res = __lookup_slow(name, dir, flags); in lookup_slow() 2579 return dentry ? dentry : __lookup_slow(&this, base, 0); in lookup_one_len()
|
Completed in 12 milliseconds