Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c86 static int zfs_share_proto(zfs_handle_t *, zfs_share_proto_t *);
449 return (zfs_share_proto(zhp, share_all_proto)); in zfs_share()
706 zfs_share_proto(zfs_handle_t *zhp, zfs_share_proto_t *proto) in zfs_share_proto() function
800 return (zfs_share_proto(zhp, nfs_only)); in zfs_share_nfs()
806 return (zfs_share_proto(zhp, smb_only)); in zfs_share_smb()
812 return (zfs_share_proto(zhp, share_all_proto)); in zfs_shareall()