Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.h149 u64 pending_csums; member
Ddelayed-ref.c556 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()
642 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()
230 cur_trans->delayed_refs.pending_csums = 0; in join_transaction()
Dextent-tree.c2544 delayed_refs->pending_csums -= ref->num_bytes; in __btrfs_run_delayed_refs()
2659 u64 csum_bytes = trans->transaction->delayed_refs.pending_csums; in btrfs_check_space_for_delayed_refs()