Searched refs:zfs_alloc (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 450 if ((cn = zfs_alloc(zfs_get_handle(zhp), in changelist_add_mounted() 525 if ((cn = zfs_alloc(zfs_get_handle(zhp), in change_one() 633 if ((clp = zfs_alloc(zhp->zfs_hdl, sizeof (prop_changelist_t))) == NULL) in changelist_gather() 747 if ((cn = zfs_alloc(zhp->zfs_hdl, in changelist_gather()
|
| H A D | libzfs_util.c | 758 zfs_alloc(libzfs_handle_t *hdl, size_t size) in zfs_alloc() function 1173 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); 1190 (uint64_t)(uintptr_t)zfs_alloc(hdl, zc->zc_nvlist_dst_size); 1220 if ((packed = zfs_alloc(hdl, len)) == NULL) 1786 if ((entry = zfs_alloc(hdl, sizeof (zprop_list_t))) == NULL) 1919 if ((entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t))) == NULL) 1959 if ((entry = zfs_alloc(hdl, sizeof (zprop_list_t))) == NULL)
|
| H A D | libzfs_mount.c | 1230 mnt_param_t *mnt_param = zfs_alloc(hdl, sizeof (mnt_param_t)); in zfs_dispatch_mount() 1526 if ((mountpoints = zfs_alloc(hdl, in zpool_disable_datasets() 1530 if ((datasets = zfs_alloc(hdl, in zpool_disable_datasets()
|
| H A D | libzfs_config.c | 186 if ((cn = zfs_alloc(hdl, sizeof (config_node_t))) == NULL) { in namespace_reload()
|
| H A D | libzfs_diff.c | 581 di->ds = zfs_alloc(di->zhp->zfs_hdl, tdslen + 1); in get_snapshot_names() 619 di->ds = zfs_alloc(hdl, dslen + 1); in get_snapshot_names()
|
| H A D | libzfs_pool.c | 811 zprop_list_t *entry = zfs_alloc(hdl, in zpool_expand_proplist() 856 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist() 1061 if ((zhp = zfs_alloc(hdl, sizeof (zpool_handle_t))) == NULL) in zpool_open_canfail() 1093 if ((zhp = zfs_alloc(hdl, sizeof (zpool_handle_t))) == NULL) in zpool_open_silent() 3482 varray = zfs_alloc(hdl, children * sizeof (nvlist_t *)); in zpool_vdev_split() 4116 zc.zc_nvlist_dst = (uintptr_t)zfs_alloc(zhp->zpool_hdl, in zpool_get_errlog() 4128 dst = zfs_alloc(zhp->zpool_hdl, count * in zpool_get_errlog()
|
| H A D | libzfs_iter.c | 284 node = zfs_alloc(zhp->zfs_hdl, sizeof (zfs_node_t)); in zfs_sort_snaps()
|
| H A D | libzfs_sendrecv.c | 1389 unsigned char *compressed = zfs_alloc(hdl, len); in zfs_send_resume_token_to_nvlist() 1412 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist() 2620 buf = zfs_alloc(hdl, len); in recv_read_nvlist() 3746 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in recv_skip() 4586 void *buf = zfs_alloc(hdl, SPA_MAXBLOCKSIZE); in zfs_receive_one()
|
| H A D | libzfs_dataset.c | 301 pool_name = zfs_alloc(zhp->zfs_hdl, len); in zpool_handle() 825 mtn = zfs_alloc(hdl, sizeof (mnttab_node_t)); in libzfs_mnttab_update() 925 mtn = zfs_alloc(hdl, sizeof (mnttab_node_t)); in libzfs_mnttab_add() 4653 if ((entry = zfs_alloc(hdl, in zfs_expand_proplist()
|
| H A D | libzfs_crypto.c | 593 key = zfs_alloc(hdl, WRAPPING_KEY_LEN); in derive_key()
|
| H A D | libzfs.abi | 115 …<elf-symbol name='zfs_alloc' type='func-type' binding='global-binding' visibility='default-visibil… 3406 …zfs_alloc' mangled-name='zfs_alloc' filepath='/home/fedora/zfs/lib/libzfs/libzfs_util.c' line='758…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 139 void *zfs_alloc(libzfs_handle_t *, size_t);
|