Searched refs:crosslinked (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | reap.c | 331 bool *crosslinked, in xreap_agextent_select() argument 347 crosslinked); in xreap_agextent_select() 367 if (*crosslinked != also_crosslinked) in xreap_agextent_select() 377 *crosslinked); in xreap_agextent_select() 392 bool crosslinked) in xreap_agextent_iter() argument 415 if (crosslinked) { in xreap_agextent_iter() 518 bool crosslinked; in xreap_agmeta_extent() local 521 &crosslinked, &aglen); in xreap_agmeta_extent() 525 error = xreap_agextent_iter(rs, agbno, &aglen, crosslinked); in xreap_agmeta_extent() 611 bool crosslinked; in xreap_fsmeta_extent() local [all …]
|
H A D | trace.h | 2005 xfs_extlen_t len, bool crosslinked), 2006 TP_ARGS(xg, agbno, len, crosslinked), 2013 __field(bool, crosslinked) 2021 __entry->crosslinked = crosslinked; 2030 __entry->crosslinked ? 1 : 0) 2035 xfs_extlen_t len, bool crosslinked), \ 2036 TP_ARGS(xg, agbno, len, crosslinked))
|