Searched refs:fc_regions (Results 1 – 3 of 3) sorted by relevance
147 struct ext4_fc_alloc_region *fc_regions; member
1619 state->fc_regions = krealloc( in ext4_fc_record_regions()1620 state->fc_regions, in ext4_fc_record_regions()1624 if (!state->fc_regions) in ext4_fc_record_regions()1627 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()1885 if (state->fc_regions[i].ino == 0 || in ext4_fc_replay_check_excluded()1886 state->fc_regions[i].len == 0) in ext4_fc_replay_check_excluded()1888 if (blk >= state->fc_regions[i].pblk && in ext4_fc_replay_check_excluded()1889 blk < state->fc_regions[i].pblk + state->fc_regions[i].len) in ext4_fc_replay_check_excluded()1901 kfree(sbi->s_fc_replay_state.fc_regions); in ext4_fc_replay_cleanup()1946 state->fc_regions = NULL; in ext4_fc_replay_scan()
4627 sbi->s_fc_replay_state.fc_regions = NULL; in ext4_fill_super()