Searched refs:curpp (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_fsmap.c | 678 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_rmapbt_query() argument 683 return xfs_getfsmap_datadev_helper(*curpp, &info->high, info); in xfs_getfsmap_datadev_rmapbt_query() 686 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query() 688 return xfs_rmap_query_range(*curpp, &info->low, &info->high, in xfs_getfsmap_datadev_rmapbt_query() 709 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_bnobt_query() argument 716 return xfs_getfsmap_datadev_bnobt_helper(*curpp, &key[1], info); in xfs_getfsmap_datadev_bnobt_query() 719 *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query() 723 return xfs_alloc_query_range(*curpp, key, &key[1], in xfs_getfsmap_datadev_bnobt_query()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | common.c | 758 struct xfs_btree_cur **curpp) in xchk_should_check_xref() argument 767 if (curpp) { in xchk_should_check_xref() 769 if (!*curpp) in xchk_should_check_xref() 773 xfs_btree_del_cursor(*curpp, XFS_BTREE_ERROR); in xchk_should_check_xref() 774 *curpp = NULL; in xchk_should_check_xref()
|
D | common.h | 64 struct xfs_btree_cur **curpp);
|