Searched refs:sh_zhp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c703 zfs_handle_t *sh_zhp; local
715 if ((sh_zhp = zfs_fs_to_auto_share(zhp)) == NULL)
718 err = zfs_share_notify_impl(sh_zhp->zfs_hdl, sh_zhp->zfs_name, state);
719 if (zfs_is_cached(sh_zhp)) {
721 (void) zfs_update_share_handle(sh_zhp, state);
723 zfs_close(sh_zhp);
791 zfs_handle_t *sh_zhp; local
809 sh_zhp = zfs_cache_get_quiet(hdl, sh_path, ZFS_TYPE_FILESYSTEM);
811 if (sh_zhp
1014 zfs_handle_t *sh_zhp; local
1887 zfs_handle_t *sh_zhp = NULL; local
1913 zfs_cache_remove(ZFS_GET_CACHE(sh_zhp), sh_zhp); local
1967 zfs_handle_t *sh_zhp = NULL; local
2337 zfs_handle_t *sh_zhp; local
2373 zfs_handle_t *zhp, *sh_zhp; local
2438 zfs_handle_t *zhp, *sh_zhp; local
2507 zfs_handle_t *zhp, *sh_zhp; local
2542 zfs_handle_t *sh_zhp; local
3903 zfs_handle_t *sh_zhp = NULL; local
4021 zfs_handle_t *sh_zhp; local
4271 zfs_handle_t *sh_zhp; local
4853 zfs_handle_t *sh_zhp; local
[all...]
H A Dlibzfs_dataset.c1807 zfs_handle_t *sh_zhp; local
1824 if ((sh_zhp = zfs_open_quiet(hdl, s,
1826 zfs_close(sh_zhp);
1889 zfs_handle_t *sh_zhp = NULL; local
1893 sh_zhp = zhp;
1900 sh_zhp = parent_zhp;
1903 if (sh_zhp != NULL && (sh_zhp->zfs_type & ZFS_TYPE_SHAREABLE)) {
1906 (void) zfs_sharing_upgrade(sh_zhp);
1909 if (zfs_validate_sharing_newprops(sh_zhp, NUL
[all...]
H A Dlibzfs_sendrecv.c3856 zfs_handle_t *sh_zhp = zfs_open_quiet(hdl, local
3858 if (sh_zhp != NULL) {
3860 (void) zfs_share_one(sh_zhp);
3863 sh_zhp);
3865 zfs_close(sh_zhp);

Completed in 34 milliseconds