Searched refs:lastino (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_itable.c | 557 xfs_ino_t *lastino,/* last inode returned */ in xfs_inumbers() argument 562 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, *lastino); in xfs_inumbers() 563 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, *lastino); in xfs_inumbers() 574 *lastino != XFS_AGINO_TO_INO(mp, agno, agino)) in xfs_inumbers() 645 *lastino = XFS_AGINO_TO_INO(mp, agno, agino); in xfs_inumbers()
|
D | xfs_itable.h | 46 xfs_ino_t *lastino, /* last inode returned */
|
D | xfs_qm.c | 1252 xfs_ino_t lastino; in xfs_qm_quotacheck() local 1262 lastino = 0; in xfs_qm_quotacheck() 1304 error = xfs_bulkstat(mp, &lastino, &count, in xfs_qm_quotacheck()
|