Searched defs:reloc_control (Results 1 – 1 of 1) sorted by relevance
116 struct reloc_control { struct118 struct btrfs_block_group *block_group;120 struct btrfs_root *extent_root;122 struct inode *data_inode;124 struct btrfs_block_rsv *block_rsv;126 struct btrfs_backref_cache backref_cache;128 struct file_extent_cluster cluster;130 struct extent_io_tree processed_blocks;132 struct mapping_tree reloc_root_tree;157 static void mark_block_processed(struct reloc_control *rc, in mark_block_processed() argument