Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dnamei.c1351 unsigned int flags, bool *need_lookup) in lookup_dcache() argument
1356 *need_lookup = false; in lookup_dcache()
1379 *need_lookup = true; in lookup_dcache()
1412 bool need_lookup; in __lookup_hash() local
1415 dentry = lookup_dcache(name, base, flags, &need_lookup); in __lookup_hash()
1416 if (!need_lookup) in __lookup_hash()
1494 goto need_lookup; in lookup_fast()
1505 goto need_lookup; in lookup_fast()
1524 need_lookup: in lookup_fast()
2714 bool got_write, bool need_lookup, in atomic_open() argument
[all …]