Lines Matching refs:ir_startino
166 agino = irec->ir_startino + irec_ino;
229 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base);
243 * ir_startino can be large enough to make im_boffset nonzero.
248 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) <<
257 trace_xchk_iallocbt_check_cluster(mp, agno, irec->ir_startino,
260 XFS_INO_TO_OFFSET(mp, irec->ir_startino +
369 if (irec->ir_startino & imask)
380 if (irec->ir_startino != iabt->next_startino) {
396 if (irec->ir_startino & (igeo->cluster_align_inodes - 1)) {
401 if (irec->ir_startino & (igeo->inodes_per_cluster - 1)) {
414 iabt->next_startino = irec->ir_startino + XFS_INODES_PER_CHUNK;
415 iabt->next_cluster_ino = irec->ir_startino + igeo->inodes_per_cluster;
448 agino = irec.ir_startino;