Searched refs:lastinop (Results 1 – 2 of 2) sorted by relevance
229 xfs_ino_t *lastinop, /* last inode returned */ in xfs_bulkstat() argument278 ino = (xfs_ino_t)*lastinop; in xfs_bulkstat()620 *lastinop = (xfs_ino_t)XFS_AGINO_TO_INO(mp, agno, 0); in xfs_bulkstat()623 *lastinop = (xfs_ino_t)lastino; in xfs_bulkstat()635 xfs_ino_t *lastinop, /* inode to return */ in xfs_bulkstat_single() argument653 ino = (xfs_ino_t)*lastinop; in xfs_bulkstat_single()661 (*lastinop)--; in xfs_bulkstat_single()663 if (xfs_bulkstat(mp, lastinop, &count, xfs_bulkstat_one, in xfs_bulkstat_single()667 if (count == 0 || (xfs_ino_t)*lastinop != ino) in xfs_bulkstat_single()
83 xfs_ino_t *lastinop,