Lines Matching defs:trans
19 static int __check_free_space_extents(struct btrfs_trans_handle *trans, in __check_free_space_extents()
106 static int check_free_space_extents(struct btrfs_trans_handle *trans, in check_free_space_extents()
149 static int test_empty_block_group(struct btrfs_trans_handle *trans, in test_empty_block_group()
163 static int test_remove_all(struct btrfs_trans_handle *trans, in test_remove_all()
184 static int test_remove_beginning(struct btrfs_trans_handle *trans, in test_remove_beginning()
207 static int test_remove_end(struct btrfs_trans_handle *trans, in test_remove_end()
230 static int test_remove_middle(struct btrfs_trans_handle *trans, in test_remove_middle()
254 static int test_merge_left(struct btrfs_trans_handle *trans, in test_merge_left()
291 static int test_merge_right(struct btrfs_trans_handle *trans, in test_merge_right()
329 static int test_merge_both(struct btrfs_trans_handle *trans, in test_merge_both()
372 static int test_merge_none(struct btrfs_trans_handle *trans, in test_merge_none()
429 struct btrfs_trans_handle trans; in run_test() local