Searched refs:lastino (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl32.c | 210 xfs_ino_t lastino; in xfs_compat_ioc_fsbulkstat() local 257 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat() 281 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 283 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 285 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat() 288 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat() 290 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 292 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 300 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_iwalk.c | 61 xfs_ino_t lastino; member 312 iwag->lastino = XFS_AGINO_TO_INO(mp, pag->pag_agno, in xfs_iwalk_ag_start() 362 next_agino = XFS_INO_TO_AGINO(mp, iwag->lastino) + 1; in xfs_iwalk_run_callbacks() 435 if (iwag->lastino != NULLFSINO && in xfs_iwalk_ag() 436 XFS_IS_CORRUPT(mp, iwag->lastino >= rec_fsino)) { in xfs_iwalk_ag() 440 iwag->lastino = rec_fsino + XFS_INODES_PER_CHUNK - 1; in xfs_iwalk_ag() 569 .lastino = NULLFSINO, in xfs_iwalk() 678 iwag->lastino = NULLFSINO; in xfs_iwalk_threaded() 753 .lastino = NULLFSINO, in xfs_inobt_walk()
|
H A D | xfs_ioctl.c | 672 xfs_ino_t lastino; in xfs_ioc_fsbulkstat() local 687 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat() 711 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 713 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 715 breq.startino = lastino; in xfs_ioc_fsbulkstat() 719 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 721 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 728 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
|