Searched defs:is_shared (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c129 is_shared(libzfs_handle_t *hdl, const char *mountpoint, zfs_share_proto_t proto) function
536 if ((rc = is_shared(zhp->zfs_hdl, mountpoint, proto))
944 if (is_shared(hdl, mntpt, *curr_proto) &&
1308 if (is_shared(hdl, mountpoints[i], *curr_proto) &&
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c397 * is_shared(share)
402 is_shared(sa_share_t share) function
479 if (strictness == SA_CHECK_NORMAL && !is_shared(share))

Completed in 54 milliseconds