Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dcheckpoint.c1145 chksum = f2fs_crc32(ckpt, chksum_ofs); in f2fs_checkpoint_chksum()
H A Dsuper.c4061 if (crc != f2fs_crc32(raw_super, crc_offset)) { in sanity_check_raw_super()
4635 crc = f2fs_crc32(F2FS_RAW_SUPER(sbi), in f2fs_commit_super()
H A Df2fs.h2218 static inline u32 f2fs_crc32(const void *address, unsigned int length) in f2fs_crc32() function