Searched refs:btrfs_calc_reclaim_threshold (Results 1 – 4 of 4) sorted by relevance
309 int btrfs_calc_reclaim_threshold(const struct btrfs_space_info *space_info);
2049 int btrfs_calc_reclaim_threshold(const struct btrfs_space_info *space_info) in btrfs_calc_reclaim_threshold() function2081 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()
1810 const int thresh_pct = btrfs_calc_reclaim_threshold(bg->space_info); in should_reclaim_block_group()