Searched refs:f_sbbytes (Results 1 – 4 of 4) sorted by relevance
159 uint16_t f_sbbytes; /* byte count of CRC calculation member
231 comp_crc = crc32((uint8_t *)super, fsdata->f_sbbytes); in nandfs_check_superblock_crc()248 comp_crc = crc32((uint8_t *)super, fsdata->f_sbbytes); in nandfs_calc_superblock_crc()
185 comp_crc = nandfs_crc32(0, (uint8_t *)super, fsdata->f_sbbytes); in nandfs_check_superblock_crc()
533 fsdata.f_sbbytes = NANDFS_SB_BYTES; in create_fsdata()