Lines Matching refs:s_shrink
71 sb = container_of(shrink, struct super_block, s_shrink);
124 sb = container_of(shrink, struct super_block, s_shrink);
186 free_prealloced_shrinker(&s->s_shrink);
265 s->s_shrink.seeks = DEFAULT_SEEKS;
266 s->s_shrink.scan_objects = super_cache_scan;
267 s->s_shrink.count_objects = super_cache_count;
268 s->s_shrink.batch = 1024;
269 s->s_shrink.flags = SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE;
270 if (prealloc_shrinker(&s->s_shrink))
272 if (list_lru_init_memcg(&s->s_dentry_lru, &s->s_shrink))
274 if (list_lru_init_memcg(&s->s_inode_lru, &s->s_shrink))
334 unregister_shrinker(&s->s_shrink);
553 register_shrinker_prepared(&s->s_shrink);
632 register_shrinker_prepared(&s->s_shrink);