• Home
  • Raw
  • Download

Lines Matching refs:nodesize

208 		u32 sectorsize, u32 nodesize)  in test_no_shared_qgroup()  argument
230 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_no_shared_qgroup()
237 ret = insert_normal_tree_ref(root, nodesize, nodesize, 0, in test_no_shared_qgroup()
244 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
252 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup()
264 nodesize, nodesize)) { in test_no_shared_qgroup()
269 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_no_shared_qgroup()
276 ret = remove_extent_item(root, nodesize, nodesize); in test_no_shared_qgroup()
282 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
290 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup()
311 u32 sectorsize, u32 nodesize) in test_multiple_refs() argument
333 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs()
340 ret = insert_normal_tree_ref(root, nodesize, nodesize, 0, in test_multiple_refs()
347 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
355 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_multiple_refs()
363 nodesize, nodesize)) { in test_multiple_refs()
368 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs()
375 ret = add_tree_ref(root, nodesize, nodesize, 0, in test_multiple_refs()
382 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
390 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_multiple_refs()
398 nodesize, 0)) { in test_multiple_refs()
404 nodesize, 0)) { in test_multiple_refs()
409 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs()
416 ret = remove_extent_ref(root, nodesize, nodesize, 0, in test_multiple_refs()
423 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
431 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_multiple_refs()
445 nodesize, nodesize)) { in test_multiple_refs()
453 int btrfs_test_qgroups(u32 sectorsize, u32 nodesize) in btrfs_test_qgroups() argument
460 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_qgroups()
488 root->node = alloc_test_extent_buffer(root->fs_info, nodesize); in btrfs_test_qgroups()
496 root->alloc_bytenr += 2 * nodesize; in btrfs_test_qgroups()
530 ret = test_no_shared_qgroup(root, sectorsize, nodesize); in btrfs_test_qgroups()
533 ret = test_multiple_refs(root, sectorsize, nodesize); in btrfs_test_qgroups()