Home
last modified time | relevance | path

Searched refs:cbuf_next (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c649 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) { in raid_cancel_pwslot()
693 cbuf = cbuf->cbuf_next; in raid_free_pwinvalidate()
829 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) { in raid_alloc_pwslot()
1266 cbuf1 = cbuf->cbuf_next; in raid_free_child()
1687 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) in getresources()
1703 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) { in freebuffers()
2201 cbufp = &cbuf->cbuf_next; in raid_iosetup()
2502 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) { in genlineparity()
2520 if (cbuf->cbuf_next == NULL) { in genlineparity()
2550 if (cbuf->cbuf_next == NULL) { in genlineparity()
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h496 struct md_raidcbuf *cbuf_next; /* 0x10 */ member