Home
last modified time | relevance | path

Searched refs:ulist_free (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/btrfs/tests/
Dqgroup-tests.c233 ulist_free(old_roots); in test_no_shared_qgroup()
246 ulist_free(old_roots); in test_no_shared_qgroup()
247 ulist_free(new_roots); in test_no_shared_qgroup()
270 ulist_free(old_roots); in test_no_shared_qgroup()
282 ulist_free(old_roots); in test_no_shared_qgroup()
283 ulist_free(new_roots); in test_no_shared_qgroup()
334 ulist_free(old_roots); in test_multiple_refs()
347 ulist_free(old_roots); in test_multiple_refs()
348 ulist_free(new_roots); in test_multiple_refs()
369 ulist_free(old_roots); in test_multiple_refs()
[all …]
/Linux-v4.19/fs/btrfs/
Dulist.h49 void ulist_free(struct ulist *ulist);
Dbackref.c705 ulist_free(parents); in resolve_indirect_refs()
1346 ulist_free(blocks);
1406 ulist_free(tmp);
1415 ulist_free(tmp);
1416 ulist_free(*roots);
1426 ulist_free(tmp);
1479 ulist_free(tmp);
1480 ulist_free(roots);
1518 ulist_free(tmp);
1519 ulist_free(roots);
[all …]
Dqgroup.c500 ulist_free(fs_info->qgroup_ulist); in btrfs_read_qgroup_config()
529 ulist_free(fs_info->qgroup_ulist); in btrfs_free_qgroup_config()
1043 ulist_free(fs_info->qgroup_ulist); in btrfs_quota_enable()
1298 ulist_free(tmp); in btrfs_add_qgroup_relation()
1349 ulist_free(tmp); in __del_qgroup_relation()
2121 ulist_free(tmp); in btrfs_qgroup_account_extent()
2122 ulist_free(qgroups); in btrfs_qgroup_account_extent()
2123 ulist_free(old_roots); in btrfs_qgroup_account_extent()
2124 ulist_free(new_roots); in btrfs_qgroup_account_extent()
2182 ulist_free(record->old_roots); in btrfs_qgroup_account_extents()
[all …]
Dulist.c110 void ulist_free(struct ulist *ulist) in ulist_free() function