Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Ddelayed-ref.c530 struct btrfs_qgroup_extent_record *qrecord, in init_delayed_ref_head() argument
582 if (qrecord) { in init_delayed_ref_head()
588 qrecord->bytenr = bytenr; in init_delayed_ref_head()
589 qrecord->num_bytes = num_bytes; in init_delayed_ref_head()
590 qrecord->old_roots = NULL; in init_delayed_ref_head()
602 struct btrfs_qgroup_extent_record *qrecord, in add_delayed_ref_head() argument
613 if (qrecord) { in add_delayed_ref_head()
615 delayed_refs, qrecord)) in add_delayed_ref_head()
616 kfree(qrecord); in add_delayed_ref_head()
626 WARN_ON(qrecord && head_ref->qgroup_ref_root in add_delayed_ref_head()
Dqgroup.h200 struct btrfs_qgroup_extent_record *qrecord);
Dqgroup.c1556 struct btrfs_qgroup_extent_record *qrecord) in btrfs_qgroup_trace_extent_post() argument
1559 u64 bytenr = qrecord->bytenr; in btrfs_qgroup_trace_extent_post()
1578 qrecord->old_roots = old_root; in btrfs_qgroup_trace_extent_post()