Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dcheckpoint.c807 chksum = f2fs_crc32(sbi, ckpt, chksum_ofs); in f2fs_checkpoint_chksum()
Df2fs.h1738 static inline u32 f2fs_crc32(struct f2fs_sb_info *sbi, const void *address, in f2fs_crc32() function
1747 return f2fs_crc32(sbi, buf, buf_size) == blk_crc; in f2fs_crc_valid()
Dsuper.c3277 crc = f2fs_crc32(sbi, F2FS_RAW_SUPER(sbi), in f2fs_commit_super()