Searched refs:ex_seg (Results 1 – 1 of 1) sorted by relevance
7471 rsmseg_t *im_seg, *ex_seg; in rsm_iovec_ioctl() local7600 ex_seg = rsmexport_lookup(ka_iovec->local.segid); in rsm_iovec_ioctl()7602 if (ex_seg == NULL) { in rsm_iovec_ioctl()7606 ASSERT(ex_seg->s_state == RSM_STATE_EXPORT); in rsm_iovec_ioctl()7608 acl = ex_seg->s_acl; in rsm_iovec_ioctl()7613 xbuf = ddi_umem_iosetup(ex_seg->s_cookie, in rsm_iovec_ioctl()7614 0, ex_seg->s_len, B_WRITE, in rsm_iovec_ioctl()7624 ex_seg->s_handle.out; in rsm_iovec_ioctl()7626 ex_seg->s_rdmacnt++; /* refcnt the handle */ in rsm_iovec_ioctl()7627 rsmseglock_release(ex_seg); in rsm_iovec_ioctl()[all …]