Searched refs:s_dentry_lru (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | super.c | 205 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan() 265 total_objects += list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_count() 301 list_lru_destroy(&s->s_dentry_lru); in destroy_unused_super() 390 if (list_lru_init_memcg(&s->s_dentry_lru, s->s_shrink)) in alloc_super() 411 WARN_ON(s->s_dentry_lru.node); in __put_super() 485 list_lru_destroy(&s->s_dentry_lru); in deactivate_locked_super()
|
| H A D | dcache.c | 498 &dentry->d_sb->s_dentry_lru, &dentry->d_lru)); in d_lru_add() 509 &dentry->d_sb->s_dentry_lru, &dentry->d_lru)); in d_lru_del() 1254 freed = list_lru_shrink_walk(&sb->s_dentry_lru, sc, in prune_dcache_sb() 1293 list_lru_walk(&sb->s_dentry_lru, in shrink_dcache_sb() 1296 } while (list_lru_count(&sb->s_dentry_lru) > 0); in shrink_dcache_sb() 1740 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru, in __d_alloc()
|
| /linux/include/linux/fs/ |
| H A D | super_types.h | 255 struct list_lru s_dentry_lru; member
|