Searched refs:libzfs_sharehdl (Results 1 – 2 of 2) sorted by relevance
610 _sa_needs_refresh(zhandle->libzfs_sharehdl)) { in zfs_init_libshare()612 zhandle->libzfs_sharehdl = _sa_init(service); in zfs_init_libshare()616 if (ret == SA_OK && zhandle && zhandle->libzfs_sharehdl == NULL) in zfs_init_libshare()617 zhandle->libzfs_sharehdl = _sa_init(service); in zfs_init_libshare()619 if (ret == SA_OK && zhandle->libzfs_sharehdl == NULL) in zfs_init_libshare()634 if (zhandle != NULL && zhandle->libzfs_sharehdl != NULL) { in zfs_uninit_libshare()636 _sa_fini(zhandle->libzfs_sharehdl); in zfs_uninit_libshare()637 zhandle->libzfs_sharehdl = NULL; in zfs_uninit_libshare()747 share = zfs_sa_find_share(hdl->libzfs_sharehdl, mountpoint); in zfs_share_proto()758 if (_sa_zfs_process_share(hdl->libzfs_sharehdl, in zfs_share_proto()[all …]
73 void *libzfs_sharehdl; /* libshare handle */ member