Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Ddcache.h200 #define DCACHE_WHITEOUT_TYPE 0x00100000 /* Whiteout dentry (stop pathwalk) */ macro
395 return __d_entry_type(dentry) == DCACHE_WHITEOUT_TYPE; in d_is_whiteout()