Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dqgroup-tests.c249 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &old_roots); in test_no_shared_qgroup()
260 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_no_shared_qgroup()
282 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &old_roots); in test_no_shared_qgroup()
293 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_no_shared_qgroup()
340 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &old_roots); in test_multiple_refs()
351 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_multiple_refs()
371 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &old_roots); in test_multiple_refs()
382 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_multiple_refs()
407 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &old_roots); in test_multiple_refs()
418 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_multiple_refs()
/linux-4.4.14/fs/btrfs/
Dbackref.h54 int btrfs_find_all_roots(struct btrfs_trans_handle *trans,
Dqgroup.c1445 ret = btrfs_find_all_roots(NULL, fs_info, record->bytenr, 0, in btrfs_qgroup_prepare_account_extents()
1761 ret = btrfs_find_all_roots(trans, fs_info, in btrfs_qgroup_account_extents()
2257 ret = btrfs_find_all_roots(NULL, fs_info, found.objectid, 0, in qgroup_rescan_leaf()
Dbackref.c1237 int btrfs_find_all_roots(struct btrfs_trans_handle *trans, function