Home
last modified time | relevance | path

Searched defs:reloc_control (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
Drelocation.c157 struct reloc_control { struct
159 struct btrfs_block_group_cache *block_group;
161 struct btrfs_root *extent_root;
163 struct inode *data_inode;
165 struct btrfs_block_rsv *block_rsv;
167 struct backref_cache backref_cache;
169 struct file_extent_cluster cluster;
171 struct extent_io_tree processed_blocks;
173 struct mapping_tree reloc_root_tree;
198 static void __mark_block_processed(struct reloc_control *rc, argument