Searched refs:lastino (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/xfs/ |
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()
|
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 | 671 xfs_ino_t lastino; in xfs_ioc_fsbulkstat() local 686 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat() 710 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 712 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 714 breq.startino = lastino; in xfs_ioc_fsbulkstat() 718 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 720 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 727 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
|