Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dnamei.c1452 unsigned int flags, bool *need_lookup) in lookup_dcache() argument
1457 *need_lookup = false; in lookup_dcache()
1480 *need_lookup = true; in lookup_dcache()
1513 bool need_lookup; in __lookup_hash() local
1516 dentry = lookup_dcache(name, base, flags, &need_lookup); in __lookup_hash()
1517 if (!need_lookup) in __lookup_hash()
1596 goto need_lookup; in lookup_fast()
1607 goto need_lookup; in lookup_fast()
1621 need_lookup: in lookup_fast()
2781 bool got_write, bool need_lookup, in atomic_open() argument
[all …]