Lines Matching refs:startino
31 * order from @startino until there are no more inodes. For each allocated
58 xfs_ino_t startino;
78 * Make it look like the inodes up to startino are free so that
401 /* Walk all inodes in a single AG, from @iwag->startino to the end of the AG. */
415 ASSERT(pag->pag_agno == XFS_INO_TO_AGNO(mp, iwag->startino));
416 agino = XFS_INO_TO_AGINO(mp, iwag->startino);
544 * Walk all inodes in the filesystem starting from @startino. The @iwalk_fn
553 xfs_ino_t startino,
564 .startino = startino,
572 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino);
587 iwag.startino = XFS_AGINO_TO_INO(mp, agno + 1, 0);
641 xfs_ino_t startino,
650 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino);
676 iwag->startino = startino;
680 startino = XFS_AGINO_TO_INO(mp, pag->pag_agno + 1, 0);
730 * Walk all inode btree records in the filesystem starting from @startino. The
739 xfs_ino_t startino,
750 .startino = startino,
756 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino);
771 iwag.startino = XFS_AGINO_TO_INO(mp, pag->pag_agno + 1, 0);