Searched refs:lastinop (Results 1 – 2 of 2) sorted by relevance
195 xfs_ino_t *lastinop, /* last inode returned */ in xfs_bulkstat() argument237 ino = (xfs_ino_t)*lastinop; in xfs_bulkstat()541 *lastinop = (xfs_ino_t)XFS_AGINO_TO_INO(mp, agno, 0); in xfs_bulkstat()544 *lastinop = (xfs_ino_t)lastino; in xfs_bulkstat()556 xfs_ino_t *lastinop, /* inode to return */ in xfs_bulkstat_single() argument574 ino = (xfs_ino_t)*lastinop; in xfs_bulkstat_single()581 (*lastinop)--; in xfs_bulkstat_single()583 if (xfs_bulkstat(mp, lastinop, &count, xfs_bulkstat_one, in xfs_bulkstat_single()586 if (count == 0 || (xfs_ino_t)*lastinop != ino) in xfs_bulkstat_single()
56 xfs_ino_t *lastinop,