Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c284 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_netbsd_vptofh()
340 if (zfsvfs->z_parent == zfsvfs && fidp->fid_len == LONG_FID_LEN) { in zfs_netbsd_fhtovp()
1312 zfsvfs->z_parent = zfsvfs; in zfsvfs_create()
2277 (void) dnlc_purge_vfsp(zfsvfs->z_parent->z_vfs, 0); in zfsvfs_teardown()
2279 cache_purgevfs(zfsvfs->z_parent->z_vfs, true); in zfsvfs_teardown()
2388 (void) dnlc_purge_vfsp(zfsvfs->z_parent->z_vfs, 0); in zfs_umount()
2523 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()
2553 if (zfsvfs->z_parent == zfsvfs && fidp->fid_len == LONG_FID_LEN) { in zfs_fhtovp()
2779 VFS_RELE(zfsvfs->z_parent->z_vfs); in zfs_freevfs()
H A Dzfs_znode.c582 if (zp->z_id == zfsvfs->z_root && zfsvfs->z_parent == zfsvfs) in zfs_znode_sa_init()
643 error = getnewvnode("zfs", zfsvfs->z_parent->z_vfs, &zfs_vnodeops, &vp); in zfs_znode_alloc()
2124 zfsvfs->z_parent = zfsvfs; in zfs_create_fs()
H A Dzfs_ctldir.c942 VTOZ(*vpp)->z_zfsvfs->z_parent = zfsvfs;
1448 VTOZ(*vpp)->z_zfsvfs->z_parent = zfsvfs; in sfs_lookup_snapshot()
H A Dzfs_vnops.c1795 if (zdp->z_id == zfsvfs->z_root && zfsvfs->z_parent != zfsvfs) { in zfs_lookup()
1803 error = zfsctl_root(zfsvfs->z_parent, LK_SHARED, in zfs_lookup()
2075 if (zdp->z_id == zfsvfs->z_root && zfsvfs->z_parent != zfsvfs) { in zfs_lookup()
2077 error = zfsctl_snapshot(zfsvfs->z_parent, vpp); in zfs_lookup()
3108 if (zp->z_id == zfsvfs->z_root && zfsvfs->z_parent != zfsvfs) { in zfs_getattr()
4909 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h46 zfsvfs_t *z_parent; /* parent fs */ member