Lines Matching refs:btrfs_root
192 struct btrfs_root {
198 struct btrfs_root *log_root;
199 struct btrfs_root *reloc_root;
338 static inline bool btrfs_root_readonly(const struct btrfs_root *root)
344 static inline bool btrfs_root_dead(const struct btrfs_root *root)
350 static inline u64 btrfs_root_id(const struct btrfs_root *root)
516 int btrfs_previous_item(struct btrfs_root *root,
519 int btrfs_previous_extent_item(struct btrfs_root *root,
524 struct extent_buffer *btrfs_root_node(struct btrfs_root *root);
525 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
528 int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key,
535 struct btrfs_root *root, struct extent_buffer *buf,
540 struct btrfs_root *root,
544 struct btrfs_root *root,
546 int btrfs_del_ptr(struct btrfs_trans_handle *trans, struct btrfs_root *root,
553 struct btrfs_root *root,
558 struct btrfs_root *root,
561 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,
563 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root *root,
566 int btrfs_search_old_slot(struct btrfs_root *root, const struct btrfs_key *key,
568 int btrfs_search_slot_for_read(struct btrfs_root *root,
573 struct btrfs_root *root, struct extent_buffer *parent,
580 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
583 struct btrfs_root *root,
616 struct btrfs_root *root,
620 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root,
623 struct btrfs_root *root,
628 struct btrfs_root *root,
643 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path,
646 int btrfs_search_backwards(struct btrfs_root *root, struct btrfs_key *key,
649 int btrfs_get_next_valid_item(struct btrfs_root *root, struct btrfs_key *key,
678 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
686 static inline int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path)
691 static inline int btrfs_next_item(struct btrfs_root *root, struct btrfs_path *p)
706 static inline bool btrfs_is_data_reloc_root(const struct btrfs_root *root)