Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddelayed-ref.c730 struct btrfs_qgroup_extent_record *qrecord, in init_delayed_ref_head() argument
793 if (qrecord) { in init_delayed_ref_head()
795 qrecord->data_rsv = reserved; in init_delayed_ref_head()
796 qrecord->data_rsv_refroot = generic_ref->ref_root; in init_delayed_ref_head()
798 qrecord->num_bytes = generic_ref->num_bytes; in init_delayed_ref_head()
799 qrecord->old_roots = NULL; in init_delayed_ref_head()
813 struct btrfs_qgroup_extent_record *qrecord, in add_delayed_ref_head() argument
827 if (qrecord) in add_delayed_ref_head()
838 if (qrecord) { in add_delayed_ref_head()
841 ret = btrfs_qgroup_trace_extent_nolock(fs_info, delayed_refs, qrecord, in add_delayed_ref_head()
[all …]
H A Dqgroup.h359 struct btrfs_qgroup_extent_record *qrecord,
H A Dqgroup.c2059 struct btrfs_qgroup_extent_record *qrecord, in btrfs_qgroup_trace_extent_post() argument
2111 qrecord->old_roots = ctx.roots; in btrfs_qgroup_trace_extent_post()