Searched refs:curpp (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_iwalk.c | 233 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() 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() 353 struct xfs_btree_cur **curpp, in xfs_iwalk_run_callbacks() argument [all …]
|
H A D | xfs_fsmap.c | 728 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()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.h | 70 xfs_btnum_t btnum, struct xfs_btree_cur **curpp,
|
H A D | xfs_ialloc_btree.c | 730 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()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | common.c | 1070 struct xfs_btree_cur **curpp) in xchk_should_check_xref() argument 1079 if (curpp) { in xchk_should_check_xref() 1081 if (!*curpp) in xchk_should_check_xref() 1085 xfs_btree_del_cursor(*curpp, XFS_BTREE_ERROR); in xchk_should_check_xref() 1086 *curpp = NULL; in xchk_should_check_xref()
|
H A D | common.h | 74 struct xfs_btree_cur **curpp);
|