Lines Matching defs:orig_bytes
1302 * @orig_bytes - the number of bytes we want
1305 * This will reserve orig_bytes number of bytes from the space info associated
1313 struct btrfs_space_info *space_info, u64 orig_bytes,
1322 ASSERT(orig_bytes);
1350 ((used + orig_bytes <= space_info->total_bytes) ||
1351 btrfs_can_overcommit(fs_info, space_info, orig_bytes, flush))) {
1353 orig_bytes);
1365 ticket.bytes = orig_bytes;
1378 orig_bytes, flush,
1387 used += orig_bytes;
1397 orig_bytes, flush, "preempt");
1413 * @orig_bytes - the number of bytes we want
1416 * This will reserve orig_bytes number of bytes from the space info associated
1425 u64 orig_bytes,
1432 ret = __reserve_bytes(fs_info, block_rsv->space_info, orig_bytes, flush);
1436 !btrfs_block_rsv_use_bytes(global_rsv, orig_bytes))
1442 orig_bytes, 1);
1446 orig_bytes, 0);