Searched refs:publish (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libshare/common/ |
H A D | libshare.c | 1084 * For publish requests, a validated share will always include the "mntpnt" 1161 * publish the share for the specified protocols. 1365 int proto_cnt, boolean_t publish) 1372 if (publish) 1450 * track a per-protocol list of the shares we failed to {un}publish. 1461 * XXX: saproto_fs_{un}publish() should report which shares it 1462 * failed to {un}publish through an in-out nvlist_t parameter 1464 * saproto_fs_{un}publish() returns an error. If non-NULL, the 1501 * saproto_fs_{un}publish() to return in the error case. 1502 * When saproto_fs_{un}publish() i 1364 sa_share_list_add(nvlist_t **share_list, nvlist_t *share, const char *sh_name, int proto_cnt, boolean_t publish) argument 1991 sa_share_write(libshare_handle_t *shdl, nvlist_t *share, boolean_t persist, boolean_t publish) argument [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_share.c | 580 boolean_t publish) 587 if ((rc = sa_share_write(shdl, share, persist, publish)) != SA_OK) { 3588 zfs_update_sharing_from_props(zfs_handle_t *zhp, boolean_t publish) argument 3632 publish); 3637 publish); 3644 * If there is an error in the share at publish time, 3653 } else if (! publish && zfs_is_share(zhp)) { 3656 * but do not publish it. Make sure the share.state reflects 4189 * If there is an error in the share at publish time, 579 zfs_share_write(zfs_handle_t *zhp, nvlist_t *share, boolean_t persist, boolean_t publish) argument
|
/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.c | 2373 * validation error, so defer publish-time errors to the very end. 3435 sa_fillshare(nvlist_t *share, struct exp_share *sh, boolean_t publish) argument 3454 if (publish) { 3828 boolean_t publish, boolean_t *logging) 3877 if (publish) { 3905 ret = sa_fillshare(share, cureap->shareinfo, publish); 3827 create_export_list(nvlist_t *sh_list, struct exportfs_args **list, boolean_t publish, boolean_t *logging) argument
|
Completed in 36 milliseconds