Searched refs:agi_bpp (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/ |
D | xfs_iwalk.c | 234 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(mp, tp, pag, 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()
|
/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 664 struct xfs_buf **agi_bpp) in xfs_inobt_cur() argument 669 ASSERT(*agi_bpp == NULL); in xfs_inobt_cur() 672 error = xfs_ialloc_read_agi(mp, tp, pag->pag_agno, agi_bpp); in xfs_inobt_cur() 676 cur = xfs_inobt_init_cursor(mp, tp, *agi_bpp, pag, which); in xfs_inobt_cur()
|
D | xfs_ialloc_btree.h | 73 struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp);
|