Lines Matching refs:startino
30 * order from @startino until there are no more inodes. For each allocated
56 xfs_ino_t startino;
76 * Make it look like the inodes up to startino are free so that
186 agno = XFS_INO_TO_AGNO(mp, iwag->startino);
386 /* Walk all inodes in a single AG, from @iwag->startino to the end of the AG. */
401 agno = XFS_INO_TO_AGNO(mp, iwag->startino);
402 agino = XFS_INO_TO_AGINO(mp, iwag->startino);
531 * Walk all inodes in the filesystem starting from @startino. The @iwalk_fn
540 xfs_ino_t startino,
551 .startino = startino,
558 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino);
572 iwag.startino = XFS_AGINO_TO_INO(mp, agno + 1, 0);
612 xfs_ino_t startino,
620 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino);
643 iwag->startino = startino;
647 startino = XFS_AGINO_TO_INO(mp, agno + 1, 0);
696 * Walk all inode btree records in the filesystem starting from @startino. The
705 xfs_ino_t startino,
716 .startino = startino,
721 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino);
735 iwag.startino = XFS_AGINO_TO_INO(mp, agno + 1, 0);