Lines Matching refs:crosslinked
52 * Unfortunately, it's possible that the btree was crosslinked with other
55 * the block is crosslinked. Remove the reverse mapping and continue.
59 * strategy is to hope the other metadata objects crosslinked on this block
295 bool *crosslinked,
306 * block of this extent. If so, the block is crosslinked.
311 crosslinked);
331 if (*crosslinked != also_crosslinked)
340 trace_xreap_agextent_select(sc->sa.pag, agbno, len, *crosslinked);
355 bool crosslinked)
370 * metadata structure is crosslinked with a multi-block structure
376 if (crosslinked) {
423 * Break an AG metadata extent into sub-extents by fate (crosslinked, not
424 * crosslinked), and dispose of each sub-extent separately.
443 bool crosslinked;
446 &crosslinked, &aglen);
450 error = xreap_agextent_iter(rs, agbno, &aglen, crosslinked);