Searched refs:zfs_alloc (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 437 cn = zfs_alloc(zfs_get_handle(zhp), sizeof (prop_changenode_t)); in changelist_add_mounted() 505 cn = zfs_alloc(zfs_get_handle(zhp), sizeof (prop_changenode_t)); in change_one() 610 clp = zfs_alloc(zhp->zfs_hdl, sizeof (prop_changelist_t)); in changelist_gather() 715 cn = zfs_alloc(zhp->zfs_hdl, sizeof (prop_changenode_t)); in changelist_gather()
|
| H A D | libzfs_util.c | 812 zfs_alloc(libzfs_handle_t *hdl, size_t size) in zfs_alloc() function 1206 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); in zcmd_alloc_dst_nvlist() 1219 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); in zcmd_expand_dst_nvlist() 1243 packed = zfs_alloc(hdl, len); in zcmd_write_nvlist_com() 1967 zprop_list_t *entry = zfs_alloc(hdl, sizeof (*entry)); in addlist() 2058 entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t)); in zprop_expand_list_cb() 2097 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zprop_expand_list()
|
| H A D | libzfs_impl.h | 127 extern void *zfs_alloc(libzfs_handle_t *, size_t);
|
| H A D | libzfs_config.c | 151 cn = zfs_alloc(hdl, sizeof (config_node_t)); in namespace_reload()
|
| H A D | libzfs_diff.c | 615 di->ds = zfs_alloc(di->zhp->zfs_hdl, tdslen + 1); in get_snapshot_names() 651 di->ds = zfs_alloc(hdl, dslen + 1); in get_snapshot_names()
|
| H A D | libzfs_pool.c | 988 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 999 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1042 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1126 entry = zfs_alloc(zhp->zpool_hdl, in vdev_expand_proplist() 1321 zhp = zfs_alloc(hdl, sizeof (zpool_handle_t)); in zpool_open_canfail() 1352 zhp = zfs_alloc(hdl, sizeof (zpool_handle_t)); in zpool_open_silent() 3979 varray = zfs_alloc(hdl, children * sizeof (nvlist_t *)); in zpool_vdev_split() 4642 buf = zfs_alloc(zhp->zpool_hdl, in zpool_get_errlog() 4823 buf = zfs_alloc(hdl, buflen); in zpool_get_history() 4854 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() 1396 sets = zfs_alloc(hdl, in zpool_disable_datasets()
|
| H A D | libzfs_iter.c | 305 node = zfs_alloc(zhp->zfs_hdl, sizeof (zfs_node_t)); in zfs_sort_snaps()
|
| H A D | libzfs_sendrecv.c | 1551 unsigned char *compressed = zfs_alloc(hdl, len); in zfs_send_resume_token_to_nvlist() 1574 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist() 2916 buf = zfs_alloc(hdl, len); in recv_read_nvlist() 4048 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in recv_skip() 5026 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in zfs_receive_one()
|
| H A D | libzfs_dataset.c | 303 pool_name = zfs_alloc(zhp->zfs_hdl, len); in zpool_handle() 851 mtn = zfs_alloc(hdl, sizeof (mnttab_node_t)); in libzfs_mnttab_update() 951 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 | 788 key = zfs_alloc(hdl, WRAPPING_KEY_LEN); in derive_key()
|
| H A D | libzfs.abi | 2949 <function-decl name='zfs_alloc' visibility='default' binding='global' size-in-bits='64'>
|