Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddcache.h207 #define DCACHE_WHITEOUT_TYPE 0x00100000 /* Whiteout dentry (stop pathwalk) */ macro
401 return __d_entry_type(dentry) == DCACHE_WHITEOUT_TYPE; in d_is_whiteout()