Lines Matching refs:record
746 * ref->must_insert_reserved is the flag used to record that
749 * Once we record must_insert_reserved, switch the action to
901 struct btrfs_qgroup_extent_record *record = NULL;
927 record = kzalloc(sizeof(*record), GFP_NOFS);
928 if (!record) {
947 init_delayed_ref_head(head_ref, record, bytenr, num_bytes,
959 head_ref = add_delayed_ref_head(trans, head_ref, record,
978 btrfs_qgroup_trace_extent_post(trans, record);
994 struct btrfs_qgroup_extent_record *record = NULL;
1031 record = kzalloc(sizeof(*record), GFP_NOFS);
1032 if (!record) {
1040 init_delayed_ref_head(head_ref, record, bytenr, num_bytes, ref_root,
1051 head_ref = add_delayed_ref_head(trans, head_ref, record,
1071 return btrfs_qgroup_trace_extent_post(trans, record);