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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c622 _sa_needs_refresh(zhandle->libzfs_sharehdl)) {
624 zhandle->libzfs_sharehdl = _sa_init(service);
628 if (ret == SA_OK && zhandle && zhandle->libzfs_sharehdl == NULL)
629 zhandle->libzfs_sharehdl = _sa_init(service);
631 if (ret == SA_OK && zhandle->libzfs_sharehdl == NULL)
647 if (zhandle != NULL && zhandle->libzfs_sharehdl != NULL) {
650 _sa_fini(zhandle->libzfs_sharehdl);
652 zhandle->libzfs_sharehdl = NULL;
769 share = zfs_sa_find_share(hdl->libzfs_sharehdl, mountpoint);
780 if (_sa_zfs_process_share(hdl->libzfs_sharehdl,
[all...]
H A Dlibzfs_impl.h75 void *libzfs_sharehdl; /* libshare handle */ member in struct:libzfs_handle

Completed in 44 milliseconds