Searched refs:btrfs_find_all_roots (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/btrfs/tests/ |
D | qgroup-tests.c | 230 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_no_shared_qgroup() 243 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup() 267 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_no_shared_qgroup() 279 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup() 331 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs() 344 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs() 366 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs() 379 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs() 407 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, in test_multiple_refs() 420 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
|
/Linux-v5.10/fs/btrfs/ |
D | backref.h | 48 int btrfs_find_all_roots(struct btrfs_trans_handle *trans,
|
D | qgroup.c | 1707 ret = btrfs_find_all_roots(NULL, fs_info, bytenr, 0, &old_root, false); in btrfs_qgroup_trace_extent_post() 2655 ret = btrfs_find_all_roots(NULL, fs_info, in btrfs_qgroup_account_extents() 2672 ret = btrfs_find_all_roots(trans, fs_info, in btrfs_qgroup_account_extents() 3206 ret = btrfs_find_all_roots(NULL, fs_info, found.objectid, 0, in qgroup_rescan_leaf()
|
D | backref.c | 1489 int btrfs_find_all_roots(struct btrfs_trans_handle *trans, function
|