Searched refs:tgt (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DDevmapper.cpp221 struct dm_target_spec *tgt; local
222 tgt = (struct dm_target_spec *) &buffer[sizeof(struct dm_ioctl)];
226 tgt->status = 0;
228 tgt->sector_start = 0;
229 tgt->length = numSectors;
231 strlcpy(tgt->target_type, "crypt", sizeof(tgt->target_type));
239 tgt->next = cryptParams - buffer;
H A Dcryptfs.c385 struct dm_target_spec *tgt; local
413 tgt = (struct dm_target_spec *) &buffer[sizeof(struct dm_ioctl)];
417 tgt->status = 0;
418 tgt->sector_start = 0;
419 tgt->length = crypt_ftr->fs_size;
420 strcpy(tgt->target_type, "crypt");
428 tgt->next = crypt_params - buffer;

Completed in 569 milliseconds