Searched refs:libzfs_sharehdl (Results 1 – 2 of 2) sorted by relevance
611 _sa_needs_refresh(zhandle->libzfs_sharehdl)) { in zfs_init_libshare()613 zhandle->libzfs_sharehdl = _sa_init(service); in zfs_init_libshare()617 if (ret == SA_OK && zhandle && zhandle->libzfs_sharehdl == NULL) in zfs_init_libshare()618 zhandle->libzfs_sharehdl = _sa_init(service); in zfs_init_libshare()620 if (ret == SA_OK && zhandle->libzfs_sharehdl == NULL) in zfs_init_libshare()635 if (zhandle != NULL && zhandle->libzfs_sharehdl != NULL) { in zfs_uninit_libshare()637 _sa_fini(zhandle->libzfs_sharehdl); in zfs_uninit_libshare()638 zhandle->libzfs_sharehdl = NULL; in zfs_uninit_libshare()748 share = zfs_sa_find_share(hdl->libzfs_sharehdl, mountpoint); in zfs_share_proto()759 if (_sa_zfs_process_share(hdl->libzfs_sharehdl, in zfs_share_proto()[all …]
73 void *libzfs_sharehdl; /* libshare handle */ member