Searched refs:f2fs_crc32 (Results 1 – 4 of 4) sorted by relevance
/fs/f2fs/ |
D | compress.c | 678 chksum = f2fs_crc32(F2FS_I_SB(cc->inode), in f2fs_compress_pages() 771 u32 calculated = f2fs_crc32(sbi, dic->cbuf->cdata, dic->clen); in f2fs_decompress_cluster()
|
D | checkpoint.c | 844 chksum = f2fs_crc32(sbi, ckpt, chksum_ofs); in f2fs_checkpoint_chksum()
|
D | f2fs.h | 1960 static inline u32 f2fs_crc32(struct f2fs_sb_info *sbi, const void *address, in f2fs_crc32() function 1969 return f2fs_crc32(sbi, buf, buf_size) == blk_crc; in f2fs_crc_valid()
|
D | super.c | 3830 crc = f2fs_crc32(sbi, F2FS_RAW_SUPER(sbi), in f2fs_commit_super()
|