Searched defs:notify_op (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libshare/common/ |
H A D | libshare_fs.c | 474 const char *mountpoint, sa_notify_op_t notify_op, nvlist_t *notify_list) 485 ops->saf_share_notify(shdl, mountpoint, notify_op, notify_list); 473 safs_share_notify(libshare_handle_t *shdl, sa_fs_t fstype, const char *mountpoint, sa_notify_op_t notify_op, nvlist_t *notify_list) argument
|
H A D | libshare.c | 1118 sa_notify_op_t notify_op, nvlist_t *return_codes) 1139 safs_share_notify(shdl, fstype, mountpoint, notify_op, notifications); 1421 sa_notify_op_t notify_op, int proto_cnt, int wait) 1434 assert(notify_op == SA_NOTIFY_OP_PUBLISH || 1435 notify_op == SA_NOTIFY_OP_UNPUBLISH); 1470 if (notify_op == SA_NOTIFY_OP_PUBLISH) { 1484 rc = (notify_op == SA_NOTIFY_OP_PUBLISH 1530 if (((notify_op == SA_NOTIFY_OP_PUBLISH) && 1532 ((notify_op == SA_NOTIFY_OP_UNPUBLISH) && 1661 safs_share_notify(shdl, fstype, mountpoint, notify_op, notification 1117 sa_share_notify(libshare_handle_t *shdl, nvlist_t *share, sa_notify_op_t notify_op, nvlist_t *return_codes) argument 1420 sa_share_process_list(libshare_handle_t *shdl, nvlist_t **share_list, sa_notify_op_t notify_op, int proto_cnt, int wait) argument [all...] |
/osnet-11/usr/src/lib/libshare_plugins/zfs/ |
H A D | libshare_zfs.c | 602 sa_zfs_get_share_state(sa_notify_op_t notify_op, nvlist_t *protos, argument 628 if (notify_op == SA_NOTIFY_OP_PUBLISH) { 634 if (notify_op == SA_NOTIFY_OP_UNPUBLISH) 638 if (notify_op == SA_NOTIFY_OP_PUBLISH) { 655 if (notify_op == SA_NOTIFY_OP_UNPUBLISH && !shared) 659 if (notify_op == SA_NOTIFY_OP_PUBLISH) { 678 sa_notify_op_t notify_op, nvlist_t *notifications) 686 assert(notify_op == SA_NOTIFY_OP_PUBLISH || 687 notify_op == SA_NOTIFY_OP_UNPUBLISH); 717 if ((rc = sa_zfs_get_share_state(notify_op, proto 677 sa_zfs_share_notify(libshare_handle_t *shdl, const char *mountpoint, sa_notify_op_t notify_op, nvlist_t *notifications) argument [all...] |
Completed in 35 milliseconds