Searched refs:zfs_is_shared_proto (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_mount.c | 88 zfs_share_type_t zfs_is_shared_proto(zfs_handle_t *, char **, 450 rc |= zfs_is_shared_proto(zhp, NULL, *curr_proto); in zfs_is_shared() 473 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto) in zfs_is_shared_proto() function 497 return (zfs_is_shared_proto(zhp, where, in zfs_is_shared_nfs() 504 return (zfs_is_shared_proto(zhp, where, in zfs_is_shared_smb()
|