Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h82 struct zfsvfs *z_parent; /* parent fs */ member
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h70 zfsvfs_t *z_parent; /* parent fs */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c981 zfsvfs->z_parent = zfsvfs; in zfsvfs_create_impl()
1556 cache_purgevfs(zfsvfs->z_parent->z_vfs); in zfsvfs_teardown()
1558 cache_purgevfs(zfsvfs->z_parent->z_vfs, true); in zfsvfs_teardown()
1769 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()
1797 if (zfsvfs->z_parent == zfsvfs && fidp->fid_len == LONG_FID_LEN) { in zfs_fhtovp()
H A Dzfs_znode.c364 if (zp->z_id == zfsvfs->z_root && zfsvfs->z_parent == zfsvfs) in zfs_znode_sa_init()
418 KASSERT((zfsvfs->z_parent->z_vfs->mnt_kern_flag & MNTK_FPLOOKUP) == 0, in zfs_znode_alloc()
429 error = getnewvnode("zfs", zfsvfs->z_parent->z_vfs, &zfs_vnodeops, &vp); in zfs_znode_alloc()
1704 zfsvfs->z_parent = zfsvfs; in zfs_create_fs()
H A Dzfs_ctldir.c1015 VTOZ(*vpp)->z_zfsvfs->z_parent = zfsvfs; in zfsctl_snapdir_lookup()
H A Dzfs_vnops_os.c878 if (zdp->z_id == zfsvfs->z_root && zfsvfs->z_parent != zfsvfs) { in zfs_lookup()
886 error = zfsctl_root(zfsvfs->z_parent, LK_SHARED, in zfs_lookup()
3942 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()
5734 if (zp->z_id != zfsvfs->z_root || zfsvfs->z_parent == zfsvfs) { in zfs_vptocnp()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c406 if (parent == dzp->z_id && zfsvfs->z_parent != zfsvfs) { in zfs_dirlook()
407 error = zfsctl_root_lookup(zfsvfs->z_parent->z_ctldir, in zfs_dirlook()
H A Dzfs_vfsops.c812 zfsvfs->z_parent = zfsvfs; in zfsvfs_create_impl()
1349 shrink_dcache_sb(zfsvfs->z_parent->z_sb); in zfsvfs_teardown()
H A Dzfs_ctldir.c1130 snap_zfsvfs->z_parent = zfsvfs; in zfsctl_snapshot_mount()
H A Dzfs_znode.c1907 zfsvfs->z_parent = zfsvfs; in zfs_create_fs()