Home
last modified time | relevance | path

Searched refs:list_create (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Drefcount.c66 list_create(&rc->rc_list, sizeof (reference_t), in refcount_create()
68 list_create(&rc->rc_removed, sizeof (reference_t), in refcount_create()
216 list_create(&list, sizeof (reference_t), in refcount_transfer()
218 list_create(&removed, sizeof (reference_t), in refcount_transfer()
H A Dbplist.c34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()
H A Dzfs_debug.c36 list_create(&zfs_dbgmsgs, sizeof (zfs_dbgmsg_t), in zfs_dbgmsg_init()
H A Dbqueue.c37 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()
H A Dtrim_map.c150 list_create(&tm->tm_head, sizeof (trim_seg_t), in trim_map_create()
152 list_create(&tm->tm_pending_writes, sizeof (zio_t), in trim_map_create()
508 list_create(&pending_writes, sizeof (zio_t), offsetof(zio_t, in trim_map_vdev_commit_done()
H A Dzfs_onexit.c80 list_create(&zo->zo_actions, sizeof (zfs_onexit_action_node_t), in zfs_onexit_init()
H A Dmultilist.c84 list_create(&mls->mls_list, size, offset); in multilist_create()
H A Ddmu_zfetch.c125 list_create(&zf->zf_stream, sizeof (zstream_t), in dmu_zfetch_init()
H A Ddmu_objset.c450 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()
452 list_create(&os->os_free_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()
455 list_create(&os->os_dnodes, sizeof (dnode_t), in dmu_objset_open_impl()
457 list_create(&os->os_downgraded_dbufs, sizeof (dmu_buf_impl_t), in dmu_objset_open_impl()
1165 list_create(newlist, sizeof (dnode_t), in dmu_objset_sync()
H A Dzil.c1266 list_create(&clean_list, sizeof (itx_t), offsetof(itx_t, itx_node)); in zil_remove_async()
1342 list_create(&itxs->i_sync_list, sizeof (itx_t), in zil_itx_assign()
1359 list_create(&ian->ia_list, sizeof (itx_t), in zil_itx_assign()
1769 list_create(&zilog->zl_lwb_list, sizeof (lwb_t), in zil_alloc()
1772 list_create(&zilog->zl_itx_commit_list, sizeof (itx_t), in zil_alloc()
H A Dzfs_fuid.c669 list_create(&fuidp->z_domains, sizeof (zfs_fuid_domain_t), in zfs_fuid_info_alloc()
671 list_create(&fuidp->z_fuids, sizeof (zfs_fuid_t), in zfs_fuid_info_alloc()
H A Dtxg.c139 list_create(&tx->tx_cpu[c].tc_callbacks[i], in txg_init()
442 list_create(cb_list, sizeof (dmu_tx_callback_t), in txg_dispatch_callbacks()
H A Ddsl_prop.c244 list_create(&pr->pr_cbs, sizeof (dsl_prop_cb_record_t), in dsl_prop_record_create()
254 list_create(&dd->dd_props, sizeof (dsl_prop_record_t), in dsl_prop_init()
H A Dzio_inject.c745 list_create(&inject_handlers, sizeof (inject_handler_t), in zio_inject_init()
H A Dvdev_disk.c67 list_create(&dvd->vd_ldi_cbs, sizeof (vdev_disk_ldi_cb_t), in vdev_disk_alloc()
H A Ddmu_tx.c54 list_create(&tx->tx_holds, sizeof (dmu_tx_hold_t), in dmu_tx_create_dd()
56 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()
H A Ddnode.c134 list_create(&dn->dn_dirty_records[i], in dnode_cons()
809 list_create(&odn->dn_dirty_records[i], in dnode_move_impl()
H A Ddsl_pool.c567 list_create(&synced_datasets, sizeof (dsl_dataset_t), in dsl_pool_sync()
H A Ddsl_dataset.c469 list_create(&ds->ds_sendstreams, sizeof (dmu_sendarg_t), in dsl_dataset_hold_obj()
472 list_create(&ds->ds_prop_cbs, sizeof (dsl_prop_cb_record_t), in dsl_dataset_hold_obj()
2849 list_create(l, sizeof (struct promotenode), in snaplist_make()
H A Dspa_misc.c803 list_create(&spa->spa_config_list, sizeof (spa_config_dirent_t), in spa_add()
H A Darc.c7382 list_create(&adddev->l2ad_buflist, sizeof (arc_buf_hdr_t), in l2arc_add_vdev()
7451 list_create(l2arc_dev_list, sizeof (l2arc_dev_t), in l2arc_init()
7453 list_create(l2arc_free_on_write, sizeof (l2arc_data_free_t), in l2arc_init()
H A Ddsl_dir.c1258 list_create(tr_list, sizeof (struct tempreserve), in dsl_dir_tempreserve_space()
H A Dzio.c642 list_create(&zio->io_parent_list, sizeof (zio_link_t), in zio_create()
644 list_create(&zio->io_child_list, sizeof (zio_link_t), in zio_create()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dlist.h40 void list_create(list_t *, size_t, size_t);
/netbsd-src/external/cddl/osnet/dist/uts/common/os/
H A Dlist.c68 list_create(list_t *list, size_t size, size_t offset) in list_create() function

12