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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h393 list_t io_child_list; member in struct:zio
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c357 list_t *cl = &pio->io_child_list;
401 list_insert_head(&pio->io_child_list, zl);
420 list_remove(&pio->io_child_list, zl);
546 list_create(&zio->io_child_list, sizeof (zio_link_t),
610 list_destroy(&zio->io_child_list);
1664 * New children go to the head of pio's io_child_list, however,
1666 * the remainder of pio's io_child_list, from 'cio_next' onward,

Completed in 103 milliseconds