Lines Matching refs:curpp
228 struct xfs_btree_cur **curpp, in xfs_iwalk_del_inobt() argument
232 if (*curpp) { in xfs_iwalk_del_inobt()
233 xfs_btree_del_cursor(*curpp, error); in xfs_iwalk_del_inobt()
234 *curpp = NULL; in xfs_iwalk_del_inobt()
262 struct xfs_btree_cur **curpp, in xfs_iwalk_ag_start() argument
273 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start()
279 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start()
288 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start()
301 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start()
333 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start()
348 struct xfs_btree_cur **curpp, in xfs_iwalk_run_callbacks() argument
363 xfs_iwalk_del_inobt(tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks()
378 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_run_callbacks()
382 return xfs_inobt_lookup(*curpp, next_agino, XFS_LOOKUP_GE, has_more); in xfs_iwalk_run_callbacks()