Lines Matching refs:split
1745 * to split it up into two bios, so that we can continue at the start.
1748 struct bio *split;
1750 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno,
1752 bio_chain(split, &iclog->ic_bio);
1753 submit_bio(split);
1851 bool need_flush = true, split = false;
1875 /* Do we need to split this write into 2 parts? */
1878 split = true;
1909 if (log->l_targ != log->l_mp->m_ddev_targp || split) {
2173 * to handle region write split across multiple log buffers - this
2840 * split log writes, on the second, we shut down the file system and
3363 * and then there are LR hdrs, split-recs and roundoff at end of syncs.
3395 * Furthermore - the addition of op headers for split-recs might
3410 /* for split-recs - ophdrs added when data split over LRs */