Lines Matching refs:ir_startino
91 if (frec.ir_startino + XFS_INODES_PER_CHUNK <= agino)
95 frec_idx = agino - frec.ir_startino;
147 for (i = agino, rec_idx = agino - irec->ir_startino;
194 if (irec.ir_startino + XFS_INODES_PER_CHUNK <= agino)
198 rec_idx = agino - irec.ir_startino;
235 for (i = agino, rec_idx = agino - frec->ir_startino;
321 agino = irec->ir_startino + irec_ino;
382 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base);
396 * ir_startino can be large enough to make im_boffset nonzero.
401 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) <<
410 trace_xchk_iallocbt_check_cluster(mp, agno, irec->ir_startino,
413 XFS_INO_TO_OFFSET(mp, irec->ir_startino +
522 if (irec->ir_startino & imask)
533 if (irec->ir_startino != iabt->next_startino) {
549 if (irec->ir_startino & (igeo->cluster_align_inodes - 1)) {
554 if (irec->ir_startino & (igeo->inodes_per_cluster - 1)) {
567 iabt->next_startino = irec->ir_startino + XFS_INODES_PER_CHUNK;
568 iabt->next_cluster_ino = irec->ir_startino + igeo->inodes_per_cluster;
593 agino = irec.ir_startino;