Searched refs:zp_zhp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c63 if (zp->zp_zhp != NULL) {
65 zp->zp_zhp->zfs_cached = B_FALSE;
66 zfs_close(zp->zp_zhp);
190 zhp = ((zfs_pathent_t *)found)->zp_zhp;
209 if ((zhp = zp->zp_zhp) == NULL) {
212 zhp = zp->zp_zhp;
227 zfs_handle_t *zhp = zp->zp_zhp;
258 if ((zhp = zp->zp_zhp) == NULL &&
261 zhp = zp->zp_zhp;
276 ASSERT(zp->zp_zhp
[all...]
H A Dlibzfs_impl.h259 const char *zp_name; /* zp_zhp->zfs_name or associated file path */
260 zfs_handle_t *zp_zhp; /* NULL if removed or zp_name is a file */ member in struct:zfs_pathent
264 * filesystem's dataset name and its zp_zhp points to the zfs_handle_t

Completed in 25 milliseconds