Searched refs:fc_regions (Results 1 – 3 of 3) sorted by relevance
1600 struct ext4_fc_alloc_region *fc_regions; in ext4_fc_record_regions() local1602 fc_regions = krealloc(state->fc_regions, in ext4_fc_record_regions()1607 if (!fc_regions) in ext4_fc_record_regions()1611 state->fc_regions = fc_regions; in ext4_fc_record_regions()1613 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()1895 if (state->fc_regions[i].ino == 0 || in ext4_fc_replay_check_excluded()1896 state->fc_regions[i].len == 0) in ext4_fc_replay_check_excluded()1898 if (blk >= state->fc_regions[i].pblk && in ext4_fc_replay_check_excluded()1899 blk < state->fc_regions[i].pblk + state->fc_regions[i].len) in ext4_fc_replay_check_excluded()1911 kfree(sbi->s_fc_replay_state.fc_regions); in ext4_fc_replay_cleanup()[all …]
142 struct ext4_fc_alloc_region *fc_regions; member
4763 sbi->s_fc_replay_state.fc_regions = NULL; in ext4_fill_super()