Searched refs:lastino (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/xfs/ |
D | xfs_ioctl32.c | 224 xfs_ino_t lastino; in xfs_compat_ioc_fsbulkstat() local 271 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat() 295 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 297 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 299 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat() 302 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat() 304 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 306 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 314 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
|
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() 679 iwag->lastino = NULLFSINO; in xfs_iwalk_threaded() 754 .lastino = NULLFSINO, in xfs_inobt_walk()
|
D | xfs_ioctl.c | 750 xfs_ino_t lastino; in xfs_ioc_fsbulkstat() local 765 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat() 789 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 791 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 793 breq.startino = lastino; in xfs_ioc_fsbulkstat() 797 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 799 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 806 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
|