Searched refs:lastino (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_ioctl32.c210 xfs_ino_t lastino; local
257 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
276 * parameter from lastino to maintain correct function. lastino == 0
281 breq.startino = lastino ? lastino + 1 : 0;
283 lastino = breq.startino - 1;
285 breq.startino = lastino;
288 lastino = breq.startino;
290 breq.startino = lastino
[all...]
H A Dxfs_iwalk.c62 xfs_ino_t lastino; member in struct:xfs_iwalk_ag
308 iwag->lastino = XFS_AGINO_TO_INO(mp, pag->pag_agno,
358 next_agino = XFS_INO_TO_AGINO(mp, iwag->lastino) + 1;
430 if (iwag->lastino != NULLFSINO &&
431 XFS_IS_CORRUPT(mp, iwag->lastino >= rec_fsino)) {
436 iwag->lastino = rec_fsino + XFS_INODES_PER_CHUNK - 1;
565 .lastino = NULLFSINO,
675 iwag->lastino = NULLFSINO;
750 .lastino = NULLFSINO,
H A Dxfs_ioctl.c672 xfs_ino_t lastino; local
687 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
706 * parameter from lastino to maintain correct function. lastino == 0
711 breq.startino = lastino ? lastino + 1 : 0;
713 lastino = breq.startino - 1;
715 breq.startino = lastino;
719 breq.startino = lastino ? lastino
[all...]
/linux-master/fs/xfs/scrub/
H A Discan.c99 xfs_agino_t lastino = NULLAGINO; local
142 if (lastino != NULLAGINO &&
143 XFS_IS_CORRUPT(mp, lastino >= rec.ir_startino)) {
147 lastino = rec.ir_startino + XFS_INODES_PER_CHUNK - 1;
157 xchk_iscan_mask_skipino(iscan, pag, &rec, lastino);
229 * Prepare to return agno/agino to the iscan caller by moving the lastino

Completed in 286 milliseconds