Searched refs:crc64 (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/riscv/lib/ |
| H A D | Makefile | 20 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 D | Makefile | 45 obj-$(CONFIG_CRC64_ARCH) += crc64-x86.o 46 crc64-x86-y := crc64-glue.o crc64-pclmul.o
|
| /linux-6.15/fs/bcachefs/ |
| H A D | str_hash.h | 69 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 D | extents.h | 133 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 D | extents_format.h | 79 x(crc64, 2) \
|
| H A D | bcachefs_format.h | 994 x(crc64, 1) \ 1007 x(crc64, 1) \ 1024 x(crc64, 6) \ 1059 x(crc64, 2) \
|
| H A D | extents.c | 614 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 D | Makefile | 157 obj-$(CONFIG_CRC64) += crc64.o 311 $(obj)/crc64.o: $(obj)/crc64table.h 317 $(call cmd,crc64)
|
| H A D | Kconfig | 190 the functions from <linux/crc64.h>.
|
| /linux-6.15/Documentation/staging/ |
| H A D | xz.rst | 59 ``--check=crc64``.
|