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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h72 list_t ia_list; /* list of async itxs for this foid */ member in struct:itx_async_node
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1193 list = &ian->ia_list;
1257 list_move_tail(&clean_list, &ian->ia_list);
1335 list_create(&ian->ia_list, sizeof (itx_t),
1340 list_insert_tail(&ian->ia_list, itx);
1478 &ian->ia_list);
1485 &ian->ia_list);
1486 list_destroy(&ian->ia_list);

Completed in 64 milliseconds