Home
last modified time | relevance | path

Searched refs:share_all_proto (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c129 zfs_share_proto_t share_all_proto[] = { variable
506 if (zfs_unshare_proto(zhp, mntpt, share_all_proto) != 0) in zfs_unmount()
551 for (curr_proto = share_all_proto; *curr_proto != PROTO_END; in zfs_is_shared()
562 return (zfs_share_proto(zhp, share_all_proto)); in zfs_share()
944 return (zfs_share_proto(zhp, share_all_proto)); in zfs_shareall()
1093 return (zfs_unshareall_proto(zhp, share_all_proto)); in zfs_unshareall()
1099 return (zfs_unshare_proto(zhp, mountpoint, share_all_proto)); in zfs_unshareall_bypath()
1691 for (curr_proto = share_all_proto; *curr_proto != PROTO_END; in zpool_disable_datasets()