Home
last modified time | relevance | path

Searched refs:d_is_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Ddcache.h428 static inline bool d_is_file(const struct dentry *dentry) in d_is_file() function
/openbmc/linux/fs/overlayfs/
H A Dutil.c174 if (!d_can_lookup(dentry) && !d_is_file(dentry) && !d_is_symlink(dentry)) in ovl_dentry_weird()