Searched refs:btrfs_calc_reclaim_threshold (Results 1 – 4 of 4) sorted by relevance
300 int btrfs_calc_reclaim_threshold(const struct btrfs_space_info *space_info);
1983 int btrfs_calc_reclaim_threshold(const struct btrfs_space_info *space_info) in btrfs_calc_reclaim_threshold() function2015 thresh_pct = btrfs_calc_reclaim_threshold(space_info); in do_reclaim_sweep()
913 ret = sysfs_emit(buf, "%d\n", btrfs_calc_reclaim_threshold(space_info)); in btrfs_sinfo_bg_reclaim_threshold_show()
1764 const int thresh_pct = btrfs_calc_reclaim_threshold(bg->space_info); in should_reclaim_block_group()