curpp 572 fs/xfs/libxfs/xfs_ialloc_btree.c struct xfs_btree_cur **curpp, curpp 579 fs/xfs/libxfs/xfs_ialloc_btree.c ASSERT(*curpp == NULL); curpp 591 fs/xfs/libxfs/xfs_ialloc_btree.c *curpp = cur; curpp 69 fs/xfs/libxfs/xfs_ialloc_btree.h struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp); curpp 769 fs/xfs/scrub/common.c struct xfs_btree_cur **curpp) curpp 778 fs/xfs/scrub/common.c if (curpp) { curpp 780 fs/xfs/scrub/common.c if (!*curpp) curpp 784 fs/xfs/scrub/common.c xfs_btree_del_cursor(*curpp, XFS_BTREE_ERROR); curpp 785 fs/xfs/scrub/common.c *curpp = NULL; curpp 72 fs/xfs/scrub/common.h struct xfs_btree_cur **curpp); curpp 674 fs/xfs/xfs_fsmap.c struct xfs_btree_cur **curpp, curpp 679 fs/xfs/xfs_fsmap.c return xfs_getfsmap_datadev_helper(*curpp, &info->high, info); curpp 682 fs/xfs/xfs_fsmap.c *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, curpp 684 fs/xfs/xfs_fsmap.c return xfs_rmap_query_range(*curpp, &info->low, &info->high, curpp 705 fs/xfs/xfs_fsmap.c struct xfs_btree_cur **curpp, curpp 712 fs/xfs/xfs_fsmap.c return xfs_getfsmap_datadev_bnobt_helper(*curpp, &key[1], info); curpp 715 fs/xfs/xfs_fsmap.c *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp, curpp 719 fs/xfs/xfs_fsmap.c return xfs_alloc_query_range(*curpp, key, &key[1], curpp 225 fs/xfs/xfs_iwalk.c struct xfs_btree_cur **curpp, curpp 229 fs/xfs/xfs_iwalk.c if (*curpp) { curpp 230 fs/xfs/xfs_iwalk.c xfs_btree_del_cursor(*curpp, error); curpp 231 fs/xfs/xfs_iwalk.c *curpp = NULL; curpp 259 fs/xfs/xfs_iwalk.c struct xfs_btree_cur **curpp, curpp 270 fs/xfs/xfs_iwalk.c error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); curpp 276 fs/xfs/xfs_iwalk.c return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); curpp 285 fs/xfs/xfs_iwalk.c error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); curpp 298 fs/xfs/xfs_iwalk.c error = xfs_inobt_get_rec(*curpp, irec, has_more); curpp 327 fs/xfs/xfs_iwalk.c return xfs_btree_increment(*curpp, 0, has_more); curpp 342 fs/xfs/xfs_iwalk.c struct xfs_btree_cur **curpp, curpp 355 fs/xfs/xfs_iwalk.c xfs_iwalk_del_inobt(tp, curpp, agi_bpp, 0); curpp 370 fs/xfs/xfs_iwalk.c error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); curpp 374 fs/xfs/xfs_iwalk.c return xfs_inobt_lookup(*curpp, restart, XFS_LOOKUP_GE, has_more);