Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dcompress.c677 chksum = f2fs_crc32(cc->cbuf->cdata, cc->clen); in f2fs_compress_pages()
770 u32 calculated = f2fs_crc32(dic->cbuf->cdata, dic->clen); in f2fs_decompress_cluster()
H A Dcheckpoint.c836 chksum = f2fs_crc32(ckpt, chksum_ofs); in f2fs_checkpoint_chksum()
H A Dsuper.c3942 if (crc != f2fs_crc32(raw_super, crc_offset)) { in sanity_check_raw_super()
4515 crc = f2fs_crc32(F2FS_RAW_SUPER(sbi), in f2fs_commit_super()
H A Df2fs.h2075 static inline u32 f2fs_crc32(const void *address, unsigned int length) in f2fs_crc32() function