Lines Matching refs:fc_regions
1641 struct ext4_fc_alloc_region *fc_regions; in ext4_fc_record_regions() local
1643 fc_regions = krealloc(state->fc_regions, in ext4_fc_record_regions()
1648 if (!fc_regions) in ext4_fc_record_regions()
1652 state->fc_regions = fc_regions; in ext4_fc_record_regions()
1654 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()
1910 if (state->fc_regions[i].ino == 0 || in ext4_fc_replay_check_excluded()
1911 state->fc_regions[i].len == 0) in ext4_fc_replay_check_excluded()
1913 if (blk >= state->fc_regions[i].pblk && in ext4_fc_replay_check_excluded()
1914 blk < state->fc_regions[i].pblk + state->fc_regions[i].len) in ext4_fc_replay_check_excluded()
1926 kfree(sbi->s_fc_replay_state.fc_regions); in ext4_fc_replay_cleanup()
1998 state->fc_regions = NULL; in ext4_fc_replay_scan()