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