Searched refs:curpp (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/fs/xfs/ |
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(mp, tp, pag, 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 …]
|
D | xfs_fsmap.c | 707 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_rmapbt_query() argument 712 return xfs_getfsmap_datadev_helper(*curpp, &info->high, info); in xfs_getfsmap_datadev_rmapbt_query() 715 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query() 717 return xfs_rmap_query_range(*curpp, &info->low, &info->high, in xfs_getfsmap_datadev_rmapbt_query() 738 struct xfs_btree_cur **curpp, in xfs_getfsmap_datadev_bnobt_query() argument 745 return xfs_getfsmap_datadev_bnobt_helper(*curpp, &key[1], info); in xfs_getfsmap_datadev_bnobt_query() 748 *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query() 752 return xfs_alloc_query_range(*curpp, key, &key[1], in xfs_getfsmap_datadev_bnobt_query()
|
/linux-5.19.10/fs/xfs/scrub/ |
D | common.c | 739 struct xfs_btree_cur **curpp) in xchk_should_check_xref() argument 748 if (curpp) { in xchk_should_check_xref() 750 if (!*curpp) in xchk_should_check_xref() 754 xfs_btree_del_cursor(*curpp, XFS_BTREE_ERROR); in xchk_should_check_xref() 755 *curpp = NULL; in xchk_should_check_xref()
|
D | common.h | 72 struct xfs_btree_cur **curpp);
|
/linux-5.19.10/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.h | 73 struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp);
|
D | xfs_ialloc_btree.c | 716 struct xfs_btree_cur **curpp, in xfs_inobt_cur() argument 723 ASSERT(*curpp == NULL); in xfs_inobt_cur() 730 *curpp = cur; in xfs_inobt_cur()
|