Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Duio.h155 enum xuio_type xu_type; /* What kind of uio structure? */ member
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c153 (((xuio_t *)uio)->xu_type == UIOTYPE_ZEROCOPY)) { in fop_read()
1385 if (xuio->xu_type != UIOTYPE_ZEROCOPY) in fop_reqzcbuf()
1443 ASSERT(xuio->xu_type == UIOTYPE_ZEROCOPY); in fop_retzcbuf()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_read.c61 su->su_xuio.xu_type = UIOTYPE_ZEROCOPY; in smb_xuio_alloc()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c687 (((xuio_t *)uio)->xu_type == UIOTYPE_ZEROCOPY)) { in zfs_read()
923 (((xuio_t *)uio)->xu_type == UIOTYPE_ZEROCOPY)) in zfs_write()
5509 if (xuio->xu_type != UIOTYPE_ZEROCOPY) in zfs_reqzcbuf()
5629 ASSERT(xuio->xu_type == UIOTYPE_ZEROCOPY); in zfs_retzcbuf()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3272 nfsuiop->nu_uio.xu_type = UIOTYPE_ZEROCOPY; in rfs_setup_xuio()