Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddcache.h398 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function
410 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
/openbmc/linux/fs/cachefiles/
H A Ddaemon.c655 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
726 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
H A Dnamei.c168 if (!d_can_lookup(subdir)) { in cachefiles_get_directory()
318 if (!d_can_lookup(cache->graveyard)) { in cachefiles_bury_object()
/openbmc/linux/fs/overlayfs/
H A Dnamei.c269 if (!d_can_lookup(this)) { in ovl_lookup_single()
330 while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) { in ovl_lookup_layer()
H A Dutil.c174 if (!d_can_lookup(dentry) && !d_is_file(dentry) && !d_is_symlink(dentry)) in ovl_dentry_weird()
/openbmc/linux/fs/nfsd/
H A Dnfsfh.c73 if (mode == S_IFDIR && !d_can_lookup(dentry)) { in nfsd_mode_check()
/openbmc/linux/fs/
H A Dnamei.c2339 if (unlikely(!d_can_lookup(nd->path.dentry))) { in link_path_walk()
2376 if (*s && unlikely(!d_can_lookup(root))) in path_init()
2425 if (*s && unlikely(!d_can_lookup(dentry))) { in path_init()
2493 if (!d_can_lookup(nd->path.dentry)) in path_lookupat()
3615 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) in do_open()
H A Dopen.c581 if (!d_can_lookup(f.file->f_path.dentry)) in SYSCALL_DEFINE1()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c316 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry)) in fanotify_group_event_mask()
/openbmc/linux/fs/smb/server/
H A Dvfs.c1240 while (d_can_lookup(parent_path->dentry)) { in ksmbd_vfs_kern_path_locked()