Searched refs:space_runs (Results 1 – 1 of 1) sorted by relevance
3897 unsigned long size, u64 address, struct space_run *space_runs, in parse_bitmap() argument3914 space_runs[*num_space_runs - 1].end == run_start) { in parse_bitmap()3915 space_runs[*num_space_runs - 1].end += run_length; in parse_bitmap()3917 space_runs[*num_space_runs].start = run_start; in parse_bitmap()3918 space_runs[*num_space_runs].end = run_start + run_length; in parse_bitmap()4429 struct space_run *space_runs = NULL; in create_remap_tree_entries() local4457 space_runs = kmalloc(sizeof(*space_runs) * extent_count, GFP_NOFS); in create_remap_tree_entries()4458 if (!space_runs) { in create_remap_tree_entries()4487 space_runs[num_space_runs - 1].end == found_key.objectid) { in create_remap_tree_entries()4488 space_runs[num_space_runs - 1].end = in create_remap_tree_entries()[all …]