Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddcache.h213 DCACHE_WHITEOUT_TYPE = (1 << 19), /* Whiteout dentry (stop pathwalk) */ enumerator
419 return __d_entry_type(dentry) == DCACHE_WHITEOUT_TYPE; in d_is_whiteout()