Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Ddelayed-ref.c738 struct btrfs_qgroup_extent_record *qrecord, in init_delayed_ref_head() argument
788 if (qrecord) { in init_delayed_ref_head()
790 qrecord->data_rsv = reserved; in init_delayed_ref_head()
791 qrecord->data_rsv_refroot = ref_root; in init_delayed_ref_head()
793 qrecord->bytenr = bytenr; in init_delayed_ref_head()
794 qrecord->num_bytes = num_bytes; in init_delayed_ref_head()
795 qrecord->old_roots = NULL; in init_delayed_ref_head()
807 struct btrfs_qgroup_extent_record *qrecord, in add_delayed_ref_head() argument
817 if (qrecord) { in add_delayed_ref_head()
819 delayed_refs, qrecord)) in add_delayed_ref_head()
[all …]
Dqgroup.h305 struct btrfs_qgroup_extent_record *qrecord);
Dqgroup.c1791 struct btrfs_qgroup_extent_record *qrecord) in btrfs_qgroup_trace_extent_post() argument
1794 u64 bytenr = qrecord->bytenr; in btrfs_qgroup_trace_extent_post()
1838 qrecord->old_roots = old_root; in btrfs_qgroup_trace_extent_post()