Lines Matching refs:total_bytes
31 * reservations we care about total_bytes - SUM(space_info->bytes_) when
84 * space_info->total_bytes. This loops through the ->priority_tickets and
368 space_info->total_bytes += block_group->length;
507 if (used + bytes < space_info->total_bytes + avail)
543 if ((used + ticket->bytes <= space_info->total_bytes) ||
607 (s64)(info->total_bytes - btrfs_space_info_used(info, true)),
611 info->total_bytes, info->bytes_used, info->bytes_pinned,
922 if (space_info->total_bytes + avail < used)
923 to_reclaim += used - (space_info->total_bytes + avail);
936 thresh = mult_perc(space_info->total_bytes, 90);
972 * if (used >= ((total_bytes + avail) / 2))
999 if (used < space_info->total_bytes)
1000 thresh += space_info->total_bytes - used;
1779 ((used + orig_bytes <= space_info->total_bytes) ||
1792 if (used + orig_bytes <= space_info->total_bytes) {
2035 u64 alloc = space_info->total_bytes;