Lines Matching refs:num_bytes
441 head->node.num_bytes; in btrfs_select_ref_head()
519 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
556 delayed_refs->pending_csums -= existing->num_bytes; in update_existing_head_ref()
558 delayed_refs->pending_csums += existing->num_bytes; in update_existing_head_ref()
572 u64 num_bytes, int action, int is_data) in add_delayed_ref_head() argument
610 ref->num_bytes = num_bytes; in add_delayed_ref_head()
642 delayed_refs->pending_csums += num_bytes; in add_delayed_ref_head()
659 u64 num_bytes, u64 parent, u64 ref_root, int level, in add_delayed_tree_ref() argument
677 ref->num_bytes = num_bytes; in add_delayed_tree_ref()
721 u64 num_bytes, u64 parent, u64 ref_root, u64 owner, in add_delayed_data_ref() argument
740 ref->num_bytes = num_bytes; in add_delayed_data_ref()
785 u64 bytenr, u64 num_bytes, u64 parent, in btrfs_add_delayed_tree_ref() argument
818 bytenr, num_bytes, action, 0); in btrfs_add_delayed_tree_ref()
821 num_bytes, parent, ref_root, level, action, in btrfs_add_delayed_tree_ref()
833 u64 bytenr, u64 num_bytes, in btrfs_add_delayed_data_ref() argument
867 bytenr, num_bytes, action, 1); in btrfs_add_delayed_data_ref()
870 num_bytes, parent, ref_root, owner, offset, in btrfs_add_delayed_data_ref()
879 u64 bytenr, u64 num_bytes, in btrfs_add_delayed_extent_op() argument
895 num_bytes, BTRFS_UPDATE_DELAYED_HEAD, in btrfs_add_delayed_extent_op()