Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h52 zfsvfs_t *z_parent; /* parent fs */ member
/src/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h84 struct zfsvfs *z_parent; /* parent fs */ member
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c373 if (zp->z_id == zfsvfs->z_root && zfsvfs->z_parent == zfsvfs) in zfs_znode_sa_init()
424 KASSERT((zfsvfs->z_parent->z_vfs->mnt_kern_flag & MNTK_FPLOOKUP) == 0, in zfs_znode_alloc()
430 error = getnewvnode("zfs", zfsvfs->z_parent->z_vfs, &zfs_vnodeops, &vp); in zfs_znode_alloc()
1774 zfsvfs->z_parent = zfsvfs; in zfs_create_fs()
H A Dzfs_vfsops.c1048 zfsvfs->z_parent = zfsvfs; in zfsvfs_create_impl()
1637 cache_purgevfs(zfsvfs->z_parent->z_vfs); in zfsvfs_teardown()
1859 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()
1891 if (zfsvfs->z_parent == zfsvfs && fidp->fid_len == LONG_FID_LEN) { in zfs_fhtovp()
H A Dzfs_ctldir.c1039 VTOZ(*vpp)->z_zfsvfs->z_parent = zfsvfs; in zfsctl_snapdir_lookup()
H A Dzfs_vnops_os.c861 if (zdp->z_id == zfsvfs->z_root && zfsvfs->z_parent != zfsvfs) { in zfs_lookup()
869 error = zfsctl_root(zfsvfs->z_parent, LK_SHARED, in zfs_lookup()
4079 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()
6807 if (zp->z_id != zfsvfs->z_root || zfsvfs->z_parent == zfsvfs) { in zfs_vptocnp()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c407 if (parent == dzp->z_id && zfsvfs->z_parent != zfsvfs) { in zfs_dirlook()
408 error = zfsctl_root_lookup(zfsvfs->z_parent->z_ctldir, in zfs_dirlook()
H A Dzfs_vfsops.c827 zfsvfs->z_parent = zfsvfs; in zfsvfs_create_impl()
1389 shrink_dcache_sb(zfsvfs->z_parent->z_sb); in zfsvfs_teardown()
H A Dzfs_ctldir.c1328 snap_zfsvfs->z_parent = zfsvfs; in zfsctl_snapshot_mount()
H A Dzfs_znode_os.c1912 zfsvfs->z_parent = zfsvfs; in zfs_create_fs()