Lines Matching defs:zfs_hdl
271 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where)
275 if (libzfs_mnttab_find(zfs_hdl, special, &entry) != 0)
279 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp);
287 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where));
333 libzfs_handle_t *hdl = zhp->zfs_hdl;
437 libzfs_handle_t *hdl = zhp->zfs_hdl;
536 if ((rc = is_shared(zhp->zfs_hdl, mountpoint, proto))
772 libzfs_handle_t *hdl = zhp->zfs_hdl;
925 libzfs_handle_t *hdl = zhp->zfs_hdl;
930 rewind(zhp->zfs_hdl->libzfs_mnttab);
939 mntpt = zfs_strdup(zhp->zfs_hdl, entry.mnt_mountp);
1055 ptr = zfs_realloc(zhp->zfs_hdl,