Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.c3338 struct btrfs_qgroup_list **qlist_prealloc = NULL; in btrfs_qgroup_inherit() local
3429 qlist_prealloc = kzalloc_objs(struct btrfs_qgroup_list *, in btrfs_qgroup_inherit()
3431 if (!qlist_prealloc) { in btrfs_qgroup_inherit()
3436 qlist_prealloc[i] = kzalloc_obj(struct btrfs_qgroup_list, in btrfs_qgroup_inherit()
3438 if (!qlist_prealloc[i]) { in btrfs_qgroup_inherit()
3502 ret = add_relation_rb(fs_info, qlist_prealloc[i], objectid, in btrfs_qgroup_inherit()
3504 qlist_prealloc[i] = NULL; in btrfs_qgroup_inherit()
3570 if (qlist_prealloc) { in btrfs_qgroup_inherit()
3572 kfree(qlist_prealloc[i]); in btrfs_qgroup_inherit()
3573 kfree(qlist_prealloc); in btrfs_qgroup_inherit()