Home
last modified time | relevance | path

Searched refs:btrfs_find_all_roots (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/btrfs/tests/
Dqgroup-tests.c226 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_no_shared_qgroup()
238 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup()
261 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_no_shared_qgroup()
272 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup()
323 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
335 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
356 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
368 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
395 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
407 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
/Linux-v5.15/fs/btrfs/
Dbackref.h48 int btrfs_find_all_roots(struct btrfs_trans_handle *trans,
Dqgroup.c1735 ret = btrfs_find_all_roots(NULL, trans->fs_info, bytenr, 0, &old_root, in btrfs_qgroup_trace_extent_post()
2652 ret = btrfs_find_all_roots(NULL, fs_info, in btrfs_qgroup_account_extents()
2669 ret = btrfs_find_all_roots(trans, fs_info, in btrfs_qgroup_account_extents()
3203 ret = btrfs_find_all_roots(NULL, fs_info, found.objectid, 0, in qgroup_rescan_leaf()
Dbackref.c1488 int btrfs_find_all_roots(struct btrfs_trans_handle *trans, function