Searched refs:s_dentry_lru (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ |
| H A D | super.c | 203 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan() 263 total_objects += list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_count() 299 list_lru_destroy(&s->s_dentry_lru); in destroy_unused_super() 388 if (list_lru_init_memcg(&s->s_dentry_lru, s->s_shrink)) in alloc_super() 408 WARN_ON(s->s_dentry_lru.node); in __put_super() 482 list_lru_destroy(&s->s_dentry_lru); in deactivate_locked_super()
|
| H A D | dcache.c | 488 &dentry->d_sb->s_dentry_lru, &dentry->d_lru)); in d_lru_add() 499 &dentry->d_sb->s_dentry_lru, &dentry->d_lru)); in d_lru_del() 1211 freed = list_lru_shrink_walk(&sb->s_dentry_lru, sc, in prune_dcache_sb() 1250 list_lru_walk(&sb->s_dentry_lru, in shrink_dcache_sb() 1253 } while (list_lru_count(&sb->s_dentry_lru) > 0); in shrink_dcache_sb() 1681 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru, in __d_alloc()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 1435 struct list_lru s_dentry_lru; member
|