Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Ddelayed-ref.c765 struct btrfs_qgroup_extent_record *qrecord, in init_delayed_ref_head() argument
828 if (qrecord) { in init_delayed_ref_head()
830 qrecord->data_rsv = reserved; in init_delayed_ref_head()
831 qrecord->data_rsv_refroot = generic_ref->ref_root; in init_delayed_ref_head()
833 qrecord->bytenr = generic_ref->bytenr; in init_delayed_ref_head()
834 qrecord->num_bytes = generic_ref->num_bytes; in init_delayed_ref_head()
835 qrecord->old_roots = NULL; in init_delayed_ref_head()
849 struct btrfs_qgroup_extent_record *qrecord, in add_delayed_ref_head() argument
860 if (qrecord) { in add_delayed_ref_head()
863 ret = btrfs_qgroup_trace_extent_nolock(fs_info, delayed_refs, qrecord); in add_delayed_ref_head()
[all …]
Dqgroup.h350 struct btrfs_qgroup_extent_record *qrecord);
Dqgroup.c2069 struct btrfs_qgroup_extent_record *qrecord) in btrfs_qgroup_trace_extent_post() argument
2100 ctx.bytenr = qrecord->bytenr; in btrfs_qgroup_trace_extent_post()
2119 qrecord->old_roots = ctx.roots; in btrfs_qgroup_trace_extent_post()