Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h225 typedef struct prop_changelist prop_changelist_t; typedef
234 int changelist_prefix(prop_changelist_t *);
235 int changelist_postfix(prop_changelist_t *);
236 void changelist_rename(prop_changelist_t *, const char *, const char *);
237 void changelist_remove(prop_changelist_t *, const char *);
238 void changelist_free(prop_changelist_t *);
239 prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int, int);
240 int changelist_unshare(prop_changelist_t *, zfs_share_proto_t *);
241 int changelist_haszonedchild(prop_changelist_t *);
H A Dlibzfs_changelist.c96 changelist_prefix(prop_changelist_t *clp) in changelist_prefix()
159 changelist_postfix(prop_changelist_t *clp) in changelist_postfix()
318 changelist_rename(prop_changelist_t *clp, const char *src, const char *dst) in changelist_rename()
349 changelist_unshare(prop_changelist_t *clp, zfs_share_proto_t *proto) in changelist_unshare()
373 changelist_haszonedchild(prop_changelist_t *clp) in changelist_haszonedchild()
382 changelist_remove(prop_changelist_t *clp, const char *name) in changelist_remove()
402 changelist_free(prop_changelist_t *clp) in changelist_free()
425 prop_changelist_t *clp = data; in change_one()
560 prop_changelist_t *
564 prop_changelist_t *clp; in changelist_gather()
[all …]
H A Dlibzfs_mount.c529 prop_changelist_t *clp; in zfs_unmountall()
1065 prop_changelist_t *clp; in zfs_unshareall_proto()
H A Dlibzfs_sendrecv.c2354 prop_changelist_t *clp = NULL; in recv_rename()
2475 prop_changelist_t *clp; in recv_destroy()
3221 prop_changelist_t *clp = NULL; in zfs_receive_package()
3658 prop_changelist_t *clp = NULL; in zfs_receive_one()
4668 prop_changelist_t *clp; in zfs_receive()
H A Dlibzfs_dataset.c1826 prop_changelist_t **cls = NULL; in zfs_prop_set_list()
1870 if ((cls = calloc(nvl_len, sizeof (prop_changelist_t *))) == NULL) in zfs_prop_set_list()
1997 prop_changelist_t *cl; in zfs_prop_inherit()
4218 prop_changelist_t *clp; in rollback_destroy_dependent()
4362 prop_changelist_t *cl = NULL; in zfs_rename()