Searched refs:LH_V1_SIZE (Results 1 – 2 of 2) sorted by relevance
129 hash = crc32(~0, lh, LH_V1_SIZE - 4); in __get_log_header()135 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in __get_log_header()136 sdp->sd_sb.sb_bsize - LH_V1_SIZE - 4); in __get_log_header()
442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro