IFS_GEN_STRIDE_AWARE
return gen >= IFS_GEN_STRIDE_AWARE ? status.chunks_in_stride : status.num_chunks;
ifsd->generation < IFS_GEN_STRIDE_AWARE ||
if (ifsd->generation >= IFS_GEN_STRIDE_AWARE) {