Lines Matching defs:iabt
349 struct xchk_iallocbt *iabt = bs->private;
374 if (iabt->next_startino != NULLAGINO) {
380 if (irec->ir_startino != iabt->next_startino) {
385 iabt->next_startino += XFS_INODES_PER_CHUNK;
388 if (iabt->next_startino >= iabt->next_cluster_ino) {
389 iabt->next_startino = NULLAGINO;
390 iabt->next_cluster_ino = NULLAGINO;
414 iabt->next_startino = irec->ir_startino + XFS_INODES_PER_CHUNK;
415 iabt->next_cluster_ino = irec->ir_startino + igeo->inodes_per_cluster;
425 struct xchk_iallocbt *iabt = bs->private;
460 iabt->inodes += irec.ir_count;
578 struct xchk_iallocbt iabt = {
587 &iabt);
601 xchk_iallocbt_xref_rmap_inodes(sc, which, iabt.inodes);