Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.h152 int fc_regions_size, fc_regions_used, fc_regions_valid; member
H A Dfast_commit.c1697 if (replay && state->fc_regions_used != state->fc_regions_valid) in ext4_fc_record_regions()
1698 state->fc_regions_used = state->fc_regions_valid; in ext4_fc_record_regions()
1699 if (state->fc_regions_used == state->fc_regions_size) { in ext4_fc_record_regions()
1713 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()
2063 state->fc_regions_valid = state->fc_regions_used = in ext4_fc_replay_scan()
2122 state->fc_regions_used; in ext4_fc_replay_scan()
H A Dsuper.c4489 sbi->s_fc_replay_state.fc_regions_used = 0; in ext4_fast_commit_init()