Lines Matching refs:qrecord
732 struct btrfs_qgroup_extent_record *qrecord, in init_delayed_ref_head() argument
782 if (qrecord) { in init_delayed_ref_head()
784 qrecord->data_rsv = reserved; in init_delayed_ref_head()
785 qrecord->data_rsv_refroot = ref_root; in init_delayed_ref_head()
787 qrecord->bytenr = bytenr; in init_delayed_ref_head()
788 qrecord->num_bytes = num_bytes; in init_delayed_ref_head()
789 qrecord->old_roots = NULL; in init_delayed_ref_head()
801 struct btrfs_qgroup_extent_record *qrecord, in add_delayed_ref_head() argument
812 if (qrecord) { in add_delayed_ref_head()
814 delayed_refs, qrecord)) in add_delayed_ref_head()
815 kfree(qrecord); in add_delayed_ref_head()