Searched refs:zfs_is_shared_proto (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 101 zfs_share_type_t zfs_is_shared_proto(zfs_handle_t *, char **, 553 rc |= zfs_is_shared_proto(zhp, NULL, *curr_proto); in zfs_is_shared() 576 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto) in zfs_is_shared_proto() function 600 return (zfs_is_shared_proto(zhp, where, in zfs_is_shared_nfs() 607 return (zfs_is_shared_proto(zhp, where, in zfs_is_shared_smb()
|