Searched refs:qlist_prealloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dqgroup.c3211 struct btrfs_qgroup_list **qlist_prealloc = NULL; local
3301 qlist_prealloc = kcalloc(inherit->num_qgroups,
3304 if (!qlist_prealloc) {
3309 qlist_prealloc[i] = kzalloc(sizeof(struct btrfs_qgroup_list),
3311 if (!qlist_prealloc[i]) {
3375 ret = add_relation_rb(fs_info, qlist_prealloc[i], objectid,
3377 qlist_prealloc[i] = NULL;
3443 if (qlist_prealloc) {
3445 kfree(qlist_prealloc[i]);
3446 kfree(qlist_prealloc);
[all...]

Completed in 175 milliseconds