Searched refs:space_runs (Results 1 – 1 of 1) sorted by relevance
3905 unsigned long size, u64 address, struct space_run *space_runs, in parse_bitmap() argument3922 space_runs[*num_space_runs - 1].end == run_start) { in parse_bitmap()3923 space_runs[*num_space_runs - 1].end += run_length; in parse_bitmap()3925 space_runs[*num_space_runs].start = run_start; in parse_bitmap()3926 space_runs[*num_space_runs].end = run_start + run_length; in parse_bitmap()4430 struct space_run *space_runs = NULL; in create_remap_tree_entries() local4458 space_runs = kmalloc(sizeof(*space_runs) * extent_count, GFP_NOFS); in create_remap_tree_entries()4459 if (!space_runs) { in create_remap_tree_entries()4488 space_runs[num_space_runs - 1].end == found_key.objectid) { in create_remap_tree_entries()4489 space_runs[num_space_runs - 1].end = in create_remap_tree_entries()[all …]