Home
last modified time | relevance | path

Searched refs:csum_end (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dtree-log.c728 u64 csum_end; in replay_one_extent() local
921 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()
/linux/net/core/
H A Dskbuff.c5754 u32 csum_end = (u32)start + (u32)off + sizeof(__sum16); in skb_partial_csum_set() local
5757 if (unlikely(csum_start >= U16_MAX || csum_end > skb_headlen(skb))) { in skb_partial_csum_set()