Home
last modified time | relevance | path

Searched refs:space_runs (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Drelocation.c3897 unsigned long size, u64 address, struct space_run *space_runs, in add_remap_tree_entries()
3914 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()
4423 struct space_run *space_runs = NULL; in create_remap_tree_entries()
4451 space_runs = kmalloc(sizeof(*space_runs) * extent_count, GFP_NOFS); in create_remap_tree_entries()
4452 if (!space_runs) { in create_remap_tree_entries()
4481 space_runs[num_space_run in create_remap_tree_entries()
3905 parse_bitmap(u64 block_size,const unsigned long * bitmap,unsigned long size,u64 address,struct space_run * space_runs,unsigned int * num_space_runs) parse_bitmap() argument
4431 struct space_run *space_runs = NULL; create_remap_tree_entries() local
[all...]