Searched refs:ext2fs_crc32c (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_alloc.c781 ext2fs_crc32c(uint32_t last, const void *vbuf, size_t len) function
810 crc32 = ext2fs_crc32c(~0, fs->e2fs.e2fs_uuid,
812 crc32 = ext2fs_crc32c(crc32, &cg_bswapped, sizeof(cg_bswapped));
813 crc32 = ext2fs_crc32c(crc32, gd, off);
814 crc32 = ext2fs_crc32c(crc32, dummy, 2);
815 crc32 = ext2fs_crc32c(crc32, gd + off + 2, cgsize - (off + 2));

Completed in 290 milliseconds