Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iwalk.c226 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()
259 struct xfs_buf **agi_bpp, in xfs_iwalk_ag_start() argument
270 error = xfs_ialloc_read_agi(pag, tp, 0, agi_bpp); in xfs_iwalk_ag_start()
273 *curpp = xfs_inobt_init_cursor(pag, tp, *agi_bpp); in xfs_iwalk_ag_start()
349 struct xfs_buf **agi_bpp, in xfs_iwalk_run_callbacks() argument
361 xfs_iwalk_del_inobt(iwag->tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks()
384 error = xfs_ialloc_read_agi(iwag->pag, iwag->tp, 0, agi_bpp); in xfs_iwalk_run_callbacks()
[all...]
/linux/fs/xfs/scrub/
H A Discan.c258 * Grab the AGI to advance the inode scan. Returns 0 if *agi_bpp is now set,
266 struct xfs_buf **agi_bpp) in xchk_iscan_read_agi() argument
273 return xfs_ialloc_read_agi(pag, sc->tp, 0, agi_bpp); in xchk_iscan_read_agi()
278 agi_bpp); in xchk_iscan_read_agi()
306 struct xfs_buf **agi_bpp, in xchk_iscan_advance() argument
346 *agi_bpp = agi_bp; in xchk_iscan_advance()
H A Dcommon.c992 struct xfs_buf **agi_bpp, in xchk_iget_agi() argument
1003 *agi_bpp = NULL; in xchk_iget_agi()
1015 error = xfs_ialloc_read_agi(pag, tp, 0, agi_bpp); in xchk_iget_agi()
1038 xfs_trans_brelse(tp, *agi_bpp); in xchk_iget_agi()
1047 xfs_trans_brelse(tp, *agi_bpp); in xchk_iget_agi()
1048 *agi_bpp = NULL; in xchk_iget_agi()
H A Dcommon.h190 struct xfs_buf **agi_bpp, struct xfs_inode **ipp);