Home
last modified time | relevance | path

Searched refs:DCACHE_MAY_FREE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h214 #define DCACHE_MAY_FREE 0x00800000 macro
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h207 #define DCACHE_MAY_FREE 0x00800000 macro
/kernel/linux/linux-5.10/fs/
H A Ddcache.c588 dentry->d_flags |= DCACHE_MAY_FREE; in __dentry_kill()
1131 can_free = dentry->d_flags & DCACHE_MAY_FREE; in shrink_dentry_list()
/kernel/linux/linux-6.6/fs/
H A Ddcache.c616 dentry->d_flags |= DCACHE_MAY_FREE; in __dentry_kill()
1191 can_free = dentry->d_flags & DCACHE_MAY_FREE; in shrink_dentry_list()

Completed in 11 milliseconds