Searched refs:fc_regions (Results 1 – 2 of 2) sorted by relevance
1736 struct ext4_fc_alloc_region *fc_regions; in ext4_fc_record_regions() local1738 fc_regions = krealloc(state->fc_regions, in ext4_fc_record_regions()1743 if (!fc_regions) in ext4_fc_record_regions()1747 state->fc_regions = fc_regions; in ext4_fc_record_regions()1749 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()2010 if (state->fc_regions[i].ino == 0 || in ext4_fc_replay_check_excluded()2011 state->fc_regions[i].len == 0) in ext4_fc_replay_check_excluded()2013 if (in_range(blk, state->fc_regions[i].pblk, in ext4_fc_replay_check_excluded()2014 state->fc_regions[i].len)) in ext4_fc_replay_check_excluded()2026 kfree(sbi->s_fc_replay_state.fc_regions); in ext4_fc_replay_cleanup()[all …]
4536 sbi->s_fc_replay_state.fc_regions = NULL; in ext4_fast_commit_init()