Searched defs:child_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c846 * INPUT: child_buf - buffer attached to child save structure.
855 sp_done(struct buf *child_buf) argument
863 cs = (md_spcs_t *)((caddr_t)child_buf -
871 if (child_buf->b_flags & B_ERROR) {
873 parent_buf->b_error = child_buf->b_error;
876 if (child_buf->b_flags & B_REMAPPED)
877 bp_mapout(child_buf);
944 buf_t *child_buf; local
1040 child_buf = &cs->cs_buf;
1043 more = sp_mapbuf(un, current_blkno, current_count, child_buf);
1104 buf_t *child_buf, *parent_buf; local
[all...]

Completed in 59 milliseconds