Lines Matching refs:fc_regions
1587 struct ext4_fc_alloc_region *fc_regions; in ext4_fc_record_regions() local
1589 fc_regions = krealloc(state->fc_regions, in ext4_fc_record_regions()
1594 if (!fc_regions) in ext4_fc_record_regions()
1598 state->fc_regions = fc_regions; in ext4_fc_record_regions()
1600 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()
1882 if (state->fc_regions[i].ino == 0 || in ext4_fc_replay_check_excluded()
1883 state->fc_regions[i].len == 0) in ext4_fc_replay_check_excluded()
1885 if (blk >= state->fc_regions[i].pblk && in ext4_fc_replay_check_excluded()
1886 blk < state->fc_regions[i].pblk + state->fc_regions[i].len) in ext4_fc_replay_check_excluded()
1898 kfree(sbi->s_fc_replay_state.fc_regions); in ext4_fc_replay_cleanup()
1943 state->fc_regions = NULL; in ext4_fc_replay_scan()