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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c242 zfs_is_shareable(zfs_handle_t *zhp, char *mountpoint, size_t mpsize, function
1065 shareable = zfs_is_shareable(zhp, mountprop, sizeof (mountprop),
3426 if (!zfs_is_shareable(zhp, mountpoint, sizeof (mountpoint),
3515 if (!zfs_is_shareable(zhp, mountpoint, sizeof (mountpoint), B_FALSE))
3603 if (!zfs_is_shareable(zhp, mountpoint, sizeof (mountpoint), B_FALSE))
4138 if (!zfs_is_shareable(zhp, mntpnt, sizeof (mntpnt), !quiet)) {
4680 if (!zfs_is_shareable(zhp, mountpoint, sizeof (mountpoint), B_FALSE))

Completed in 27 milliseconds