Searched refs:csum_end (Results 1 – 2 of 2) sorted by relevance
728 u64 csum_end; in replay_one_extent() local921 csum_end = csum_start + ins.offset; in replay_one_extent()924 csum_end = csum_start + btrfs_file_extent_num_bytes(wc->log_leaf, item); in replay_one_extent()927 ret = btrfs_lookup_csums_list(root->log_root, csum_start, csum_end - 1, in replay_one_extent()932 csum_start, csum_end, wc->log_key.objectid, in replay_one_extent()
5754 u32 csum_end = (u32)start + (u32)off + sizeof(__sum16); in skb_partial_csum_set() local5757 if (unlikely(csum_start >= U16_MAX || csum_end > skb_headlen(skb))) { in skb_partial_csum_set()