Lines Matching defs:agino
120 * @agino so that we skip them. This is how we restart an inode walk that was
125 xfs_agino_t agino, /* starting inode of chunk */
131 idx = agino - irec->ir_startino;
247 * inobt and make the record look like all the inodes before agino are free so
261 xfs_agino_t agino,
278 if (agino == 0)
288 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more);
293 * If the LE lookup at @agino yields no records, jump ahead to the
314 if (irec->ir_startino + XFS_INODES_PER_CHUNK <= agino)
318 * If agino fell in the middle of the inode record, make it look like
319 * the inodes up to agino are free so that we don't return them again.
322 xfs_iwalk_adjust_start(agino, irec);
396 xfs_agino_t agino;
402 agino = XFS_INO_TO_AGINO(mp, iwag->startino);
403 error = xfs_iwalk_ag_start(iwag, agno, agino, &cur, &agi_bp, &has_more);