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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h72 } itx_async_node_t; typedef in typeref:struct:itx_async_node
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1103 itx_async_node_t *ian;
1122 kmem_free(ian, sizeof (itx_async_node_t));
1132 const uint64_t o1 = ((itx_async_node_t *)x1)->ia_foid;
1133 const uint64_t o2 = ((itx_async_node_t *)x2)->ia_foid;
1150 itx_async_node_t *ian;
1239 sizeof (itx_async_node_t),
1240 offsetof(itx_async_node_t, ia_node));
1249 itx_async_node_t *ian;
1254 ian = kmem_alloc(sizeof (itx_async_node_t), KM_SLEEP);
1346 itx_async_node_t *ia
[all...]

Completed in 89 milliseconds