Searched defs:btrfs_root (Results 1 – 4 of 4) sorted by relevance
27254 struct btrfs_root { struct27258 struct btrfs_root *log_root; argument27259 struct btrfs_root *reloc_root; argument27261 struct btrfs_root_item root_item; argument27262 struct btrfs_key root_key;27263 struct btrfs_fs_info *fs_info;27264 struct extent_io_tree dirty_log_pages;27265 struct mutex objectid_mutex;27266 spinlock_t accounting_lock;27268 struct btrfs_block_rsv *block_rsv;[all …]
60927 struct btrfs_root { struct60931 struct btrfs_root *log_root; argument60932 struct btrfs_root *reloc_root; argument60934 struct btrfs_root_item root_item; argument60935 struct btrfs_key root_key;60936 struct btrfs_fs_info *fs_info;60937 struct extent_io_tree dirty_log_pages;60938 struct mutex objectid_mutex;60939 spinlock_t accounting_lock;60941 struct btrfs_block_rsv *block_rsv;[all …]