Searched refs:itx_async_node_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h74 } itx_async_node_t; typedef in typeref:struct:itx_async_node
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1181 itx_async_node_t *ian;
1200 kmem_free(ian, sizeof (itx_async_node_t));
1210 const uint64_t o1 = ((itx_async_node_t *)x1)->ia_foid;
1211 const uint64_t o2 = ((itx_async_node_t *)x2)->ia_foid;
1228 itx_async_node_t *ian;
1319 sizeof (itx_async_node_t),
1320 offsetof(itx_async_node_t, ia_node));
1329 itx_async_node_t *ian;
1334 ian = kmem_alloc(sizeof (itx_async_node_t), KM_SLEEP);
1445 itx_async_node_t *ia
[all...]

Completed in 48 milliseconds