Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c234 struct xfs_buf **agi_bpp, in xfs_iwalk_del_inobt() argument
241 if (*agi_bpp) { in xfs_iwalk_del_inobt()
242 xfs_trans_brelse(tp, *agi_bpp); in xfs_iwalk_del_inobt()
243 *agi_bpp = NULL; in xfs_iwalk_del_inobt()
267 struct xfs_buf **agi_bpp, in xfs_iwalk_ag_start() argument
278 error = xfs_inobt_cur(pag, tp, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start()
354 struct xfs_buf **agi_bpp, in xfs_iwalk_run_callbacks() argument
367 xfs_iwalk_del_inobt(iwag->tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks()
394 agi_bpp); in xfs_iwalk_run_callbacks()
/openbmc/linux/fs/xfs/scrub/
H A Dcommon.c761 struct xfs_buf **agi_bpp, in xchk_iget_agi() argument
772 *agi_bpp = NULL; in xchk_iget_agi()
784 error = xfs_ialloc_read_agi(pag, tp, agi_bpp); in xchk_iget_agi()
807 xfs_trans_brelse(tp, *agi_bpp); in xchk_iget_agi()
816 xfs_trans_brelse(tp, *agi_bpp); in xchk_iget_agi()
817 *agi_bpp = NULL; in xchk_iget_agi()
H A Dcommon.h161 struct xfs_buf **agi_bpp, struct xfs_inode **ipp);
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.h71 struct xfs_buf **agi_bpp);
H A Dxfs_ialloc_btree.c731 struct xfs_buf **agi_bpp) in xfs_inobt_cur() argument
736 ASSERT(*agi_bpp == NULL); in xfs_inobt_cur()
739 error = xfs_ialloc_read_agi(pag, tp, agi_bpp); in xfs_inobt_cur()
743 cur = xfs_inobt_init_cursor(pag, tp, *agi_bpp, which); in xfs_inobt_cur()