Searched refs:blk_crc (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/f2fs/
H A Df2fs.h1953 static inline bool f2fs_crc_valid(struct f2fs_sb_info *sbi, __u32 blk_crc, argument
1956 return f2fs_crc32(sbi, buf, buf_size) == blk_crc;

Completed in 151 milliseconds