Lines Matching defs:ptrlen
884 struct ctl_ptr_len_flags *ptrlen;
902 ptrlen = (struct ctl_ptr_len_flags *)
904 buf = (struct scsi_unmap_desc *)ptrlen->ptr;
905 end = buf + ptrlen->len / sizeof(*buf);
1200 struct ctl_ptr_len_flags *ptrlen;
1213 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
1214 buf = (struct scsi_unmap_desc *)ptrlen->ptr;
1215 end = buf + ptrlen->len / sizeof(*buf);
1510 struct ctl_ptr_len_flags *ptrlen;
1517 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
1519 if ((ptrlen->flags & ~SU_ANCHOR) != 0 || be_lun->unmap == NULL) {