Home
last modified time | relevance | path

Searched refs:dfl_num_exts (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddkioc_free_util.c53 if (dfl_in->dfl_num_exts == 0 || in dfl_copyin()
54 dfl_in->dfl_num_exts > DFL_COPYIN_MAX_EXTS) in dfl_copyin()
56 dfl = kmem_alloc(DFL_SZ(dfl_in->dfl_num_exts), kmflags); in dfl_copyin()
59 bcopy(dfl_in, dfl, DFL_SZ(dfl_in->dfl_num_exts)); in dfl_copyin()
64 dfl_num_exts), &num_exts, sizeof (num_exts), in dfl_copyin()
73 dfl->dfl_num_exts != num_exts) { in dfl_copyin()
87 kmem_free(dfl, DFL_SZ(dfl->dfl_num_exts)); in dfl_free()
222 for (i = 0; i < dfl->dfl_num_exts; i++, ext++) { in dfl_iter()
357 for (uint64_t i = 0; i < dfl->dfl_num_exts; i++, exts++) { in adjust_exts()
450 new_dfl->dfl_num_exts = actual_n; in process_range()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h556 uint64_t dfl_num_exts; member
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c367 dfl->dfl_num_exts * sizeof (*wzp), &vioblk_dma_attr, in vioblk_map_discard()
374 for (uint64_t i = 0; i < dfl->dfl_num_exts; i++, exts++, wzp++) { in vioblk_map_discard()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c1780 ASSERT3U(dfl->dfl_num_exts, <=, DFL_COPYIN_MAX_EXTS); in zvol_ioctl()
1781 if (dfl->dfl_num_exts > DFL_COPYIN_MAX_EXTS) { in zvol_ioctl()
1791 for (int i = 0; i < dfl->dfl_num_exts; i++) { in zvol_ioctl()
H A Dvdev_disk.c984 dfl.dfl_num_exts = 1; in vdev_disk_io_start()
/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c403 .dfl_num_exts = 1, in blockif_proc()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2648 dfl->dfl_num_exts = 1; in sbd_handle_write_same()
2797 dfl->dfl_num_exts = num_desc; in sbd_handle_unmap_xfer()
2819 ASSERT(i == dfl->dfl_num_exts); in sbd_handle_unmap_xfer()
H A Dsbd.c3784 if (dfl->dfl_num_exts == 0) in sbd_unmap()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c4973 VERIFY3U(dfl->dfl_num_exts, >, 0); in nvme_fill_ranges()
4974 VERIFY3U(dfl->dfl_num_exts, <=, NVME_DSET_MGMT_MAX_RANGES); in nvme_fill_ranges()
4975 cmd->nc_sqe.sqe_cdw10 = (dfl->dfl_num_exts - 1) & 0xff; in nvme_fill_ranges()
4989 for (i = 0; i < dfl->dfl_num_exts; i++) { in nvme_fill_ranges()
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1346 .dfl_num_exts = 1, in lofi_trim_task()
1926 for (uint_t i = 0; i < dfl->dfl_num_exts; i++, ext++) { in lofi_free_space_cb()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c20677 for (size_t i = 0; i < dfl->dfl_num_exts; i++) {
20767 } else if (dfl->dfl_num_exts > DFL_COPYIN_MAX_EXTS) {
20768 ASSERT3U(dfl->dfl_num_exts, <=, DFL_COPYIN_MAX_EXTS);