Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.c3327 struct btrfs_qgroup_list **qlist_prealloc = NULL; in btrfs_qgroup_inherit() local
3417 qlist_prealloc = kcalloc(inherit->num_qgroups, in btrfs_qgroup_inherit()
3420 if (!qlist_prealloc) { in btrfs_qgroup_inherit()
3425 qlist_prealloc[i] = kzalloc(sizeof(struct btrfs_qgroup_list), in btrfs_qgroup_inherit()
3427 if (!qlist_prealloc[i]) { in btrfs_qgroup_inherit()
3491 ret = add_relation_rb(fs_info, qlist_prealloc[i], objectid, in btrfs_qgroup_inherit()
3493 qlist_prealloc[i] = NULL; in btrfs_qgroup_inherit()
3559 if (qlist_prealloc) { in btrfs_qgroup_inherit()
3561 kfree(qlist_prealloc[i]); in btrfs_qgroup_inherit()
3562 kfree(qlist_prealloc); in btrfs_qgroup_inherit()