Lines Matching refs:startino
786 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()
788 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()
790 breq.startino = lastino; in xfs_ioc_fsbulkstat()
794 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()
796 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()
842 breq->startino = hdr->ino; in xfs_bulk_ireq_setup()
876 if (breq->startino == 0) in xfs_bulk_ireq_setup()
877 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup()
878 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup()
884 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup()
890 if (XFS_INO_TO_AGNO(mp, breq->startino) >= mp->m_sb.sb_agcount) in xfs_bulk_ireq_setup()
905 hdr->ino = breq->startino; in xfs_bulk_ireq_teardown()