Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dfile-item.c519 u64 csum_end; in btrfs_lookup_csums_list() local
542 if (csum_end <= start) { in btrfs_lookup_csums_list()
547 csum_end = min(csum_end, end + 1); in btrfs_lookup_csums_list()
669 u64 csum_end; in btrfs_lookup_csums_bitmap() local
692 if (csum_end <= start) { in btrfs_lookup_csums_bitmap()
697 csum_end = min(csum_end, end + 1); in btrfs_lookup_csums_bitmap()
822 u64 csum_end; in truncate_one_csum() local
829 csum_end += key->offset; in truncate_one_csum()
871 u64 csum_end; in btrfs_del_csums() local
912 csum_end += key.offset; in btrfs_del_csums()
[all …]
H A Dtree-log.c775 u64 csum_end; in replay_one_extent() local
811 csum_end = csum_start + ins.offset; in replay_one_extent()
815 csum_end = csum_start + in replay_one_extent()
820 csum_start, csum_end - 1, in replay_one_extent()
/openbmc/linux/net/core/
H A Dskbuff.c5393 u32 csum_end = (u32)start + (u32)off + sizeof(__sum16); in skb_partial_csum_set() local
5396 if (unlikely(csum_start >= U16_MAX || csum_end > skb_headlen(skb))) { in skb_partial_csum_set()