Lines Matching refs:alloc_offset
1463 cache->alloc_offset = last_alloc;
1478 cache->alloc_offset = alloc_offsets[0];
1519 cache->alloc_offset = alloc_offsets[0];
1536 if (cache->alloc_offset > fs_info->zone_size) {
1539 cache->alloc_offset, cache->start);
1543 if (cache->alloc_offset > cache->zone_capacity) {
1546 cache->alloc_offset, cache->zone_capacity,
1552 if (!ret && num_conventional && last_alloc > cache->alloc_offset) {
1555 logical, last_alloc, cache->alloc_offset);
1560 cache->meta_write_pointer = cache->alloc_offset + cache->start;
1589 unusable = (cache->alloc_offset - cache->used) +
1591 free = cache->zone_capacity - cache->alloc_offset;
1782 if (tgt->meta_write_pointer < tgt->start + tgt->alloc_offset) {
2088 block_group->start + block_group->alloc_offset > block_group->meta_write_pointer) {
2143 block_group->alloc_offset = block_group->zone_capacity;
2377 if (block_group->start + block_group->alloc_offset == logical + length) {
2404 if (block_group->reserved || block_group->alloc_offset == 0 ||
2411 avail = block_group->zone_capacity - block_group->alloc_offset;