Lines Matching defs:bytes
1071 * Free the reserved super bytes from this block group before
1400 /* Migrate zone_unusable bytes to readonly */
1739 * We want block groups with a low number of used bytes to be in the beginning
1904 * bytes and isn't available for calculations anymore.
2350 * super bytes accounted for, otherwise we'll think we have more space
3007 /* Migrate zone_unusable bytes back */
3040 * critical section, thus we need a consistent view of used bytes.
3047 /* No change in used bytes, can safely skip it. */
3083 * becomes with 0 used bytes, we would incorrectly skip its update.
3679 * No longer have used bytes in this block group, queue it for
3705 * @ram_bytes: The number of bytes of file content, and will be same to
3707 * @num_bytes: The number of bytes in question
3760 * @num_bytes: The number of bytes in question
3957 * 2) Because we only check that the metadata space_info has enough free bytes,
4188 u64 bytes,
4207 if (left < bytes && btrfs_test_opt(fs_info, ENOSPC_DEBUG)) {
4209 left, bytes, type);
4213 if (left < bytes) {
4252 bytes, BTRFS_RESERVE_NO_FLUSH);
4254 trans->chunk_bytes_reserved += bytes;
4266 u64 bytes;
4269 bytes = btrfs_calc_metadata_size(fs_info, num_devs) +
4272 reserve_chunk_space(trans, bytes, type);
4295 u64 bytes;
4298 bytes = btrfs_calc_insert_metadata_size(fs_info, 1);
4300 bytes = btrfs_calc_metadata_size(fs_info, 1);
4303 reserve_chunk_space(trans, bytes, BTRFS_BLOCK_GROUP_SYSTEM);