/* internal scrub state */ bool lastrec_valid; union xfs_btree_rec lastrec; struct list_head to_check;
/* this element must come last! */ struct xchk_btree_key lastkey[];
};
/* * Calculate the size of a xchk_btree structure. There are nlevels-1 slots for * keys because we track leaf records separately in lastrec.
*/ staticinline size_t
xchk_btree_sizeof(unsignedint nlevels)
{ return struct_size_t(struct xchk_btree, lastkey, nlevels - 1);
}
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.