Home
last modified time | relevance | path

Searched refs:pending_csums (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/btrfs/
Ddelayed-ref.h170 u64 pending_csums; member
Ddelayed-ref.c519 delayed_refs->pending_csums -= existing->num_bytes; in update_existing_head_ref()
521 delayed_refs->pending_csums += existing->num_bytes; in update_existing_head_ref()
639 delayed_refs->pending_csums += head_ref->num_bytes; in add_delayed_ref_head()
Dtransaction.c51 if (transaction->delayed_refs.pending_csums) in btrfs_put_transaction()
54 transaction->delayed_refs.pending_csums); in btrfs_put_transaction()
Dextent-tree.c2494 delayed_refs->pending_csums -= head->num_bytes; in cleanup_ref_head()
2764 u64 csum_bytes = trans->transaction->delayed_refs.pending_csums; in btrfs_check_space_for_delayed_refs()