Searched refs:child_buf (Results 1 – 1 of 1) sorted by relevance
855 sp_done(struct buf *child_buf) in sp_done() argument863 cs = (md_spcs_t *)((caddr_t)child_buf - in sp_done()871 if (child_buf->b_flags & B_ERROR) { in sp_done()873 parent_buf->b_error = child_buf->b_error; in sp_done()876 if (child_buf->b_flags & B_REMAPPED) in sp_done()877 bp_mapout(child_buf); in sp_done()944 buf_t *child_buf; in md_sp_strategy() local1040 child_buf = &cs->cs_buf; in md_sp_strategy()1043 more = sp_mapbuf(un, current_blkno, current_count, child_buf); in md_sp_strategy()1054 child_buf = md_bioclone(parent_buf, current_offset, in md_sp_strategy()[all …]