Searched refs:lastino (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_ioctl32.c | 222 xfs_ino_t lastino; in xfs_compat_ioc_fsbulkstat() local 269 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat() 293 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 295 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 297 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat() 300 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat() 302 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 304 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 312 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
|
D | xfs_iwalk.c | 59 xfs_ino_t lastino; member 307 iwag->lastino = XFS_AGINO_TO_INO(mp, agno, in xfs_iwalk_ag_start() 359 next_agino = XFS_INO_TO_AGINO(mp, iwag->lastino) + 1; in xfs_iwalk_run_callbacks() 421 if (iwag->lastino != NULLFSINO && in xfs_iwalk_ag() 422 XFS_IS_CORRUPT(mp, iwag->lastino >= rec_fsino)) { in xfs_iwalk_ag() 426 iwag->lastino = rec_fsino + XFS_INODES_PER_CHUNK - 1; in xfs_iwalk_ag() 556 .lastino = NULLFSINO, in xfs_iwalk() 645 iwag->lastino = NULLFSINO; in xfs_iwalk_threaded() 719 .lastino = NULLFSINO, in xfs_inobt_walk()
|
D | xfs_ioctl.c | 747 xfs_ino_t lastino; in xfs_ioc_fsbulkstat() local 762 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat() 786 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 788 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 790 breq.startino = lastino; in xfs_ioc_fsbulkstat() 794 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 796 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 803 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
|