Home
last modified time | relevance | path

Searched refs:f2fs_crc32 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dcheckpoint.c1336 crc32 = f2fs_crc32(sbi, ckpt, le32_to_cpu(ckpt->checksum_offset)); in do_checkpoint()
Df2fs.h1393 static inline u32 f2fs_crc32(struct f2fs_sb_info *sbi, const void *address, in f2fs_crc32() function
1402 return f2fs_crc32(sbi, buf, buf_size) == blk_crc; in f2fs_crc_valid()