Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_fsmap.c681 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_rmapbt_query() argument
686 return xfs_getfsmap_datadev_helper(*curpp, &info->high, info); in xfs_getfsmap_datadev_rmapbt_query()
689 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
691 return xfs_rmap_query_range(*curpp, &info->low, &info->high, in xfs_getfsmap_datadev_rmapbt_query()
712 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_bnobt_query() argument
719 return xfs_getfsmap_datadev_bnobt_helper(*curpp, &key[1], info); in xfs_getfsmap_datadev_bnobt_query()
722 *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
726 return xfs_alloc_query_range(*curpp, key, &key[1], in xfs_getfsmap_datadev_bnobt_query()
/linux-4.19.296/fs/xfs/scrub/
Dcommon.c758 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()
Dcommon.h71 struct xfs_btree_cur **curpp);