Searched refs:pblockoff (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_backend.h155 * pblockoff is the lowest LBA on the LUN aligned to physical sector.
209 uint16_t pblockoff; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_tpc_local.c308 lun->be_lun->pblockoff;
H A Dctl_tpc.c803 list->lun->be_lun->pblockoff;
1200 if (list->lun->be_lun->pblockoff > 0)
1201 pbo = pb - dstblock * list->lun->be_lun->pblockoff;
1933 scsi_ulto2b(lun->be_lun->pblockoff & SRC16_LALBA_A, dtsd->lalba_lbp);
H A Dctl_backend_block.c1314 if (be_lun->cbe_lun.pblockoff > 0)
1315 pbo = pb - cbe_lun->blocksize * be_lun->cbe_lun.pblockoff;
1879 cbe_lun->pblockoff = (pss - pos) % pss;
2045 cbe_lun->pblockoff = (pss - pos) % pss;
H A Dctl.c7013 scsi_ulto2b(lun->be_lun->pblockoff & SRC16_LALBA_A, data->lalba_lbp);

Completed in 186 milliseconds