Searched refs:ex_seg (Results 1 – 1 of 1) sorted by relevance
7470 rsmseg_t *im_seg, *ex_seg; in rsm_iovec_ioctl() local7599 ex_seg = rsmexport_lookup(ka_iovec->local.segid); in rsm_iovec_ioctl()7601 if (ex_seg == NULL) { in rsm_iovec_ioctl()7605 ASSERT(ex_seg->s_state == RSM_STATE_EXPORT); in rsm_iovec_ioctl()7607 acl = ex_seg->s_acl; in rsm_iovec_ioctl()7612 xbuf = ddi_umem_iosetup(ex_seg->s_cookie, in rsm_iovec_ioctl()7613 0, ex_seg->s_len, B_WRITE, in rsm_iovec_ioctl()7623 ex_seg->s_handle.out; in rsm_iovec_ioctl()7625 ex_seg->s_rdmacnt++; /* refcnt the handle */ in rsm_iovec_ioctl()7626 rsmseglock_release(ex_seg); in rsm_iovec_ioctl()[all …]