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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h70 list_t ia_list; /* list of async itxs for this foid */ member in struct:itx_async_node
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1115 list = &ian->ia_list;
1179 list_move_tail(&clean_list, &ian->ia_list);
1255 list_create(&ian->ia_list, sizeof (itx_t),
1260 list_insert_tail(&ian->ia_list, itx);
1375 &ian->ia_list);
1382 &ian->ia_list);
1383 list_destroy(&ian->ia_list);

Completed in 50 milliseconds