Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dreap.c52 * 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, in xreap_agextent_select()
306 * block of this extent. If so, the block is crosslinked. in xreap_agextent_select()
311 crosslinked); in xreap_agextent_select()
331 if (*crosslinked != also_crosslinked) in xreap_agextent_select()
340 trace_xreap_agextent_select(sc->sa.pag, agbno, len, *crosslinked); in xreap_agextent_select()
355 bool crosslinked) in xreap_agextent_iter()
370 * metadata structure is crosslinked wit in xreap_agextent_iter()
291 xreap_agextent_select( struct xreap_state *rs, xfs_agblock_t agbno, xfs_agblock_t agbno_next, bool *crosslinked, xfs_extlen_t *aglenp) xreap_agextent_select() argument
351 xreap_agextent_iter( struct xreap_state *rs, xfs_agblock_t agbno, xfs_extlen_t *aglenp, bool crosslinked) xreap_agextent_iter() argument
443 bool crosslinked; xreap_agmeta_extent() local
[all...]
H A Dtrace.h1106 bool crosslinked),
1107 TP_ARGS(pag, agbno, len, crosslinked),
1113 __field(bool, crosslinked)
1120 __entry->crosslinked = crosslinked;
1122 TP_printk("dev %d:%d agno 0x%x agbno 0x%x fsbcount 0x%x crosslinked %d",
1127 __entry->crosslinked ? 1 : 0)
1132 bool crosslinked), \
1133 TP_ARGS(pag, agbno, len, crosslinked))

Completed in 2 milliseconds