Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h417 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function
429 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
/linux/fs/cachefiles/
H A Ddaemon.c654 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
725 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
/linux/fs/overlayfs/
H A Dnamei.c270 if (!d_can_lookup(this)) { in ovl_lookup_single()
336 while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) { in ovl_lookup_layer()
/linux/fs/notify/fanotify/
H A Dfanotify.c312 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry)) in fanotify_group_event_mask()