Lines Matching defs:zfvp
168 zfsvfs_t *zfvp;
177 error = getzfsvfs_impl(os, &zfvp);
180 if (zfvp == NULL)
182 vfsp = zfvp->z_vfs;
215 if (zfvp->z_flags & ZSB_XATTR)
216 tmp = zfvp->z_xattr;
969 zfsvfs_create(const char *osname, boolean_t readonly, zfsvfs_t **zfvp)
996 error = zfsvfs_create_impl(zfvp, zfsvfs, os);
1003 zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os)
1025 *zfvp = NULL;
1030 *zfvp = zfsvfs;
2251 zfsvfs_t *zfvp;
2257 zfvp = dmu_objset_get_user(os);
2258 if (zfvp != NULL && zfvp->z_vfs != NULL &&
2259 (zfvp->z_vfs->mnt_kern_flag & MNTK_UNMOUNT))