Searched refs:zfs_alloc (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 473 cn = zfs_alloc(zfs_get_handle(zhp), sizeof (prop_changenode_t)); in changelist_add_mounted() 543 cn = zfs_alloc(zfs_get_handle(zhp), sizeof (prop_changenode_t)); in change_one() 653 clp = zfs_alloc(zhp->zfs_hdl, sizeof (prop_changelist_t)); in changelist_gather() 772 cn = zfs_alloc(zhp->zfs_hdl, sizeof (prop_changenode_t)); in changelist_gather()
|
H A D | libzfs_util.c | 800 zfs_alloc(libzfs_handle_t *hdl, size_t size) in zfs_alloc() function 1194 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); in zcmd_alloc_dst_nvlist() 1207 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); in zcmd_expand_dst_nvlist() 1231 packed = zfs_alloc(hdl, len); in zcmd_write_nvlist_com() 1955 zprop_list_t *entry = zfs_alloc(hdl, sizeof (*entry)); in addlist() 2046 entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t)); in zprop_expand_list_cb() 2085 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zprop_expand_list()
|
H A D | libzfs_impl.h | 128 extern void *zfs_alloc(libzfs_handle_t *, size_t);
|
H A D | libzfs_config.c | 180 cn = zfs_alloc(hdl, sizeof (config_node_t)); in namespace_reload()
|
H A D | libzfs_diff.c | 614 di->ds = zfs_alloc(di->zhp->zfs_hdl, tdslen + 1); in get_snapshot_names() 650 di->ds = zfs_alloc(hdl, dslen + 1); in get_snapshot_names()
|
H A D | libzfs_pool.c | 985 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 996 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1039 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1123 entry = zfs_alloc(zhp->zpool_hdl, in vdev_expand_proplist() 1318 zhp = zfs_alloc(hdl, sizeof (zpool_handle_t)); in zpool_open_canfail() 1349 zhp = zfs_alloc(hdl, sizeof (zpool_handle_t)); in zpool_open_silent() 3905 varray = zfs_alloc(hdl, children * sizeof (nvlist_t *)); in zpool_vdev_split() 4568 buf = zfs_alloc(zhp->zpool_hdl, in zpool_get_errlog() 4749 buf = zfs_alloc(hdl, buflen); in zpool_get_history() 4780 buf = zfs_alloc(hdl, buflen); in zpool_get_history()
|
H A D | libzfs_mount.c | 1089 mnt_param_t *mnt_param = zfs_alloc(hdl, sizeof (mnt_param_t)); in zfs_dispatch_mount() 1394 sets = zfs_alloc(hdl, in zpool_disable_datasets()
|
H A D | libzfs_iter.c | 304 node = zfs_alloc(zhp->zfs_hdl, sizeof (zfs_node_t)); in zfs_sort_snaps()
|
H A D | libzfs_sendrecv.c | 1549 unsigned char *compressed = zfs_alloc(hdl, len); in zfs_send_resume_token_to_nvlist() 1572 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist() 2914 buf = zfs_alloc(hdl, len); in recv_read_nvlist() 4046 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in recv_skip() 5024 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in zfs_receive_one()
|
H A D | libzfs_dataset.c | 302 pool_name = zfs_alloc(zhp->zfs_hdl, len); in zpool_handle() 850 mtn = zfs_alloc(hdl, sizeof (mnttab_node_t)); in libzfs_mnttab_update() 950 mtn = zfs_alloc(hdl, sizeof (mnttab_node_t)); in libzfs_mnttab_add() 4764 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zfs_expand_proplist()
|
H A D | libzfs_crypto.c | 786 key = zfs_alloc(hdl, WRAPPING_KEY_LEN); in derive_key()
|
H A D | libzfs.abi | 2571 <function-decl name='zfs_alloc' visibility='default' binding='global' size-in-bits='64'>
|