Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iwalk.c260 int *has_more) in xfs_iwalk_ag_start() argument
277 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start()
286 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start()
294 if (!*has_more) in xfs_iwalk_ag_start()
299 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start()
302 if (XFS_IS_CORRUPT(mp, *has_more != 1)) { in xfs_iwalk_ag_start()
334 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start()
350 int *has_more) in xfs_iwalk_run_callbacks() argument
377 if (!has_more) in xfs_iwalk_run_callbacks()
388 return xfs_inobt_lookup(*curpp, next_agino, XFS_LOOKUP_GE, has_more); in xfs_iwalk_run_callbacks()
[all …]