Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dctree.h192 struct btrfs_root { struct
198 struct btrfs_root *log_root; argument
199 struct btrfs_root *reloc_root; argument
202 struct btrfs_root_item root_item; argument
203 struct btrfs_key root_key;
204 struct btrfs_fs_info *fs_info;
205 struct extent_io_tree dirty_log_pages;
207 struct mutex objectid_mutex;
209 spinlock_t accounting_lock;
210 struct btrfs_block_rsv *block_rsv;
[all …]
/openbmc/u-boot/fs/btrfs/
H A Dctree.h270 struct btrfs_root { struct
280 int btrfs_search_tree(const struct btrfs_root *, struct btrfs_key *, argument