Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_mount.c87 static int zfs_share_proto(zfs_handle_t *, zfs_share_proto_t *);
459 return (zfs_share_proto(zhp, share_all_proto)); in zfs_share()
731 zfs_share_proto(zfs_handle_t *zhp, zfs_share_proto_t *proto) in zfs_share_proto() function
841 return (zfs_share_proto(zhp, nfs_only)); in zfs_share_nfs()
847 return (zfs_share_proto(zhp, smb_only)); in zfs_share_smb()
853 return (zfs_share_proto(zhp, share_all_proto)); in zfs_shareall()