Searched refs:lastino (Results 1 – 2 of 2) sorted by relevance
62 xfs_ino_t lastino; member307 iwag->lastino = xfs_agino_to_ino(pag, in xfs_iwalk_ag_start()356 next_agino = XFS_INO_TO_AGINO(mp, iwag->lastino) + 1; in xfs_iwalk_run_callbacks()425 if (iwag->lastino != NULLFSINO && in xfs_iwalk_ag()426 XFS_IS_CORRUPT(mp, iwag->lastino >= rec_fsino)) { in xfs_iwalk_ag()431 iwag->lastino = rec_fsino + XFS_INODES_PER_CHUNK - 1; in xfs_iwalk_ag()591 .lastino = NULLFSINO, in xfs_iwalk()675 iwag->lastino = NULLFSINO; in xfs_iwalk_threaded()750 .lastino = NULLFSINO, in xfs_inobt_walk()
88 xfs_ino_t lastino; in xfs_ioc_fsbulkstat() local103 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat()127 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()129 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()131 breq.startino = lastino; in xfs_ioc_fsbulkstat()135 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()137 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()144 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()