Searched refs:libzfs_sharehdl (Results 1 – 2 of 2) sorted by relevance
627 _sa_needs_refresh(zhandle->libzfs_sharehdl)) { in zfs_init_libshare()629 zhandle->libzfs_sharehdl = _sa_init(service); in zfs_init_libshare()633 if (ret == SA_OK && zhandle && zhandle->libzfs_sharehdl == NULL) in zfs_init_libshare()634 zhandle->libzfs_sharehdl = _sa_init(service); in zfs_init_libshare()636 if (ret == SA_OK && zhandle->libzfs_sharehdl == NULL) in zfs_init_libshare()652 if (zhandle != NULL && zhandle->libzfs_sharehdl != NULL) { in zfs_uninit_libshare()655 _sa_fini(zhandle->libzfs_sharehdl); in zfs_uninit_libshare()657 zhandle->libzfs_sharehdl = NULL; in zfs_uninit_libshare()775 share = zfs_sa_find_share(hdl->libzfs_sharehdl, mountpoint); in zfs_share_proto()786 if (_sa_zfs_process_share(hdl->libzfs_sharehdl, in zfs_share_proto()[all …]
69 void *libzfs_sharehdl; /* libshare handle */ member