Home | History | Annotate | Download | only in vold

Lines Matching refs:tgt

822   struct dm_target_spec *tgt;
831 tgt = (struct dm_target_spec *) &buffer[sizeof(struct dm_ioctl)];
835 tgt->status = 0;
836 tgt->sector_start = 0;
837 tgt->length = crypt_ftr->fs_size;
838 strlcpy(tgt->target_type, "crypt", DM_MAX_TYPE_NAME);
849 tgt->next = crypt_params - buffer;