Searched refs:prop_changelist_t (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 174 typedef struct prop_changelist prop_changelist_t; typedef 183 int changelist_prefix(prop_changelist_t *); 184 int changelist_postfix(prop_changelist_t *); 185 void changelist_rename(prop_changelist_t *, const char *, const char *); 186 void changelist_remove(prop_changelist_t *, const char *); 187 void changelist_free(prop_changelist_t *); 188 prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int, int); 189 int changelist_unshare(prop_changelist_t *, zfs_share_proto_t *); 190 int changelist_haszonedchild(prop_changelist_t *);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 96 changelist_prefix(prop_changelist_t *clp) in changelist_prefix() 170 changelist_postfix(prop_changelist_t *clp) in changelist_postfix() 348 changelist_unshare(prop_changelist_t *clp, zfs_share_proto_t *proto) in changelist_unshare() 378 changelist_haszonedchild(prop_changelist_t *clp) in changelist_haszonedchild() 387 changelist_remove(prop_changelist_t *clp, const char *name) in changelist_remove() 412 changelist_free(prop_changelist_t *clp) in changelist_free() 444 prop_changelist_t *clp = data; in changelist_add_mounted() 482 prop_changelist_t *clp = data; in change_one() 623 prop_changelist_t * 627 prop_changelist_t *clp; in changelist_gather() [all …]
|
| H A D | libzfs_mount.c | 644 prop_changelist_t *clp; in zfs_unmountall() 942 prop_changelist_t *clp; in zfs_unshareall_proto()
|
| H A D | libzfs_dataset.c | 1749 prop_changelist_t **cls = NULL; in zfs_prop_set_list() 1794 if ((cls = calloc(nvl_len, sizeof (prop_changelist_t *))) == NULL) in zfs_prop_set_list() 1931 prop_changelist_t *cl; in zfs_prop_inherit() 4229 prop_changelist_t *clp; in rollback_destroy_dependent() 4379 prop_changelist_t *cl = NULL; in zfs_rename()
|
| H A D | libzfs_sendrecv.c | 2709 prop_changelist_t *clp = NULL; in recv_rename() 2831 prop_changelist_t *clp; in recv_destroy() 3648 prop_changelist_t *clp = NULL; in zfs_receive_package() 4099 prop_changelist_t *clp = NULL; in zfs_receive_one() 5153 prop_changelist_t *clp = NULL; in zfs_receive()
|
| H A D | libzfs.abi | 476 …<typedef-decl name='prop_changelist_t' type-id='type-id-32' filepath='../../include/libzfs_impl.h'…
|