Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c205 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()
/linux/include/linux/fs/
H A Dsuper_types.h255 struct list_lru s_dentry_lru; member