d_can_lookup      574 fs/cachefiles/daemon.c 	if (!d_can_lookup(path.dentry))
d_can_lookup      646 fs/cachefiles/daemon.c 	if (!d_can_lookup(path.dentry))
d_can_lookup      351 fs/cachefiles/namei.c 	if (!d_can_lookup(cache->graveyard)) {
d_can_lookup      581 fs/cachefiles/namei.c 		} else if (!d_can_lookup(next)) {
d_can_lookup      611 fs/cachefiles/namei.c 		} else if (!d_can_lookup(next) &&
d_can_lookup      815 fs/cachefiles/namei.c 	if (!d_can_lookup(subdir)) {
d_can_lookup     2152 fs/namei.c     		if (unlikely(!d_can_lookup(nd->path.dentry))) {
d_can_lookup     2178 fs/namei.c     		if (*s && unlikely(!d_can_lookup(root)))
d_can_lookup     2228 fs/namei.c     		if (*s && unlikely(!d_can_lookup(dentry))) {
d_can_lookup     2316 fs/namei.c     		if (!d_can_lookup(nd->path.dentry))
d_can_lookup     3395 fs/namei.c     	if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry))
d_can_lookup       71 fs/nfsd/nfsfh.c 		if (mode == S_IFDIR && !d_can_lookup(dentry)) {
d_can_lookup      166 fs/notify/fanotify/fanotify.c 		if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry))
d_can_lookup      494 fs/open.c      	if (!d_can_lookup(f.file->f_path.dentry))
d_can_lookup      231 fs/overlayfs/namei.c 	if (!d_can_lookup(this)) {
d_can_lookup      292 fs/overlayfs/namei.c 	while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) {
d_can_lookup      414 include/linux/dcache.h 	return d_can_lookup(dentry) || d_is_autodir(dentry);