Lines Matching refs:startino
780 * take the inode to start with, so we have to compute the startino
786 breq.startino = lastino ? lastino + 1 : 0;
788 lastino = breq.startino - 1;
790 breq.startino = lastino;
794 breq.startino = lastino ? lastino + 1 : 0;
796 lastino = breq.startino - 1;
842 breq->startino = hdr->ino;
876 if (breq->startino == 0)
877 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0);
878 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno)
884 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno)
890 if (XFS_INO_TO_AGNO(mp, breq->startino) >= mp->m_sb.sb_agcount)
905 hdr->ino = breq->startino;