Searched refs:crosslinked (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dreap.c56 * Unfortunately, it's possible that the btree was crosslinked with other
59 * the block is crosslinked. Remove the reverse mapping and continue.
63 * strategy is to hope the other metadata objects crosslinked on this block
299 bool *crosslinked,
310 * block of this extent. If so, the block is crosslinked.
315 crosslinked);
335 if (*crosslinked != also_crosslinked)
344 trace_xreap_agextent_select(sc->sa.pag, agbno, len, *crosslinked);
359 bool crosslinked)
374 * metadata structure is crosslinked wit
295 xreap_agextent_select( struct xreap_state *rs, xfs_agblock_t agbno, xfs_agblock_t agbno_next, bool *crosslinked, xfs_extlen_t *aglenp) argument
355 xreap_agextent_iter( struct xreap_state *rs, xfs_agblock_t agbno, xfs_extlen_t *aglenp, bool crosslinked) argument
481 bool crosslinked; local
574 bool crosslinked; local
[all...]
H A Dtrace.h1540 bool crosslinked),
1541 TP_ARGS(pag, agbno, len, crosslinked),
1547 __field(bool, crosslinked)
1554 __entry->crosslinked = crosslinked;
1556 TP_printk("dev %d:%d agno 0x%x agbno 0x%x fsbcount 0x%x crosslinked %d",
1561 __entry->crosslinked ? 1 : 0)
1566 bool crosslinked), \
1567 TP_ARGS(pag, agbno, len, crosslinked))

Completed in 118 milliseconds