Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h223 #define DCACHE_MAY_FREE 0x00800000 macro
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c588 dentry->d_flags |= DCACHE_MAY_FREE; in __dentry_kill()
1130 can_free = dentry->d_flags & DCACHE_MAY_FREE; in shrink_dentry_list()