Lines Matching defs:agino
125 * @agino so that we skip them. This is how we restart an inode walk that was
130 xfs_agino_t agino, /* starting inode of chunk */
136 idx = agino - irec->ir_startino;
252 * inobt and make the record look like all the inodes before agino are free so
265 xfs_agino_t agino,
283 if (agino == 0)
293 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more);
298 * If the LE lookup at @agino yields no records, jump ahead to the
319 if (irec->ir_startino + XFS_INODES_PER_CHUNK <= agino)
323 * If agino fell in the middle of the inode record, make it look like
324 * the inodes up to agino are free so that we don't return them again.
327 xfs_iwalk_adjust_start(agino, irec);
410 xfs_agino_t agino;
416 agino = XFS_INO_TO_AGINO(mp, iwag->startino);
417 error = xfs_iwalk_ag_start(iwag, agino, &cur, &agi_bp, &has_more);