Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Ddelayed-ref.c718 struct btrfs_qgroup_extent_record *qrecord, in init_delayed_ref_head() argument
772 if (qrecord) { in init_delayed_ref_head()
774 qrecord->data_rsv = reserved; in init_delayed_ref_head()
775 qrecord->data_rsv_refroot = ref_root; in init_delayed_ref_head()
777 qrecord->bytenr = bytenr; in init_delayed_ref_head()
778 qrecord->num_bytes = num_bytes; in init_delayed_ref_head()
779 qrecord->old_roots = NULL; in init_delayed_ref_head()
791 struct btrfs_qgroup_extent_record *qrecord, in add_delayed_ref_head() argument
801 if (qrecord) { in add_delayed_ref_head()
803 delayed_refs, qrecord)) in add_delayed_ref_head()
[all …]
H A Dqgroup.h317 struct btrfs_qgroup_extent_record *qrecord);
H A Dqgroup.c1845 struct btrfs_qgroup_extent_record *qrecord) in btrfs_qgroup_trace_extent_post() argument
1874 ctx.bytenr = qrecord->bytenr; in btrfs_qgroup_trace_extent_post()
1893 qrecord->old_roots = ctx.roots; in btrfs_qgroup_trace_extent_post()