Lines Matching defs:num_bytes
1462 u64 num_bytes)
1474 num_bytes);
1479 if (*hole_size < num_bytes)
1483 ret = btrfs_ensure_empty_zones(device, pos, num_bytes);
1510 * @num_bytes: the size of the free space that we need
1516 u64 *hole_size, u64 num_bytes)
1540 hole_size, num_bytes)) {
1563 * @num_bytes: the size of the free space that we need
1586 static int find_free_dev_extent(struct btrfs_device *device, u64 num_bytes,
1608 !IS_ALIGNED(num_bytes, device->zone_info->zone_size));
1663 num_bytes);
1679 if (hole_size >= num_bytes) {
1703 num_bytes)) {
1715 if (max_hole_size < num_bytes)