Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddcache.h427 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function
439 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
/linux-4.4.14/fs/cachefiles/
Dnamei.c329 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()
Ddaemon.c577 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
649 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify.c119 !d_can_lookup(path->dentry)) in fanotify_should_send_event()
/linux-4.4.14/fs/
Dnamei.c1986 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()