Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dqgroup-tests.c251 ulist_free(old_roots); in test_no_shared_qgroup()
262 ulist_free(old_roots); in test_no_shared_qgroup()
263 ulist_free(new_roots); in test_no_shared_qgroup()
284 ulist_free(old_roots); in test_no_shared_qgroup()
295 ulist_free(old_roots); in test_no_shared_qgroup()
296 ulist_free(new_roots); in test_no_shared_qgroup()
342 ulist_free(old_roots); in test_multiple_refs()
353 ulist_free(old_roots); in test_multiple_refs()
354 ulist_free(new_roots); in test_multiple_refs()
373 ulist_free(old_roots); in test_multiple_refs()
[all …]
/linux-4.4.14/fs/btrfs/
Dbackref.c494 ulist_free(parents); in __resolve_indirect_refs()
1154 ulist_free(blocks);
1213 ulist_free(tmp);
1222 ulist_free(tmp);
1223 ulist_free(*roots);
1233 ulist_free(tmp);
1278 ulist_free(tmp);
1279 ulist_free(roots);
1309 ulist_free(tmp);
1310 ulist_free(roots);
[all …]
Dqgroup.c476 ulist_free(fs_info->qgroup_ulist); in btrfs_read_qgroup_config()
505 ulist_free(fs_info->qgroup_ulist); in btrfs_free_qgroup_config()
979 ulist_free(fs_info->qgroup_ulist); in btrfs_quota_enable()
1200 ulist_free(tmp); in btrfs_add_qgroup_relation()
1250 ulist_free(tmp); in __del_qgroup_relation()
1732 ulist_free(tmp); in btrfs_qgroup_account_extent()
1733 ulist_free(qgroups); in btrfs_qgroup_account_extent()
1734 ulist_free(old_roots); in btrfs_qgroup_account_extent()
1735 ulist_free(new_roots); in btrfs_qgroup_account_extent()
1774 ulist_free(record->old_roots); in btrfs_qgroup_account_extents()
[all …]
Dulist.h56 void ulist_free(struct ulist *ulist);
Dulist.c110 void ulist_free(struct ulist *ulist) in ulist_free() function