Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
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()
/linux-6.1.9/fs/cachefiles/ !
Ddaemon.c642 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
713 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
Dnamei.c168 if (!d_can_lookup(subdir)) { in cachefiles_get_directory()
318 if (!d_can_lookup(cache->graveyard)) { in cachefiles_bury_object()
/linux-6.1.9/fs/overlayfs/ !
Dnamei.c262 if (!d_can_lookup(this)) { in ovl_lookup_single()
323 while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) { in ovl_lookup_layer()
/linux-6.1.9/fs/nfsd/ !
Dnfsfh.c73 if (mode == S_IFDIR && !d_can_lookup(dentry)) { in nfsd_mode_check()
/linux-6.1.9/fs/ !
Dnamei.c2330 if (unlikely(!d_can_lookup(nd->path.dentry))) { in link_path_walk()
2367 if (*s && unlikely(!d_can_lookup(root))) in path_init()
2416 if (*s && unlikely(!d_can_lookup(dentry))) { in path_init()
2484 if (!d_can_lookup(nd->path.dentry)) in path_lookupat()
3540 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) in do_open()
Dopen.c544 if (!d_can_lookup(f.file->f_path.dentry)) in SYSCALL_DEFINE1()
/linux-6.1.9/fs/notify/fanotify/ !
Dfanotify.c315 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry)) in fanotify_group_event_mask()
/linux-6.1.9/fs/ksmbd/ !
Dvfs.c1242 while (d_can_lookup(parent.dentry)) { in ksmbd_vfs_kern_path()