Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddcache.h424 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function
436 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
/linux-4.1.27/fs/cachefiles/
Dnamei.c326 if (!d_can_lookup(cache->graveyard)) { in cachefiles_bury_object()
542 } else if (!d_can_lookup(next)) { in cachefiles_walk_to_object()
571 } else if (!d_can_lookup(next) && in cachefiles_walk_to_object()
766 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.1.27/fs/notify/fanotify/
Dfanotify.c119 !d_can_lookup(path->dentry)) in fanotify_should_send_event()
/linux-4.1.27/fs/
Dnamei.c1882 if (!d_can_lookup(nd->path.dentry)) { in link_path_walk()
1905 if (!d_can_lookup(root)) in path_init()
1961 if (!d_can_lookup(dentry)) { in path_init()
2055 if (!d_can_lookup(nd->path.dentry)) { in path_lookupat()
3105 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) in do_last()