Home
last modified time | relevance | path

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

/fs/btrfs/tests/
Dqgroup-tests.c226 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_no_shared_qgroup()
239 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup()
263 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_no_shared_qgroup()
275 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup()
325 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
338 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
358 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
371 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
397 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
410 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
/fs/btrfs/
Dbackref.h62 int btrfs_find_all_roots(struct btrfs_trans_handle *trans,
Dqgroup.c1849 ret = btrfs_find_all_roots(NULL, trans->fs_info, bytenr, 0, &old_root, in btrfs_qgroup_trace_extent_post()
2796 ret = btrfs_find_all_roots(NULL, fs_info, in btrfs_qgroup_account_extents()
2813 ret = btrfs_find_all_roots(trans, fs_info, in btrfs_qgroup_account_extents()
3350 ret = btrfs_find_all_roots(NULL, fs_info, found.objectid, 0, in qgroup_rescan_leaf()
Dbackref.c1530 int btrfs_find_all_roots(struct btrfs_trans_handle *trans, in btrfs_find_all_roots() function