Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h213 #define DCACHE_SPECIAL_TYPE (5 << 20) /* Other file type */ macro
444 return __d_entry_type(dentry) == DCACHE_SPECIAL_TYPE; in d_is_special()