Home
last modified time | relevance | path

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

/trueos/sys/cam/ctl/
HDctl_backend.h202 uint16_t pblockoff; /* passed to CTL */ member
HDctl_backend_block.c177 uint16_t pblockoff; member
1249 if (be_lun->pblockoff > 0) in ctl_be_block_cw_dispatch_ws()
1250 pbo = pb - be_lun->blocksize * be_lun->pblockoff; in ctl_be_block_cw_dispatch_ws()
1840 be_lun->pblockoff = (pss - pos) % pss; in ctl_be_block_open_file()
2016 be_lun->pblockoff = (pss - pos) % pss; in ctl_be_block_open_dev()
2264 be_lun->pblockoff = 0; in ctl_be_block_create()
2312 be_lun->ctl_be_lun.pblockoff = be_lun->pblockoff; in ctl_be_block_create()
2693 be_lun->ctl_be_lun.pblockoff = be_lun->pblockoff; in ctl_be_block_modify()
HDctl_tpc_local.c345 lun->be_lun->pblockoff; in tpcl_resolve()
HDctl_tpc.c800 list->lun->be_lun->pblockoff; in tpc_resolve()
1142 if (list->lun->be_lun->pblockoff > 0) in tpc_process_wut()
1143 pbo = pb - dstblock * list->lun->be_lun->pblockoff; in tpc_process_wut()
1862 scsi_ulto2b(lun->be_lun->pblockoff & SRC16_LALBA_A, dtsd->lalba_lbp); in tpc_create_token()
HDctl.c7347 scsi_ulto2b(lun->be_lun->pblockoff & SRC16_LALBA_A, data->lalba_lbp); in ctl_read_capacity_16()