Searched refs:d_can_lookup (Results 1 – 5 of 5) sorted by relevance
427 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function439 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
329 if (!d_can_lookup(cache->graveyard)) { in cachefiles_bury_object()546 } else if (!d_can_lookup(next)) { in cachefiles_walk_to_object()575 } else if (!d_can_lookup(next) && in cachefiles_walk_to_object()776 if (!d_can_lookup(subdir)) { in cachefiles_get_directory()
577 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()649 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
119 !d_can_lookup(path->dentry)) in fanotify_should_send_event()
1986 if (unlikely(!d_can_lookup(nd->path.dentry))) { in link_path_walk()2008 if (!d_can_lookup(root)) in path_init()2066 if (!d_can_lookup(dentry)) { in path_init()2142 if (!d_can_lookup(nd->path.dentry)) in path_lookupat()3166 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) in do_last()