Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/tests/
Dqgroup-tests.c230 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_no_shared_qgroup()
244 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
269 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_no_shared_qgroup()
282 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
333 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs()
347 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
368 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs()
382 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
409 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs()
423 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
/linux-4.19.296/fs/btrfs/
Dbackref.h43 int btrfs_find_all_roots(struct btrfs_trans_handle *trans,
Dqgroup.c1586 ret = btrfs_find_all_roots(NULL, fs_info, bytenr, 0, &old_root, false); in btrfs_qgroup_trace_extent_post()
2181 ret = btrfs_find_all_roots(NULL, fs_info, in btrfs_qgroup_account_extents()
2193 ret = btrfs_find_all_roots(trans, fs_info, in btrfs_qgroup_account_extents()
2764 ret = btrfs_find_all_roots(NULL, fs_info, found.objectid, 0, in qgroup_rescan_leaf()
Dbackref.c1461 int btrfs_find_all_roots(struct btrfs_trans_handle *trans, function