Searched refs:crosslinked (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | reap.c | 352 bool *crosslinked, in xreap_agextent_select() argument 368 crosslinked); in xreap_agextent_select() 388 if (*crosslinked != also_crosslinked) in xreap_agextent_select() 398 *crosslinked); in xreap_agextent_select() 413 bool crosslinked) in xreap_agextent_iter() argument 436 if (crosslinked) { in xreap_agextent_iter() 723 bool crosslinked; in xreap_agmeta_extent() local 726 &crosslinked, &aglen); in xreap_agmeta_extent() 730 error = xreap_agextent_iter(rs, agbno, &aglen, crosslinked); in xreap_agmeta_extent() 817 bool crosslinked; in xreap_fsmeta_extent() local [all …]
|
| H A D | trace.h | 2050 xfs_extlen_t len, bool crosslinked), 2051 TP_ARGS(xg, agbno, len, crosslinked), 2058 __field(bool, crosslinked) 2066 __entry->crosslinked = crosslinked; 2075 __entry->crosslinked ? 1 : 0) 2080 xfs_extlen_t len, bool crosslinked), \ 2081 TP_ARGS(xg, agbno, len, crosslinked))
|