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

/linux-master/fs/xfs/
H A Dxfs_ioctl32.c211 xfs_ino_t lastino; local
258 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
277 * parameter from lastino to maintain correct function. lastino == 0
282 breq.startino = lastino ? lastino + 1 : 0;
284 lastino = breq.startino - 1;
286 breq.startino = lastino;
289 lastino = breq.startino;
291 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,
357 next_agino = XFS_INO_TO_AGINO(mp, iwag->lastino) + 1;
429 if (iwag->lastino != NULLFSINO &&
430 XFS_IS_CORRUPT(mp, iwag->lastino >= rec_fsino)) {
435 iwag->lastino = rec_fsino + XFS_INODES_PER_CHUNK - 1;
564 .lastino = NULLFSINO,
674 iwag->lastino = NULLFSINO;
749 .lastino = NULLFSINO,
H A Dxfs_ioctl.c87 xfs_ino_t lastino; local
102 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
121 * parameter from lastino to maintain correct function. lastino == 0
126 breq.startino = lastino ? lastino + 1 : 0;
128 lastino = breq.startino - 1;
130 breq.startino = lastino;
134 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 141 milliseconds