Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddcache.h211 #define DCACHE_MAY_FREE 0x00800000 macro
/linux-4.19.296/fs/
Ddcache.c575 dentry->d_flags |= DCACHE_MAY_FREE; in __dentry_kill()
1072 can_free = dentry->d_flags & DCACHE_MAY_FREE; in shrink_dentry_list()