Lines Matching refs:total_bytes
29 * reservations we care about total_bytes - SUM(space_info->bytes_) when
82 * space_info->total_bytes. This loops through the ->priority_tickets and
310 found->total_bytes += block_group->length;
394 if (used + bytes < space_info->total_bytes + avail)
430 if ((used + ticket->bytes <= space_info->total_bytes) ||
495 (s64)(info->total_bytes - btrfs_space_info_used(info, true)),
499 info->total_bytes, info->bytes_used, info->bytes_pinned,
831 if (space_info->total_bytes + avail < used)
832 to_reclaim += used - (space_info->total_bytes + avail);
845 thresh = mult_perc(space_info->total_bytes, 90);
881 * if (used >= ((total_bytes + avail) / 2))
908 if (used < space_info->total_bytes)
909 thresh += space_info->total_bytes - used;
1656 ((used + orig_bytes <= space_info->total_bytes) ||
1670 if (used + orig_bytes <= space_info->total_bytes) {