Home
last modified time | relevance | path

Searched refs:crc64 (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/arch/riscv/lib/
H A DMakefile20 obj-$(CONFIG_CRC64_ARCH) += crc64-riscv.o
21 crc64-riscv-y := crc64.o crc64_msb.o crc64_lsb.o
/linux-6.15/arch/x86/lib/
H A DMakefile45 obj-$(CONFIG_CRC64_ARCH) += crc64-x86.o
46 crc64-x86-y := crc64-glue.o crc64-pclmul.o
/linux-6.15/fs/bcachefs/
H A Dstr_hash.h69 u64 crc64; member
83 ctx->crc64 = crc64_be(~0, &info->siphash_key.k0, in bch2_str_hash_init()
104 ctx->crc64 = crc64_be(ctx->crc64, data, len); in bch2_str_hash_update()
122 return ctx->crc64 >> 1; in bch2_str_hash_end()
H A Dextents.h133 struct bch_extent_crc64 crc64; member
179 common_fields(crc->crc64), in bch2_extent_crc_unpack()
180 .nonce = crc->crc64.nonce, in bch2_extent_crc_unpack()
181 .csum.lo = (__force __le64) crc->crc64.csum_lo, in bch2_extent_crc_unpack()
184 *((__le16 *) &ret.csum.hi) = (__le16 __force) crc->crc64.csum_hi; in bch2_extent_crc_unpack()
H A Dextents_format.h79 x(crc64, 2) \
H A Dbcachefs_format.h994 x(crc64, 1) \
1007 x(crc64, 1) \
1024 x(crc64, 6) \
1059 x(crc64, 2) \
H A Dextents.c614 dst->crc64 = (struct bch_extent_crc64) { in bch2_extent_crc_pack()
1505 entry->crc64.csum_hi = swab16(entry->crc64.csum_hi); in bch2_ptr_swab()
1506 entry->crc64.csum_lo = swab64(entry->crc64.csum_lo); in bch2_ptr_swab()
1586 entry->crc64.offset += sub; in bch2_cut_front_s()
/linux-6.15/lib/
H A DMakefile157 obj-$(CONFIG_CRC64) += crc64.o
311 $(obj)/crc64.o: $(obj)/crc64table.h
317 $(call cmd,crc64)
H A DKconfig190 the functions from <linux/crc64.h>.
/linux-6.15/Documentation/staging/
H A Dxz.rst59 ``--check=crc64``.