/* Figure out which block the btree cursor was pointing to. */ staticinline xfs_fsblock_t
xchk_btree_cur_fsbno( struct xfs_btree_cur *cur, int level)
{ if (level < cur->bc_nlevels && cur->bc_levels[level].bp) return XFS_DADDR_TO_FSB(cur->bc_mp,
xfs_buf_daddr(cur->bc_levels[level].bp));
/* * We include this last to have the helpers above available for the trace * event implementations.
*/ #define CREATE_TRACE_POINTS #include"scrub/trace.h"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.