Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddcache.h204 #define DCACHE_SPECIAL_TYPE 0x00500000 /* Other file type (or fallthru to such) */ macro
425 return __d_entry_type(dentry) == DCACHE_SPECIAL_TYPE; in d_is_special()
/openbmc/linux/fs/
H A Ddcache.c1992 add_flags = DCACHE_SPECIAL_TYPE; in d_flags_for_inode()