Lines Matching refs:record
775 * is the flag used to record that accounting mods are required.
777 * Once we record must_insert_reserved, switch the action to
936 struct btrfs_qgroup_extent_record *record = NULL;
965 record = kzalloc(sizeof(*record), GFP_NOFS);
966 if (!record) {
984 init_delayed_ref_head(head_ref, record, bytenr, num_bytes,
996 head_ref = add_delayed_ref_head(trans, head_ref, record,
1015 btrfs_qgroup_trace_extent_post(fs_info, record);
1031 struct btrfs_qgroup_extent_record *record = NULL;
1070 record = kzalloc(sizeof(*record), GFP_NOFS);
1071 if (!record) {
1079 init_delayed_ref_head(head_ref, record, bytenr, num_bytes, ref_root,
1090 head_ref = add_delayed_ref_head(trans, head_ref, record,
1110 return btrfs_qgroup_trace_extent_post(fs_info, record);