Lines Matching defs:root
65 struct btrfs_root *root);
81 struct btrfs_root *root);
92 * This function is used to grab the root, and avoid it is freed when we
98 static inline struct btrfs_root *btrfs_grab_root(struct btrfs_root *root)
100 if (!root)
102 if (refcount_inc_not_zero(&root->refs))
103 return root;
107 void btrfs_put_root(struct btrfs_root *root);
124 struct btrfs_root *root);
134 int btrfs_find_free_objectid(struct btrfs_root *root, u64 *objectid);
135 int btrfs_find_highest_objectid(struct btrfs_root *root, u64 *objectid);