Lines Matching defs:lbalen
509 struct ctl_lba_len_flags *lbalen = ARGS(io);
511 if (lbalen->flags & CTL_LLF_VERIFY) {
517 if (lbalen->flags & CTL_LLF_COMPARE)
738 struct ctl_lba_len_flags *lbalen = ARGS(io);
745 if (lbalen->flags & ~(SWS_LBDATA | SWS_UNMAP | SWS_ANCHOR | SWS_NDOB)) {
755 if (lbalen->flags & SWS_UNMAP) {
756 ctl_backend_ramdisk_delete(cbe_lun, lbalen->lba, lbalen->len,
757 (lbalen->flags & SWS_ANCHOR) != 0);
763 for (lba = lbalen->lba, lbas = lbalen->len; lbas > 0; lba++, lbas--) {
773 if (lbalen->flags & SWS_NDOB) {
779 if (lbalen->flags & SWS_LBDATA)
878 struct ctl_lba_len_flags *lbalen = ARGS(io);
886 ctl_backend_ramdisk_delete(cbe_lun, lbalen->lba, lbalen->len, 1);
896 struct ctl_lba_len_flags *lbalen = ARGS(io);
904 ctl_backend_ramdisk_delete(cbe_lun, lbalen->lba, lbalen->len,
911 for (lba = lbalen->lba, lbas = lbalen->len; lbas > 0; lba++, lbas--) {