Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_itable.c229 xfs_ino_t *lastinop, /* last inode returned */ in xfs_bulkstat() argument
278 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() argument
653 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()
Dxfs_itable.h83 xfs_ino_t *lastinop,