Home
last modified time | relevance | path

Searched refs:scratch_idx (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_zone_gc.c146 unsigned int scratch_idx; member
598 return XFS_GC_CHUNK_SIZE - data->scratch[data->scratch_idx].offset; in xfs_zone_gc_scratch_available()
709 chunk->scratch = &data->scratch[data->scratch_idx]; in xfs_zone_gc_start_chunk()
719 data->scratch_idx = in xfs_zone_gc_start_chunk()
720 (data->scratch_idx + 1) % XFS_ZONE_GC_NR_SCRATCH; in xfs_zone_gc_start_chunk()