Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_iwalk.c227 struct xfs_buf **agi_bpp, in xfs_iwalk_del_inobt() argument
234 if (*agi_bpp) { in xfs_iwalk_del_inobt()
235 xfs_trans_brelse(tp, *agi_bpp); in xfs_iwalk_del_inobt()
236 *agi_bpp = NULL; in xfs_iwalk_del_inobt()
260 struct xfs_buf **agi_bpp, in xfs_iwalk_ag_start() argument
271 error = xfs_ialloc_read_agi(pag, tp, 0, agi_bpp); in xfs_iwalk_ag_start()
274 *curpp = xfs_inobt_init_cursor(pag, tp, *agi_bpp); in xfs_iwalk_ag_start()
350 struct xfs_buf **agi_bpp, in xfs_iwalk_run_callbacks() argument
362 xfs_iwalk_del_inobt(iwag->tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks()
388 error = xfs_ialloc_read_agi(iwag->pag, iwag->tp, 0, agi_bpp); in xfs_iwalk_run_callbacks()
[all …]
/linux/fs/xfs/scrub/
A Discan.c266 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()
A Dcommon.c810 struct xfs_buf **agi_bpp, in xchk_iget_agi() argument
821 *agi_bpp = NULL; in xchk_iget_agi()
833 error = xfs_ialloc_read_agi(pag, tp, 0, agi_bpp); in xchk_iget_agi()
856 xfs_trans_brelse(tp, *agi_bpp); in xchk_iget_agi()
865 xfs_trans_brelse(tp, *agi_bpp); in xchk_iget_agi()
866 *agi_bpp = NULL; in xchk_iget_agi()
A Dcommon.h145 struct xfs_buf **agi_bpp, struct xfs_inode **ipp);

Completed in 15 milliseconds