Searched refs:s_shrink (Results 1 – 4 of 4) sorted by relevance
71 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_scan()124 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_count()186 free_prealloced_shrinker(&s->s_shrink); in destroy_unused_super()265 s->s_shrink.seeks = DEFAULT_SEEKS; in alloc_super()266 s->s_shrink.scan_objects = super_cache_scan; in alloc_super()267 s->s_shrink.count_objects = super_cache_count; in alloc_super()268 s->s_shrink.batch = 1024; in alloc_super()270 if (prealloc_shrinker(&s->s_shrink)) in alloc_super()334 unregister_shrinker(&s->s_shrink); in deactivate_locked_super()555 register_shrinker_prepared(&s->s_shrink); in sget_fc()[all …]
194 s->s_shrink.seeks = 0; in proc_fill_super()
255 sb->s_shrink.seeks = 0; in kernfs_fill_super()
1549 struct shrinker s_shrink; /* per-sb shrinker handle */ member
Completed in 21 milliseconds