Lines Matching refs:startino
704 * take the inode to start with, so we have to compute the startino
710 breq.startino = lastino ? lastino + 1 : 0;
712 lastino = breq.startino - 1;
714 breq.startino = lastino;
718 breq.startino = lastino ? lastino + 1 : 0;
720 lastino = breq.startino - 1;
766 breq->startino = hdr->ino;
783 breq->startino = mp->m_sb.sb_rootino;
800 if (breq->startino == 0)
801 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0);
802 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno)
808 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno)
814 if (XFS_INO_TO_AGNO(mp, breq->startino) >= mp->m_sb.sb_agcount)
832 hdr->ino = breq->startino;