Lines Matching defs:qrecord
750 struct btrfs_qgroup_extent_record *qrecord,
800 if (qrecord) {
802 qrecord->data_rsv = reserved;
803 qrecord->data_rsv_refroot = ref_root;
805 qrecord->bytenr = bytenr;
806 qrecord->num_bytes = num_bytes;
807 qrecord->old_roots = NULL;
819 struct btrfs_qgroup_extent_record *qrecord,
829 if (qrecord) {
831 delayed_refs, qrecord))
832 kfree(qrecord);