Lines Matching defs:iabt
502 struct xchk_iallocbt *iabt = bs->private;
527 if (iabt->next_startino != NULLAGINO) {
533 if (irec->ir_startino != iabt->next_startino) {
538 iabt->next_startino += XFS_INODES_PER_CHUNK;
541 if (iabt->next_startino >= iabt->next_cluster_ino) {
542 iabt->next_startino = NULLAGINO;
543 iabt->next_cluster_ino = NULLAGINO;
567 iabt->next_startino = irec->ir_startino + XFS_INODES_PER_CHUNK;
568 iabt->next_cluster_ino = irec->ir_startino + igeo->inodes_per_cluster;
578 struct xchk_iallocbt *iabt = bs->private;
599 iabt->inodes += irec.ir_count;
718 struct xchk_iallocbt iabt = {
727 &iabt);
741 xchk_iallocbt_xref_rmap_inodes(sc, which, iabt.inodes);