Searched refs:lbaoff (Results 1 – 1 of 1) sorted by relevance
368 u_int lbaoff, lbas, res, off; in ctl_backend_ramdisk_cmp() local376 lbaoff = lba & ~(UINT_MAX << cbe_lun->pblockexp); in ctl_backend_ramdisk_cmp()377 page += lbaoff * cbe_lun->blocksize; in ctl_backend_ramdisk_cmp()453 u_int i, len, lbaoff, lbas, sgs, off; in ctl_backend_ramdisk_rw() local457 lbaoff = lba & ~(UINT_MAX << cbe_lun->pblockexp); in ctl_backend_ramdisk_rw()459 lbas = MIN(lbas, (SGPP << cbe_lun->pblockexp) - lbaoff); in ctl_backend_ramdisk_rw()460 sgs = (lbas + lbaoff + be_lun->pblockmul - 1) >> cbe_lun->pblockexp; in ctl_backend_ramdisk_rw()461 off = lbaoff * cbe_lun->blocksize; in ctl_backend_ramdisk_rw()561 u_int lbaoff; in ctl_backend_ramdisk_gls() local565 lbaoff = ARGS(io)->lba & ~(UINT_MAX << cbe_lun->pblockexp); in ctl_backend_ramdisk_gls()[all …]