Home
last modified time | relevance | path

Searched refs:lastinop (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_itable.c330 xfs_ino_t *lastinop, /* last inode returned */ in xfs_bulkstat() argument
379 ino = (xfs_ino_t)*lastinop; in xfs_bulkstat()
729 *lastinop = (xfs_ino_t)XFS_AGINO_TO_INO(mp, agno, 0); in xfs_bulkstat()
732 *lastinop = (xfs_ino_t)lastino; in xfs_bulkstat()
744 xfs_ino_t *lastinop, /* inode to return */ in xfs_bulkstat_single() argument
762 ino = (xfs_ino_t)*lastinop; in xfs_bulkstat_single()
770 (*lastinop)--; in xfs_bulkstat_single()
772 if (xfs_bulkstat(mp, lastinop, &count, xfs_bulkstat_one, in xfs_bulkstat_single()
776 if (count == 0 || (xfs_ino_t)*lastinop != ino) in xfs_bulkstat_single()
Dxfs_itable.h68 xfs_ino_t *lastinop,