Searched refs:bg_reclaim_threshold (Results 1 – 4 of 4) sorted by relevance
1032 READ_ONCE(fs_info->bg_reclaim_threshold)); in btrfs_bg_reclaim_threshold_show()1052 WRITE_ONCE(fs_info->bg_reclaim_threshold, thresh); in btrfs_bg_reclaim_threshold_store()1056 BTRFS_ATTR_RW(, bg_reclaim_threshold, btrfs_bg_reclaim_threshold_show,1075 BTRFS_ATTR_PTR(, bg_reclaim_threshold),
2541 const int bg_reclaim_threshold = READ_ONCE(fs_info->bg_reclaim_threshold); in __btrfs_add_free_space_zoned() local2571 } else if (bg_reclaim_threshold && in __btrfs_add_free_space_zoned()2573 div_factor_fine(block_group->length, bg_reclaim_threshold)) { in __btrfs_add_free_space_zoned()
974 int bg_reclaim_threshold; member
2989 fs_info->bg_reclaim_threshold = BTRFS_DEFAULT_RECLAIM_THRESH; in btrfs_init_fs_info()