Searched refs:has_more (Results 1 – 1 of 1) sorted by relevance
260 int *has_more) in xfs_iwalk_ag_start() argument294 if (!*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() argument377 if (!has_more) in xfs_iwalk_run_callbacks()401 int has_more; in xfs_iwalk_ag() local409 while (!error && has_more) { in xfs_iwalk_ag()420 if (error || !has_more) in xfs_iwalk_ag()454 if (error || !has_more) in xfs_iwalk_ag()[all …]
Completed in 5 milliseconds