Lines Matching defs:smeta_buf
658 struct line_smeta *smeta_buf;
673 smeta_buf = (struct line_smeta *)smeta;
684 line->lun_bitmap = ((void *)(smeta_buf)) +
694 crc = pblk_calc_smeta_crc(pblk, smeta_buf);
695 if (le32_to_cpu(smeta_buf->crc) != crc)
698 if (le32_to_cpu(smeta_buf->header.identifier) != PBLK_MAGIC)
701 if (smeta_buf->header.version_major != SMETA_VERSION_MAJOR) {
703 smeta_buf->header.version_major);
710 (guid_t *)&smeta_buf->header.uuid);
715 (guid_t *)&smeta_buf->header.uuid)) {
723 line->id = le32_to_cpu(smeta_buf->header.id);
724 line->type = le16_to_cpu(smeta_buf->header.type);
725 line->seq_nr = le64_to_cpu(smeta_buf->seq_nr);
741 line->id, smeta_buf->seq_nr);