Home
last modified time | relevance | path

Searched refs:curpp (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_iwalk.c228 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()
[all …]
Dxfs_fsmap.c685 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_rmapbt_query() argument
690 return xfs_getfsmap_datadev_helper(*curpp, &info->high, info); in xfs_getfsmap_datadev_rmapbt_query()
693 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
695 return xfs_rmap_query_range(*curpp, &info->low, &info->high, in xfs_getfsmap_datadev_rmapbt_query()
716 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_bnobt_query() argument
723 return xfs_getfsmap_datadev_bnobt_helper(*curpp, &key[1], info); in xfs_getfsmap_datadev_bnobt_query()
726 *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
730 return xfs_alloc_query_range(*curpp, key, &key[1], in xfs_getfsmap_datadev_bnobt_query()
/fs/xfs/scrub/
Dcommon.c769 struct xfs_btree_cur **curpp) in xchk_should_check_xref() argument
778 if (curpp) { in xchk_should_check_xref()
780 if (!*curpp) in xchk_should_check_xref()
784 xfs_btree_del_cursor(*curpp, XFS_BTREE_ERROR); in xchk_should_check_xref()
785 *curpp = NULL; in xchk_should_check_xref()
Dcommon.h72 struct xfs_btree_cur **curpp);
/fs/xfs/libxfs/
Dxfs_ialloc_btree.h69 struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp);
Dxfs_ialloc_btree.c572 struct xfs_btree_cur **curpp, in xfs_inobt_cur() argument
579 ASSERT(*curpp == NULL); in xfs_inobt_cur()
591 *curpp = cur; in xfs_inobt_cur()