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

/linux-master/include/linux/
H A Ddcache.h410 static inline bool d_can_lookup(const struct dentry *dentry) function
422 return d_can_lookup(dentry) || d_is_autodir(dentry);
/linux-master/fs/cachefiles/
H A Ddaemon.c653 if (!d_can_lookup(path.dentry))
724 if (!d_can_lookup(path.dentry))
H A Dnamei.c168 if (!d_can_lookup(subdir)) {
320 if (!d_can_lookup(cache->graveyard)) {
/linux-master/fs/nfsd/
H A Dnfsfh.c73 if (mode == S_IFDIR && !d_can_lookup(dentry)) {
/linux-master/fs/overlayfs/
H A Dnamei.c270 if (!d_can_lookup(this)) {
336 while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) {
/linux-master/fs/
H A Dnamei.c2341 if (unlikely(!d_can_lookup(nd->path.dentry))) {
2378 if (*s && unlikely(!d_can_lookup(root)))
2427 if (*s && unlikely(!d_can_lookup(dentry))) {
2495 if (!d_can_lookup(nd->path.dentry))
3625 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry))
H A Dopen.c588 if (!d_can_lookup(f.file->f_path.dentry))
/linux-master/fs/notify/fanotify/
H A Dfanotify.c312 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry))
/linux-master/fs/smb/server/
H A Dvfs.c1242 while (d_can_lookup(parent_path->dentry)) {

Completed in 212 milliseconds