Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddcache.h403 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function
415 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
/Linux-v4.19/fs/cachefiles/
Dnamei.c354 if (!d_can_lookup(cache->graveyard)) { in cachefiles_bury_object()
584 } else if (!d_can_lookup(next)) { in cachefiles_walk_to_object()
614 } else if (!d_can_lookup(next) && in cachefiles_walk_to_object()
818 if (!d_can_lookup(subdir)) { in cachefiles_get_directory()
Ddaemon.c578 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
650 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c110 !d_can_lookup(path->dentry)) in fanotify_should_send_event()
/Linux-v4.19/fs/overlayfs/
Dnamei.c233 if (!d_can_lookup(this)) { in ovl_lookup_single()
288 while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) { in ovl_lookup_layer()
/Linux-v4.19/fs/nfsd/
Dnfsfh.c71 if (mode == S_IFDIR && !d_can_lookup(dentry)) { in nfsd_mode_check()
/Linux-v4.19/fs/
Dnamei.c2161 if (unlikely(!d_can_lookup(nd->path.dentry))) { in link_path_walk()
2187 if (*s && unlikely(!d_can_lookup(root))) in path_init()
2237 if (*s && unlikely(!d_can_lookup(dentry))) { in path_init()
2325 if (!d_can_lookup(nd->path.dentry)) in path_lookupat()
3402 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) in do_last()
Dopen.c474 if (!d_can_lookup(f.file->f_path.dentry)) in SYSCALL_DEFINE1()