Searched refs:VTOZ (Results 1 – 5 of 5) sorted by relevance
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()[all …]
236 VERIFY(0 == sa_lookup(VTOZ(rvp)->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfsctl_create()924 ASSERT(VTOZ(*vpp)->z_zfsvfs != zfsvfs); in zfsctl_snapdir_lookup()925 VTOZ(*vpp)->z_zfsvfs->z_parent = zfsvfs; in zfsctl_snapdir_lookup()1300 *zfsvfsp = VTOZ(vp)->z_zfsvfs; in zfsctl_lookup_objset()
325 *zpp = VTOZ(vp); in zfs_dirent_lock()
5954 dzp = VTOZ(vp); in zfs_ioc_smb_acl()
246 #define VTOZ(VP) ((znode_t *)(VP)->v_data) macro