Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iwalk.c229 struct xfs_buf **agi_bpp, in xfs_iwalk_del_inobt() argument
236 if (*agi_bpp) { in xfs_iwalk_del_inobt()
237 xfs_trans_brelse(tp, *agi_bpp); in xfs_iwalk_del_inobt()
238 *agi_bpp = NULL; in xfs_iwalk_del_inobt()
263 struct xfs_buf **agi_bpp, in xfs_iwalk_ag_start() argument
273 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start()
350 struct xfs_buf **agi_bpp, in xfs_iwalk_run_callbacks() argument
364 xfs_iwalk_del_inobt(tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks()
379 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_run_callbacks()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ialloc_btree.c662 struct xfs_buf **agi_bpp) in xfs_inobt_cur() argument
667 ASSERT(*agi_bpp == NULL); in xfs_inobt_cur()
670 error = xfs_ialloc_read_agi(mp, tp, agno, agi_bpp); in xfs_inobt_cur()
674 cur = xfs_inobt_init_cursor(mp, tp, *agi_bpp, agno, which); in xfs_inobt_cur()
676 xfs_trans_brelse(tp, *agi_bpp); in xfs_inobt_cur()
677 *agi_bpp = NULL; in xfs_inobt_cur()
Dxfs_ialloc_btree.h72 struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp);