Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.c3356 struct btrfs_qgroup_list **qlist_prealloc = NULL; in btrfs_qgroup_inherit() local
3447 qlist_prealloc = kzalloc_objs(struct btrfs_qgroup_list *, in btrfs_qgroup_inherit()
3449 if (!qlist_prealloc) { in btrfs_qgroup_inherit()
3454 qlist_prealloc[i] = kzalloc_obj(struct btrfs_qgroup_list, in btrfs_qgroup_inherit()
3456 if (!qlist_prealloc[i]) { in btrfs_qgroup_inherit()
3520 ret = add_relation_rb(fs_info, qlist_prealloc[i], objectid, in btrfs_qgroup_inherit()
3522 qlist_prealloc[i] = NULL; in btrfs_qgroup_inherit()
3588 if (qlist_prealloc) { in btrfs_qgroup_inherit()
3590 kfree(qlist_prealloc[i]); in btrfs_qgroup_inherit()
3591 kfree(qlist_prealloc); in btrfs_qgroup_inherit()