Searched defs:btrfs_root (Results 1 – 1 of 1) sorted by relevance
1111 struct btrfs_root { struct1115 struct btrfs_root *log_root; argument1116 struct btrfs_root *reloc_root; argument1119 struct btrfs_root_item root_item; argument1120 struct btrfs_key root_key;1121 struct btrfs_fs_info *fs_info;1122 struct extent_io_tree dirty_log_pages;1124 struct mutex objectid_mutex;1126 spinlock_t accounting_lock;1127 struct btrfs_block_rsv *block_rsv;[all …]