Home | History | Annotate | Download | only in vold

Lines Matching refs:tgt

690   struct dm_target_spec *tgt;
698 tgt = (struct dm_target_spec *) &buffer[sizeof(struct dm_ioctl)];
702 tgt->status = 0;
703 tgt->sector_start = 0;
704 tgt->length = crypt_ftr->fs_size;
705 strcpy(tgt->target_type, "crypt");
713 tgt->next = crypt_params - buffer;
771 struct dm_target_spec *tgt;