Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Duio.h155 enum xuio_type xu_type; /* What kind of uio structure? */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c585 (((xuio_t *)uio)->xu_type == UIOTYPE_ZEROCOPY)) { in zfs_read()
755 (((xuio_t *)uio)->xu_type == UIOTYPE_ZEROCOPY)) in zfs_write()
5105 if (xuio->xu_type != UIOTYPE_ZEROCOPY) in zfs_reqzcbuf()
5218 ASSERT(xuio->xu_type == UIOTYPE_ZEROCOPY); in zfs_retzcbuf()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3333 nfsuiop->nu_uio.xu_type = UIOTYPE_ZEROCOPY; in rfs_setup_xuio()