Searched refs:vf_vnode (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_file.c | 95 vf->vf_vnode = vp; in vdev_file_open() 112 error = VOP_GETATTR(vf->vf_vnode, &vattr, 0, kcred, NULL); in vdev_file_open() 132 if (vf->vf_vnode != NULL) { in vdev_file_close() 133 (void) VOP_PUTPAGE(vf->vf_vnode, 0, 0, B_INVAL, kcred, NULL); in vdev_file_close() 134 (void) VOP_CLOSE(vf->vf_vnode, spa_mode(vd->vdev_spa), 1, 0, in vdev_file_close() 136 VN_RELE(vf->vf_vnode); in vdev_file_close() 203 zio->io_error = VOP_FSYNC(vf->vf_vnode, FSYNC | FDSYNC, in vdev_file_io_start() 225 bp->b_private = vf->vf_vnode; in vdev_file_io_start()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev_file.h | 39 vnode_t *vf_vnode; member
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 4870 (void) close(vf->vf_vnode->v_fd); in ztest_fault_inject() 4871 vf->vf_vnode->v_fd = -1; in ztest_fault_inject()
|