Linux Kernel
3.7.1
|
Data Fields | |
struct btrfs_block_group_cache * | block_group |
struct btrfs_root * | extent_root |
struct inode * | data_inode |
struct btrfs_block_rsv * | block_rsv |
struct backref_cache | backref_cache |
struct file_extent_cluster | cluster |
struct extent_io_tree | processed_blocks |
struct mapping_tree | reloc_root_tree |
struct list_head | reloc_roots |
u64 | merging_rsv_size |
u64 | nodes_relocated |
u64 | search_start |
u64 | extents_found |
unsigned int | stage:8 |
unsigned int | create_reloc_tree:1 |
unsigned int | merge_reloc_tree:1 |
unsigned int | found_file_extent:1 |
unsigned int | commit_transaction:1 |
Definition at line 156 of file relocation.c.
Definition at line 166 of file relocation.c.
struct btrfs_block_group_cache* block_group |
Definition at line 158 of file relocation.c.
struct btrfs_block_rsv* block_rsv |
Definition at line 164 of file relocation.c.
struct file_extent_cluster cluster |
Definition at line 168 of file relocation.c.
unsigned int commit_transaction |
Definition at line 187 of file relocation.c.
unsigned int create_reloc_tree |
Definition at line 184 of file relocation.c.
Definition at line 162 of file relocation.c.
struct btrfs_root* extent_root |
Definition at line 160 of file relocation.c.
u64 extents_found |
Definition at line 181 of file relocation.c.
unsigned int found_file_extent |
Definition at line 186 of file relocation.c.
unsigned int merge_reloc_tree |
Definition at line 185 of file relocation.c.
u64 merging_rsv_size |
Definition at line 176 of file relocation.c.
u64 nodes_relocated |
Definition at line 178 of file relocation.c.
struct extent_io_tree processed_blocks |
Definition at line 170 of file relocation.c.
struct mapping_tree reloc_root_tree |
Definition at line 172 of file relocation.c.
Definition at line 174 of file relocation.c.
u64 search_start |
Definition at line 180 of file relocation.c.
unsigned int stage |
Definition at line 183 of file relocation.c.