Home
last modified time | relevance | path

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

/fs/
Dsuper.c60 long total_objects; in super_cache_scan() local
82 total_objects = dentries + inodes + fs_objects + 1; in super_cache_scan()
83 if (!total_objects) in super_cache_scan()
84 total_objects = 1; in super_cache_scan()
87 dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); in super_cache_scan()
88 inodes = mult_frac(sc->nr_to_scan, inodes, total_objects); in super_cache_scan()
89 fs_objects = mult_frac(sc->nr_to_scan, fs_objects, total_objects); in super_cache_scan()
116 long total_objects = 0; in super_cache_count() local
139 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count()
141 total_objects += list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_count()
[all …]