Home
last modified time | relevance | path

Searched refs:fc_regions (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/ext4/
H A Dfast_commit.c1700 struct ext4_fc_alloc_region *fc_regions; in ext4_fc_record_regions() local
1702 fc_regions = krealloc(state->fc_regions, in ext4_fc_record_regions()
1707 if (!fc_regions) in ext4_fc_record_regions()
1711 state->fc_regions = fc_regions; in ext4_fc_record_regions()
1713 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()
1974 if (state->fc_regions[i].ino == 0 || in ext4_fc_replay_check_excluded()
1975 state->fc_regions[i].len == 0) in ext4_fc_replay_check_excluded()
1977 if (in_range(blk, state->fc_regions[i].pblk, in ext4_fc_replay_check_excluded()
1978 state->fc_regions[i].len)) in ext4_fc_replay_check_excluded()
1990 kfree(sbi->s_fc_replay_state.fc_regions); in ext4_fc_replay_cleanup()
[all …]
H A Dfast_commit.h151 struct ext4_fc_alloc_region *fc_regions; member
H A Dsuper.c4487 sbi->s_fc_replay_state.fc_regions = NULL; in ext4_fast_commit_init()