Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h413 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup() function
425 return d_can_lookup(dentry) || d_is_autodir(dentry); in d_is_dir()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dnamei.c351 if (!d_can_lookup(cache->graveyard)) { in cachefiles_bury_object()
581 } else if (!d_can_lookup(next)) { in cachefiles_walk_to_object()
611 } else if (!d_can_lookup(next) && in cachefiles_walk_to_object()
815 if (!d_can_lookup(subdir)) { in cachefiles_get_directory()
H A Ddaemon.c574 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
646 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c252 if (!d_can_lookup(this)) { in ovl_lookup_single()
313 while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) { in ovl_lookup_layer()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsfh.c72 if (mode == S_IFDIR && !d_can_lookup(dentry)) { in nfsd_mode_check()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c253 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry)) in fanotify_group_event_mask()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c2285 if (unlikely(!d_can_lookup(nd->path.dentry))) { in link_path_walk()
2320 if (*s && unlikely(!d_can_lookup(root))) in path_init()
2369 if (*s && unlikely(!d_can_lookup(dentry))) { in path_init()
2437 if (!d_can_lookup(nd->path.dentry)) in path_lookupat()
3324 if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) in do_open()
H A Dopen.c522 if (!d_can_lookup(f.file->f_path.dentry)) in SYSCALL_DEFINE1()