Searched refs:z_root (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h40 ((zdp)->z_id == (zdp)->z_zfsvfs->z_root && \
H A Dzfs_vfsops.h48 uint64_t z_root; /* id of root znode */ member in struct:zfsvfs
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c926 &zfsvfs->z_root);
929 ASSERT(zfsvfs->z_root != 0);
1496 if (error = zfs_zget(zfsvfs, zfsvfs->z_root, &zp)) {
1721 error = zfs_zget(zfsvfs, zfsvfs->z_root, &rootzp);
H A Dzfs_znode.c598 if (zp->z_id == zfsvfs->z_root)
H A Dzfs_vnops.c3357 uint64_t rootid = zp->z_zfsvfs->z_root;

Completed in 91 milliseconds