Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddcache.h404 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function
416 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
/kernel/linux/linux-5.10/fs/cachefiles/
Dnamei.c351 if (!d_can_lookup(cache->graveyard)) { in cachefiles_bury_object()
581 } else if (!d_can_lookup(next)) { in cachefiles_walk_to_object()
611 } else if (!d_can_lookup(next) && in cachefiles_walk_to_object()
815 if (!d_can_lookup(subdir)) { in cachefiles_get_directory()
Ddaemon.c574 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
646 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
/kernel/linux/linux-5.10/fs/overlayfs/
Dnamei.c251 if (!d_can_lookup(this)) { in ovl_lookup_single()
312 while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) { in ovl_lookup_layer()
/kernel/linux/linux-5.10/fs/nfsd/
Dnfsfh.c72 if (mode == S_IFDIR && !d_can_lookup(dentry)) { in nfsd_mode_check()
/kernel/linux/linux-5.10/fs/notify/fanotify/
Dfanotify.c253 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry)) in fanotify_group_event_mask()
/kernel/linux/linux-5.10/fs/
Dnamei.c2207 if (unlikely(!d_can_lookup(nd->path.dentry))) { in link_path_walk()
2243 if (*s && unlikely(!d_can_lookup(root))) in path_init()
2292 if (*s && unlikely(!d_can_lookup(dentry))) { in path_init()
2360 if (!d_can_lookup(nd->path.dentry)) in path_lookupat()
3303 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) in do_open()
Dopen.c521 if (!d_can_lookup(f.file->f_path.dentry)) in SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/fs/hmdfs/
Dstash.c169 if (d_can_lookup(child)) in hmdfs_do_vfs_mkdir()
252 return d_is_positive(child) && d_can_lookup(child); in hmdfs_is_dir()