Lines Matching defs:shdl

116 sa_zfs_open(libshare_handle_t *shdl)
125 libzfs_set_libshare(hdl, shdl);
137 sa_zfs_reset(libshare_handle_t *shdl)
142 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL) {
203 sa_zfs_share_write(libshare_handle_t *shdl, nvlist_t *share, boolean_t persist)
208 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
216 sa_zfs_share_read(libshare_handle_t *shdl, const char *mntpnt,
222 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
246 sa_zfs_share_read_init(libshare_handle_t *shdl, sa_read_hdl_t *srhp)
253 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
269 sa_zfs_share_read_next(libshare_handle_t *shdl, sa_read_hdl_t *srhp,
300 sa_zfs_share_read_fini(libshare_handle_t *shdl, sa_read_hdl_t *srhp)
313 sa_zfs_share_remove(libshare_handle_t *shdl, const char *fs_name,
321 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
352 sa_zfs_share_get_acl(libshare_handle_t *shdl, const char *sh_name,
360 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
405 sa_zfs_share_set_acl(libshare_handle_t *shdl, const char *sh_name,
413 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
463 sa_zfs_get_mntpnt_for_path(libshare_handle_t *shdl, const char *sh_path,
470 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
483 sa_zfs_sharing_enabled(libshare_handle_t *shdl, const char *sh_path,
491 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
499 sa_zfs_sharing_get_prop(libshare_handle_t *shdl, const char *sh_path,
505 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
513 sa_zfs_sharing_set_prop(libshare_handle_t *shdl, const char *mntpnt,
519 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
527 sa_zfs_is_legacy(libshare_handle_t *shdl, const char *sh_path,
535 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
562 sa_zfs_is_zoned(libshare_handle_t *shdl, const char *mntpnt, boolean_t *zoned)
568 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL)
677 sa_zfs_share_notify(libshare_handle_t *shdl, const char *mountpoint,
689 if ((zfs_hdl = sa_get_fs_handle(shdl, SA_FS_ZFS, &rc)) == NULL) {