Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_iwalk.c233 struct xfs_btree_cur **curpp, in xfs_iwalk_del_inobt() argument
237 if (*curpp) { in xfs_iwalk_del_inobt()
238 xfs_btree_del_cursor(*curpp, error); in xfs_iwalk_del_inobt()
239 *curpp = NULL; in xfs_iwalk_del_inobt()
266 struct xfs_btree_cur **curpp, in xfs_iwalk_ag_start() argument
278 error = xfs_inobt_cur(pag, tp, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start()
284 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start()
293 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start()
306 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start()
339 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start()
[all …]
Dxfs_fsmap.c728 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_rmapbt_query() argument
733 return xfs_getfsmap_datadev_helper(*curpp, &info->high, info); in xfs_getfsmap_datadev_rmapbt_query()
736 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
738 return xfs_rmap_query_range(*curpp, &info->low, &info->high, in xfs_getfsmap_datadev_rmapbt_query()
759 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_bnobt_query() argument
766 return xfs_getfsmap_datadev_bnobt_helper(*curpp, &key[1], info); in xfs_getfsmap_datadev_bnobt_query()
769 *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
773 return xfs_alloc_query_range(*curpp, key, &key[1], in xfs_getfsmap_datadev_bnobt_query()
/linux-6.6.21/fs/xfs/scrub/
Dcommon.c1076 struct xfs_btree_cur **curpp) in xchk_should_check_xref() argument
1085 if (curpp) { in xchk_should_check_xref()
1087 if (!*curpp) in xchk_should_check_xref()
1091 xfs_btree_del_cursor(*curpp, XFS_BTREE_ERROR); in xchk_should_check_xref()
1092 *curpp = NULL; in xchk_should_check_xref()
Dcommon.h74 struct xfs_btree_cur **curpp);
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_ialloc_btree.h70 xfs_btnum_t btnum, struct xfs_btree_cur **curpp,
Dxfs_ialloc_btree.c730 struct xfs_btree_cur **curpp, in xfs_inobt_cur() argument
737 ASSERT(*curpp == NULL); in xfs_inobt_cur()
744 *curpp = cur; in xfs_inobt_cur()