Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c268 int *has_more) in xfs_iwalk_ag_start() argument
301 if (!*has_more) in xfs_iwalk_ag_start()
309 if (XFS_IS_CORRUPT(mp, *has_more != 1)) in xfs_iwalk_ag_start()
339 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start()
355 int *has_more) in xfs_iwalk_run_callbacks() argument
383 if (!has_more) in xfs_iwalk_run_callbacks()
411 int has_more; in xfs_iwalk_ag() local
419 while (!error && has_more) { in xfs_iwalk_ag()
430 if (error || !has_more) in xfs_iwalk_ag()
463 if (error || !has_more) in xfs_iwalk_ag()
[all …]