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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h445 list_t io_child_list; member in struct:zio
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c442 list_t *cl = &pio->io_child_list;
486 list_insert_head(&pio->io_child_list, zl);
505 list_remove(&pio->io_child_list, zl);
649 list_create(&zio->io_child_list, sizeof (zio_link_t),
710 list_destroy(&zio->io_child_list);
1786 * New children go to the head of pio's io_child_list, however,
1788 * the remainder of pio's io_child_list, from 'cio_next' onward,

Completed in 111 milliseconds