Searched defs:extent_io_tree (Results 1 – 1 of 1) sorted by relevance
69 struct extent_io_tree { struct70 struct rb_root state;71 struct btrfs_fs_info *fs_info;72 void *private_data;73 u64 dirty_bytes;74 bool track_uptodate;77 u8 owner;102 void extent_io_tree_init(struct btrfs_fs_info *fs_info, argument
Completed in 5 milliseconds