Searched refs:agi_bpp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_iwalk.c | 226 struct xfs_buf **agi_bpp, in xfs_iwalk_del_inobt() argument 233 if (*agi_bpp) { in xfs_iwalk_del_inobt() 234 xfs_trans_brelse(tp, *agi_bpp); in xfs_iwalk_del_inobt() 235 *agi_bpp = NULL; in xfs_iwalk_del_inobt() 260 struct xfs_buf **agi_bpp, in xfs_iwalk_ag_start() argument 270 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start() 343 struct xfs_buf **agi_bpp, in xfs_iwalk_run_callbacks() argument 355 xfs_iwalk_del_inobt(tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks() 370 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_run_callbacks()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_ialloc_btree.c | 573 struct xfs_buf **agi_bpp) in xfs_inobt_cur() argument 578 ASSERT(*agi_bpp == NULL); in xfs_inobt_cur() 581 error = xfs_ialloc_read_agi(mp, tp, agno, agi_bpp); in xfs_inobt_cur() 585 cur = xfs_inobt_init_cursor(mp, tp, *agi_bpp, agno, which); in xfs_inobt_cur() 587 xfs_trans_brelse(tp, *agi_bpp); in xfs_inobt_cur() 588 *agi_bpp = NULL; in xfs_inobt_cur()
|
| D | xfs_ialloc_btree.h | 69 struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp);
|