Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dzcons.c749 file_t *slave_filep; in zc_wput() local
797 slave_filep = getf(slave_fd); in zc_wput()
798 if (slave_filep == NULL) { in zc_wput()
803 slave_filep->f_vnode->v_rdev) { in zc_wput()
813 ASSERT(vn_matchops(slave_filep->f_vnode, in zc_wput()
815 zcs->zc_slave_vnode = slave_filep->f_vnode; in zc_wput()
856 slave_filep = getf(slave_fd); in zc_wput()
857 if (slave_filep == NULL) { in zc_wput()
862 slave_filep->f_vnode->v_rdev) { in zc_wput()
872 ASSERT(vn_matchops(slave_filep->f_vnode, in zc_wput()