Searched refs:zfs_share_proto_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 85 static int zfs_share_proto(zfs_handle_t *, zfs_share_proto_t *); 87 zfs_share_proto_t); 105 zfs_share_proto_t nfs_only[] = { 110 zfs_share_proto_t smb_only[] = { 114 zfs_share_proto_t share_all_proto[] = { 125 is_shared(libzfs_handle_t *hdl, const char *mountpoint, zfs_share_proto_t proto) in is_shared() 432 zfs_share_proto_t *curr_proto; in zfs_is_shared() 462 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto) in zfs_is_shared_proto() 648 zfs_parse_options(char *options, zfs_share_proto_t proto) in zfs_parse_options() 705 zfs_share_proto(zfs_handle_t *zhp, zfs_share_proto_t *proto) in zfs_share_proto() [all …]
|
H A D | libzfs_impl.h | 123 } zfs_share_proto_t; typedef 181 int changelist_unshare(prop_changelist_t *, zfs_share_proto_t *); 207 extern int zfs_parse_options(char *, zfs_share_proto_t); 210 const char *, zfs_share_proto_t *);
|
H A D | libzfs_changelist.c | 317 changelist_unshare(prop_changelist_t *clp, zfs_share_proto_t *proto) in changelist_unshare()
|
H A D | libzfs_dataset.c | 1314 zfs_share_proto_t proto; in zfs_valid_proplist()
|