Lines Matching refs:ZTOV
97 dnlc_update(ZTOV(dzp), name, DNLC_NO_VNODE); in zfs_match_find()
314 vp = dnlc_lookup(ZTOV(dzp), name); in zfs_dirent_lock()
348 dnlc_update(ZTOV(dzp), name, ZTOV(*zpp)); in zfs_dirent_lock()
406 *vpp = ZTOV(dzp); in zfs_dirlook()
427 *vpp = ZTOV(zp); in zfs_dirlook()
440 *vpp = ZTOV(zp); in zfs_dirlook()
530 VN_RELE(ZTOV(zp)); in zfs_unlinked_drain_task()
610 ASSERT((ZTOV(xzp)->v_type == VREG) || in zfs_purgedir()
611 (ZTOV(xzp)->v_type == VLNK)); in zfs_purgedir()
624 VN_RELE(ZTOV(xzp)); in zfs_purgedir()
637 VN_RELE(ZTOV(xzp)); in zfs_purgedir()
657 ASSERT(ZTOV(zp)->v_count == 0); in zfs_rmnode()
662 if (ZTOV(zp)->v_type == VDIR && (zp->z_pflags & ZFS_XATTR)) { in zfs_rmnode()
754 VN_RELE(ZTOV(xzp)); in zfs_rmnode()
775 vnode_t *vp = ZTOV(zp); in zfs_link_create()
836 dnlc_update(ZTOV(dzp), dl->dl_name, vp); in zfs_link_create()
902 vnode_t *vp = ZTOV(zp); in zfs_link_destroy()
910 dnlc_remove(ZTOV(dzp), dl->dl_name); in zfs_link_destroy()
1069 *xvpp = ZTOV(xzp); in zfs_make_xattrdir()
1101 *xvpp = ZTOV(xzp); in zfs_get_xattrdir()
1174 (ZTOV(zp)->v_type == VREG && in zfs_sticky_remove_access()