Home
last modified time | relevance | path

Searched refs:z_parent (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h46 zfsvfs_t *z_parent; /* parent fs */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1196 zfsvfs->z_parent = zfsvfs; in zfsvfs_create_impl()
2103 (void) dnlc_purge_vfsp(zfsvfs->z_parent->z_vfs, 0); in zfsvfs_teardown()
2105 cache_purgevfs(zfsvfs->z_parent->z_vfs, true); in zfsvfs_teardown()
2207 (void) dnlc_purge_vfsp(zfsvfs->z_parent->z_vfs, 0); in zfs_umount()
2343 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()
2371 if (zfsvfs->z_parent == zfsvfs && fidp->fid_len == LONG_FID_LEN) { in zfs_fhtovp()
2565 VFS_RELE(zfsvfs->z_parent->z_vfs); in zfs_freevfs()
H A Dzfs_znode.c570 if (zp->z_id == zfsvfs->z_root && zfsvfs->z_parent == zfsvfs) in zfs_znode_sa_init()
621 error = getnewvnode("zfs", zfsvfs->z_parent->z_vfs, &zfs_vnodeops, &vp); in zfs_znode_alloc()
1942 zfsvfs->z_parent = zfsvfs; in zfs_create_fs()
H A Dzfs_ctldir.c1030 VTOZ(*vpp)->z_zfsvfs->z_parent = zfsvfs;
H A Dzfs_vnops.c1614 if (zdp->z_id == zfsvfs->z_root && zfsvfs->z_parent != zfsvfs) { in zfs_lookup()
1622 error = zfsctl_root(zfsvfs->z_parent, LK_SHARED, in zfs_lookup()
4364 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()
5932 if (zp->z_id != zfsvfs->z_root || zfsvfs->z_parent == zfsvfs) { in zfs_vptocnp()