Home
last modified time | relevance | path

Searched refs:fc_regions (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.c1600 struct ext4_fc_alloc_region *fc_regions; in ext4_fc_record_regions() local
1602 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[ in ext4_fc_replay_check_excluded()
[all...]
H A Dfast_commit.h142 struct ext4_fc_alloc_region *fc_regions; member
H A Dsuper.c4757 sbi->s_fc_replay_state.fc_regions = NULL; in ext4_fill_super()
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c1692 struct ext4_fc_alloc_region *fc_regions; in ext4_fc_record_regions() local
1694 fc_regions = krealloc(state->fc_regions, in ext4_fc_record_regions()
1699 if (!fc_regions) in ext4_fc_record_regions()
1703 state->fc_regions = fc_regions; in ext4_fc_record_regions()
1705 region = &state->fc_regions[state->fc_regions_used++]; in ext4_fc_record_regions()
1963 if (state->fc_regions[i].ino == 0 || in ext4_fc_replay_check_excluded()
1964 state->fc_regions[i].len == 0) in ext4_fc_replay_check_excluded()
1966 if (in_range(blk, state->fc_regions[ in ext4_fc_replay_check_excluded()
[all...]
H A Dfast_commit.h152 struct ext4_fc_alloc_region *fc_regions; member
H A Dsuper.c4482 sbi->s_fc_replay_state.fc_regions = NULL; in ext4_fast_commit_init()

Completed in 21 milliseconds