Lines Matching refs:btrfs_trans_handle
19 static int __check_free_space_extents(struct btrfs_trans_handle *trans, in __check_free_space_extents()
108 static int check_free_space_extents(struct btrfs_trans_handle *trans, in check_free_space_extents()
151 static int test_empty_block_group(struct btrfs_trans_handle *trans, in test_empty_block_group()
165 static int test_remove_all(struct btrfs_trans_handle *trans, in test_remove_all()
186 static int test_remove_beginning(struct btrfs_trans_handle *trans, in test_remove_beginning()
210 static int test_remove_end(struct btrfs_trans_handle *trans, in test_remove_end()
234 static int test_remove_middle(struct btrfs_trans_handle *trans, in test_remove_middle()
259 static int test_merge_left(struct btrfs_trans_handle *trans, in test_merge_left()
297 static int test_merge_right(struct btrfs_trans_handle *trans, in test_merge_right()
336 static int test_merge_both(struct btrfs_trans_handle *trans, in test_merge_both()
382 static int test_merge_none(struct btrfs_trans_handle *trans, in test_merge_none()
430 typedef int (*test_func_t)(struct btrfs_trans_handle *,
442 struct btrfs_trans_handle trans; in run_test()