Searched defs:ext4_fc_replay_state (Results 1 – 6 of 6) sorted by relevance
143 struct ext4_fc_replay_state { struct144 int fc_replay_num_tags;145 int fc_replay_expected_off;146 int fc_current_pass;147 int fc_cur_tag;148 int fc_crc;149 struct ext4_fc_alloc_region *fc_regions;150 int fc_regions_size, fc_regions_used, fc_regions_valid;151 int *fc_modified_inodes;152 int fc_modified_inodes_used, fc_modified_inodes_size;
46610 struct ext4_fc_replay_state { struct46611 int fc_replay_num_tags;46612 int fc_replay_expected_off;46613 int fc_current_pass;46614 int fc_cur_tag;46615 int fc_crc;46616 struct ext4_fc_alloc_region *fc_regions;46617 int fc_regions_size;46618 int fc_regions_used;46619 int fc_regions_valid;[all …]
75912 struct ext4_fc_replay_state { struct75913 int fc_replay_num_tags;75914 int fc_replay_expected_off;75915 int fc_current_pass;75916 int fc_cur_tag;75917 int fc_crc;75918 struct ext4_fc_alloc_region *fc_regions;75919 int fc_regions_size;75920 int fc_regions_used;75921 int fc_regions_valid;[all …]
42329 struct ext4_fc_replay_state { struct42330 int fc_replay_num_tags;42331 int fc_replay_expected_off;42332 int fc_current_pass;42333 int fc_cur_tag;42334 int fc_crc;42335 struct ext4_fc_alloc_region *fc_regions;42336 int fc_regions_size;42337 int fc_regions_used;42338 int fc_regions_valid;[all …]