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