Searched refs:lastino (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_ioctl32.c | 211 xfs_ino_t lastino; in xfs_compat_ioc_fsbulkstat() local 258 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat() 282 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 284 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 286 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat() 289 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat() 291 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 293 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 301 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
|
| H A D | xfs_iwalk.c | 62 xfs_ino_t lastino; member 307 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()
|
| H A D | xfs_ioctl.c | 93 xfs_ino_t lastino; in xfs_ioc_fsbulkstat() local 108 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat() 132 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 134 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 136 breq.startino = lastino; in xfs_ioc_fsbulkstat() 140 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 142 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 149 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
|
| /linux/fs/xfs/scrub/ |
| H A D | iscan.c | 99 xfs_agino_t lastino = NULLAGINO; in xchk_iscan_find_next() local 142 if (lastino != NULLAGINO && in xchk_iscan_find_next() 143 XFS_IS_CORRUPT(mp, lastino >= rec.ir_startino)) { in xchk_iscan_find_next() 147 lastino = rec.ir_startino + XFS_INODES_PER_CHUNK - 1; in xchk_iscan_find_next() 157 xchk_iscan_mask_skipino(iscan, pag, &rec, lastino); in xchk_iscan_find_next()
|