Searched refs:evictable_extent_maps (Results 1 – 3 of 3) sorted by relevance
88 percpu_counter_dec(&fs_info->evictable_extent_maps); in remove_em()518 percpu_counter_inc(&fs_info->evictable_extent_maps); in add_extent_mapping()1321 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_extent_map_shrinker_worker()1361 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_extent_map_shrinker_worker()
728 struct percpu_counter evictable_extent_maps; member
1202 struct percpu_counter *em_counter = &fs_info->evictable_extent_maps; in btrfs_free_fs_info()2909 ret = percpu_counter_init(&fs_info->evictable_extent_maps, 0, GFP_KERNEL); in init_mount_fs_info()