Lines Matching defs:reloc_control
148 struct reloc_control { struct
150 struct btrfs_block_group_cache *block_group;
152 struct btrfs_root *extent_root;
154 struct inode *data_inode;
156 struct btrfs_block_rsv *block_rsv;
158 struct backref_cache backref_cache;
160 struct file_extent_cluster cluster;
162 struct extent_io_tree processed_blocks;
164 struct mapping_tree reloc_root_tree;
166 struct list_head reloc_roots;
191 static void __mark_block_processed(struct reloc_control *rc, argument