Searched refs:has_more (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_iwalk.c | 261 int *has_more) in xfs_iwalk_ag_start() argument 276 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start() 285 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start() 293 if (!*has_more) in xfs_iwalk_ag_start() 298 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start() 301 XFS_WANT_CORRUPTED_RETURN(mp, *has_more == 1); in xfs_iwalk_ag_start() 327 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start() 344 int *has_more) in xfs_iwalk_run_callbacks() argument 366 if (!has_more) in xfs_iwalk_run_callbacks() 374 return xfs_inobt_lookup(*curpp, restart, XFS_LOOKUP_GE, has_more); in xfs_iwalk_run_callbacks() [all …]
|