Searched refs:z_parent (Results 1 – 6 of 6) sorted by relevance
46 zfsvfs_t *z_parent; /* parent fs */ member
886 zfsvfs->z_parent = zfsvfs; in zfsvfs_create()1812 (void) dnlc_purge_vfsp(zfsvfs->z_parent->z_vfs, 0); in zfsvfs_teardown()1814 cache_purgevfs(zfsvfs->z_parent->z_vfs); in zfsvfs_teardown()1914 (void) dnlc_purge_vfsp(zfsvfs->z_parent->z_vfs, 0); in zfs_umount()2062 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()2088 if (zfsvfs->z_parent == zfsvfs && fidp->fid_len == LONG_FID_LEN) { in zfs_fhtovp()2292 VFS_RELE(zfsvfs->z_parent->z_vfs); in zfs_freevfs()
399 if (parent == dzp->z_id && zfsvfs->z_parent != zfsvfs) { in zfs_dirlook()400 error = zfsctl_root_lookup(zfsvfs->z_parent->z_ctldir, in zfs_dirlook()
630 error = getnewvnode("zfs", zfsvfs->z_parent->z_vfs, &zfs_vnodeops, &vp); in zfs_znode_alloc()1893 zfsvfs->z_parent = zfsvfs; in zfs_create_fs()
1101 VTOZ(*vpp)->z_zfsvfs->z_parent = zfsvfs;
5252 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()