Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.c3340 struct btrfs_qgroup_list **qlist_prealloc = NULL; in btrfs_qgroup_inherit() local
3431 qlist_prealloc = kzalloc_objs(struct btrfs_qgroup_list *, in btrfs_qgroup_inherit()
3433 if (!qlist_prealloc) { in btrfs_qgroup_inherit()
3438 qlist_prealloc[i] = kzalloc_obj(struct btrfs_qgroup_list, in btrfs_qgroup_inherit()
3440 if (!qlist_prealloc[i]) { in btrfs_qgroup_inherit()
3504 ret = add_relation_rb(fs_info, qlist_prealloc[i], objectid, in btrfs_qgroup_inherit()
3506 qlist_prealloc[i] = NULL; in btrfs_qgroup_inherit()
3572 if (qlist_prealloc) { in btrfs_qgroup_inherit()
3574 kfree(qlist_prealloc[i]); in btrfs_qgroup_inherit()
3575 kfree(qlist_prealloc); in btrfs_qgroup_inherit()