Lines Matching defs:super
307 /* Logical map immediately follows the super block. */
780 /* Write path to offset 4K on backing device - just after where the super
782 * super block to guarantee we don't get the super block written without the
1014 struct spdk_reduce_vol_superblock *super;
1039 spdk_free(destroy_ctx->super);
1062 spdk_free(destroy_ctx->super);
1069 destroy_ctx->iov.iov_base = destroy_ctx->super;
1070 destroy_ctx->iov.iov_len = sizeof(*destroy_ctx->super);
1078 backing_io->lba_count = sizeof(*destroy_ctx->super) / vol->backing_dev->blocklen;
1107 destroy_ctx->super = spdk_zmalloc(sizeof(*destroy_ctx->super), 64, NULL,
1109 if (destroy_ctx->super == NULL) {