Lines Matching refs:curpp
233 struct xfs_btree_cur **curpp, in xfs_iwalk_del_inobt() argument
237 if (*curpp) { in xfs_iwalk_del_inobt()
238 xfs_btree_del_cursor(*curpp, error); in xfs_iwalk_del_inobt()
239 *curpp = NULL; in xfs_iwalk_del_inobt()
266 struct xfs_btree_cur **curpp, in xfs_iwalk_ag_start() argument
278 error = xfs_inobt_cur(pag, tp, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start()
284 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start()
293 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start()
306 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start()
339 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start()
353 struct xfs_btree_cur **curpp, in xfs_iwalk_run_callbacks() argument
367 xfs_iwalk_del_inobt(iwag->tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks()
393 error = xfs_inobt_cur(iwag->pag, iwag->tp, XFS_BTNUM_INO, curpp, in xfs_iwalk_run_callbacks()
398 return xfs_inobt_lookup(*curpp, next_agino, XFS_LOOKUP_GE, has_more); in xfs_iwalk_run_callbacks()