Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddelayed-ref.c527 struct btrfs_qgroup_extent_record *qrecord, in init_delayed_ref_head() argument
579 if (qrecord) { in init_delayed_ref_head()
585 qrecord->bytenr = bytenr; in init_delayed_ref_head()
586 qrecord->num_bytes = num_bytes; in init_delayed_ref_head()
587 qrecord->old_roots = NULL; in init_delayed_ref_head()
599 struct btrfs_qgroup_extent_record *qrecord, in add_delayed_ref_head() argument
610 if (qrecord) { in add_delayed_ref_head()
612 delayed_refs, qrecord)) in add_delayed_ref_head()
613 kfree(qrecord); in add_delayed_ref_head()
623 WARN_ON(qrecord && head_ref->qgroup_ref_root in add_delayed_ref_head()
Dqgroup.h200 struct btrfs_qgroup_extent_record *qrecord);
Dqgroup.c1580 struct btrfs_qgroup_extent_record *qrecord) in btrfs_qgroup_trace_extent_post() argument
1583 u64 bytenr = qrecord->bytenr; in btrfs_qgroup_trace_extent_post()
1602 qrecord->old_roots = old_root; in btrfs_qgroup_trace_extent_post()