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