Lines Matching defs:curpp
228 struct xfs_btree_cur **curpp,
232 if (*curpp) {
233 xfs_btree_del_cursor(*curpp, error);
234 *curpp = NULL;
262 struct xfs_btree_cur **curpp,
273 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp);
279 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more);
288 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more);
301 error = xfs_inobt_get_rec(*curpp, irec, has_more);
334 return xfs_btree_increment(*curpp, 0, has_more);
349 struct xfs_btree_cur **curpp,
364 xfs_iwalk_del_inobt(tp, curpp, agi_bpp, 0);
379 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp);
383 return xfs_inobt_lookup(*curpp, next_agino, XFS_LOOKUP_GE, has_more);