Lines Matching refs:startino
710 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()
712 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()
714 breq.startino = lastino; in xfs_ioc_fsbulkstat()
718 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()
720 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()
766 breq->startino = hdr->ino; in xfs_bulk_ireq_setup()
800 if (breq->startino == 0) in xfs_bulk_ireq_setup()
801 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup()
802 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup()
808 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup()
814 if (XFS_INO_TO_AGNO(mp, breq->startino) >= mp->m_sb.sb_agcount) in xfs_bulk_ireq_setup()
832 hdr->ino = breq->startino; in xfs_bulk_ireq_teardown()