Lines Matching defs:bpp
30 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
138 struct xfs_buf **bpp)
144 err = xfs_da_read_buf(tp, dp, mp->m_dir_geo->datablk, 0, bpp,
146 if (err || !*bpp)
150 fa = xfs_dir3_block_header_check(dp, *bpp);
152 __xfs_buf_mark_corrupt(*bpp, fa);
153 xfs_trans_brelse(tp, *bpp);
154 *bpp = NULL;
158 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_DIR_BLOCK_BUF);
677 struct xfs_buf **bpp, /* returned block buffer */
751 *bpp = bp;