Searched refs:space_runs (Results 1 – 1 of 1) sorted by relevance
4020 unsigned long size, u64 address, struct space_run *space_runs, in parse_bitmap() argument4037 space_runs[*num_space_runs - 1].end == run_start) { in parse_bitmap()4038 space_runs[*num_space_runs - 1].end += run_length; in parse_bitmap()4040 space_runs[*num_space_runs].start = run_start; in parse_bitmap()4041 space_runs[*num_space_runs].end = run_start + run_length; in parse_bitmap()4552 struct space_run *space_runs = NULL; in create_remap_tree_entries() local4580 space_runs = kmalloc_objs(*space_runs, extent_count, GFP_NOFS); in create_remap_tree_entries()4581 if (!space_runs) { in create_remap_tree_entries()4610 space_runs[num_space_runs - 1].end == found_key.objectid) { in create_remap_tree_entries()4611 space_runs[num_space_runs - 1].end = in create_remap_tree_entries()[all …]