Lines Matching refs:VTOZ

197 	znode_t	*zp = VTOZ(*vpp);  in zfs_open()
231 znode_t *zp = VTOZ(vp); in zfs_close()
263 znode_t *zp = VTOZ(vp); in zfs_holey()
307 znode_t *zp = VTOZ(vp); in zfs_ioctl_getxattr()
325 znode_t *zp = VTOZ(vp); in zfs_ioctl_setxattr()
427 zp = VTOZ(vp); in zfs_ioctl()
448 zp = VTOZ(vp); in zfs_ioctl()
557 znode_t *zp = VTOZ(vp); in mappedread()
610 znode_t *zp = VTOZ(vp); in zfs_read()
829 znode_t *zp = VTOZ(vp); in zfs_write()
1349 znode_t *zp = VTOZ(vp); in zfs_access()
1413 znode_t *zdp = VTOZ(dvp); in zfs_lookup()
1499 if (error = zfs_get_xattrdir(VTOZ(dvp), vpp, cr, flags)) { in zfs_lookup()
1508 if (error = zfs_zaccess(VTOZ(*vpp), ACE_EXECUTE, 0, in zfs_lookup()
1576 znode_t *zp, *dzp = VTOZ(dvp); in zfs_create()
1833 znode_t *zp, *dzp = VTOZ(dvp); in zfs_remove()
2071 znode_t *zp, *dzp = VTOZ(dvp); in zfs_mkdir()
2252 znode_t *dzp = VTOZ(dvp); in zfs_rmdir()
2391 znode_t *zp = VTOZ(vp); in zfs_readdir()
2658 znode_t *zp = VTOZ(vp); in zfs_fsync()
2703 znode_t *zp = VTOZ(vp); in zfs_getattr()
3033 znode_t *zp = VTOZ(vp); in zfs_setattr()
3874 znode_t *sdzp = VTOZ(sdvp); in zfs_rename()
3896 tdzp = VTOZ(tdvp); in zfs_rename()
4256 znode_t *zp, *dzp = VTOZ(dvp); in zfs_symlink()
4409 znode_t *zp = VTOZ(vp); in zfs_readlink()
4450 znode_t *dzp = VTOZ(tdvp); in zfs_link()
4481 szp = VTOZ(svp); in zfs_link()
4636 znode_t *zp = VTOZ(vp); in zfs_putapage()
4753 znode_t *zp = VTOZ(vp); in zfs_putpage()
4844 znode_t *zp = VTOZ(vp); in zfs_inactive()
4929 znode_t *zp = VTOZ(vp); in zfs_frlock()
4960 znode_t *zp = VTOZ(vp); in zfs_fillpage()
5056 znode_t *zp = VTOZ(vp); in zfs_getpage()
5141 znode_t *zp = VTOZ(vp); in zfs_map()
5222 atomic_add_64(&VTOZ(vp)->z_mapcnt, pages); in zfs_addmap()
5234 ASSERT3U(VTOZ(vp)->z_mapcnt, >=, pages); in zfs_delmap()
5235 atomic_add_64(&VTOZ(vp)->z_mapcnt, -pages); in zfs_delmap()
5264 znode_t *zp = VTOZ(vp); in zfs_space()
5313 znode_t *zp = VTOZ(vp); in zfs_fid()
5389 zp = VTOZ(vp); in zfs_pathconf()
5445 znode_t *zp = VTOZ(vp); in zfs_getsecattr()
5463 znode_t *zp = VTOZ(vp); in zfs_setsecattr()
5497 znode_t *zp = VTOZ(vp); in zfs_reqzcbuf()