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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h438 list_t io_child_list; member in struct:zio
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c439 list_t *cl = &pio->io_child_list;
485 list_insert_head(&pio->io_child_list, zl);
504 list_remove(&pio->io_child_list, zl);
665 list_create(&zio->io_child_list, sizeof (zio_link_t),
731 list_destroy(&zio->io_child_list);
1881 * New children go to the head of pio's io_child_list, however,
1883 * the remainder of pio's io_child_list, from 'cio_next' onward,

Completed in 64 milliseconds