Searched refs:f2fs_crc32 (Results 1 – 2 of 2) sorted by relevance
1336 crc32 = f2fs_crc32(sbi, ckpt, le32_to_cpu(ckpt->checksum_offset)); in do_checkpoint()
1393 static inline u32 f2fs_crc32(struct f2fs_sb_info *sbi, const void *address, in f2fs_crc32() function1402 return f2fs_crc32(sbi, buf, buf_size) == blk_crc; in f2fs_crc_valid()