Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddelayed-ref.h178 u64 pending_csums; member
Ddelayed-ref.c521 delayed_refs->pending_csums -= existing->num_bytes; in update_existing_head_ref()
523 delayed_refs->pending_csums += existing->num_bytes; in update_existing_head_ref()
634 delayed_refs->pending_csums += num_bytes; in add_delayed_ref_head()
Dtransaction.c67 if (transaction->delayed_refs.pending_csums) in btrfs_put_transaction()
69 transaction->delayed_refs.pending_csums); in btrfs_put_transaction()
Dextent-tree.c2648 delayed_refs->pending_csums -= ref->num_bytes; in __btrfs_run_delayed_refs()
2763 u64 csum_bytes = trans->transaction->delayed_refs.pending_csums; in btrfs_check_space_for_delayed_refs()