Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_itable.c195 xfs_ino_t *lastinop, /* last inode returned */ in xfs_bulkstat() argument
237 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() argument
574 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()
Dxfs_itable.h56 xfs_ino_t *lastinop,