Searched refs:zfs_alloc (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 504 cn = zfs_alloc(zfs_get_handle(zhp), sizeof (prop_changenode_t)); in changelist_add_mounted() 572 cn = zfs_alloc(zfs_get_handle(zhp), sizeof (prop_changenode_t)); in change_one() 677 clp = zfs_alloc(zhp->zfs_hdl, sizeof (prop_changelist_t)); in changelist_gather() 782 cn = zfs_alloc(zhp->zfs_hdl, sizeof (prop_changenode_t)); in changelist_gather()
|
| H A D | libzfs_util.c | 808 zfs_alloc(libzfs_handle_t *hdl, size_t size) in zfs_alloc() function 1202 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); in zcmd_alloc_dst_nvlist() 1215 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); in zcmd_expand_dst_nvlist() 1239 packed = zfs_alloc(hdl, len); in zcmd_write_nvlist_com() 1963 zprop_list_t *entry = zfs_alloc(hdl, sizeof (*entry)); in addlist() 2054 entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t)); in zprop_expand_list_cb() 2093 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zprop_expand_list()
|
| H A D | libzfs_impl.h | 126 extern void *zfs_alloc(libzfs_handle_t *, size_t);
|
| H A D | libzfs_mnttab.c | 44 mnttab_node_t *mtn = zfs_alloc(hdl, sizeof (mnttab_node_t)); in mnttab_node_alloc()
|
| H A D | libzfs_config.c | 141 cn = zfs_alloc(hdl, sizeof (config_node_t)); in namespace_reload()
|
| H A D | libzfs_diff.c | 605 di->ds = zfs_alloc(di->zhp->zfs_hdl, tdslen + 1); in get_snapshot_names() 641 di->ds = zfs_alloc(hdl, dslen + 1); in get_snapshot_names()
|
| H A D | libzfs_pool.c | 1038 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1049 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1092 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1176 entry = zfs_alloc(zhp->zpool_hdl, in vdev_expand_proplist() 1371 zhp = zfs_alloc(hdl, sizeof (zpool_handle_t)); in zpool_open_canfail() 1402 zhp = zfs_alloc(hdl, sizeof (zpool_handle_t)); in zpool_open_silent() 4212 varray = zfs_alloc(hdl, children * sizeof (nvlist_t *)); in zpool_vdev_split() 4896 buf = zfs_alloc(zhp->zpool_hdl, in zpool_get_errlog() 5085 buf = zfs_alloc(hdl, buflen); in zpool_get_history() 5116 buf = zfs_alloc(hdl, buflen); in zpool_get_history()
|
| H A D | libzfs_mount.c | 1123 mnt_param_t *mnt_param = zfs_alloc(hdl, sizeof (mnt_param_t)); in zfs_dispatch_mount() 1430 sets = zfs_alloc(hdl, in zpool_disable_datasets()
|
| H A D | libzfs_iter.c | 295 node = zfs_alloc(zhp->zfs_hdl, sizeof (zfs_node_t)); in zfs_sort_snaps()
|
| H A D | libzfs_sendrecv.c | 1553 unsigned char *compressed = zfs_alloc(hdl, len); in zfs_send_resume_token_to_nvlist() 1576 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist() 2924 buf = zfs_alloc(hdl, len); in recv_read_nvlist() 4077 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in recv_skip() 5055 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in zfs_receive_one()
|
| H A D | libzfs_crypto.c | 771 key = zfs_alloc(hdl, WRAPPING_KEY_LEN); in derive_key()
|
| H A D | libzfs_dataset.c | 293 pool_name = zfs_alloc(zhp->zfs_hdl, len); in zpool_handle() 4581 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zfs_expand_proplist()
|
| H A D | libzfs.abi | 2897 <function-decl name='zfs_alloc' visibility='default' binding='global' size-in-bits='64'>
|