Lines Matching defs:trans
20 static int __check_free_space_extents(struct btrfs_trans_handle *trans, in __check_free_space_extents()
107 static int check_free_space_extents(struct btrfs_trans_handle *trans, in check_free_space_extents()
150 static int test_empty_block_group(struct btrfs_trans_handle *trans, in test_empty_block_group()
164 static int test_remove_all(struct btrfs_trans_handle *trans, in test_remove_all()
185 static int test_remove_beginning(struct btrfs_trans_handle *trans, in test_remove_beginning()
208 static int test_remove_end(struct btrfs_trans_handle *trans, in test_remove_end()
231 static int test_remove_middle(struct btrfs_trans_handle *trans, in test_remove_middle()
255 static int test_merge_left(struct btrfs_trans_handle *trans, in test_merge_left()
292 static int test_merge_right(struct btrfs_trans_handle *trans, in test_merge_right()
330 static int test_merge_both(struct btrfs_trans_handle *trans, in test_merge_both()
373 static int test_merge_none(struct btrfs_trans_handle *trans, in test_merge_none()
430 struct btrfs_trans_handle trans; in run_test() local