Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dfast_commit.h153 int fc_regions_size, fc_regions_used, fc_regions_valid; member
H A Dfast_commit.c1718 if (replay && state->fc_regions_used != state->fc_regions_valid) in ext4_fc_record_regions()
1719 state->fc_regions_used = state->fc_regions_valid; in ext4_fc_record_regions()
1720 if (state->fc_regions_used == state->fc_regions_size) { in ext4_fc_record_regions()
1734 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()
2081 state->fc_regions_valid = state->fc_regions_used = in ext4_fc_replay_scan()
2140 state->fc_regions_used; in ext4_fc_replay_scan()
H A Dsuper.c4485 sbi->s_fc_replay_state.fc_regions_used = 0; in ext4_fast_commit_init()