Searched refs:crosslinked (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | reap.c | 295 bool *crosslinked, in xreap_agextent_select() argument 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() argument 376 if (crosslinked) { in xreap_agextent_iter() 443 bool crosslinked; in xreap_agmeta_extent() local 446 &crosslinked, &aglen); in xreap_agmeta_extent() 450 error = xreap_agextent_iter(rs, agbno, &aglen, crosslinked); in xreap_agmeta_extent()
|
H A D | trace.h | 1105 bool crosslinked), 1106 TP_ARGS(pag, agbno, len, crosslinked), 1112 __field(bool, crosslinked) 1119 __entry->crosslinked = crosslinked; 1126 __entry->crosslinked ? 1 : 0) 1131 bool crosslinked), \ 1132 TP_ARGS(pag, agbno, len, crosslinked))
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 2793 blocks (e.g. crosslinked trees). 2825 - If not, the block is part of a crosslinked structure and must not be 2831 6. If the region is crosslinked, delete the reverse mapping entry for the 2998 other owner, to avoid re-adding crosslinked blocks to the AGFL. 3879 reap phase and the fork extents are crosslinked, the iunlink processing will
|