Lines Matching defs:bpp
2296 struct xfs_buf **bpp)
2309 error = xfs_imap_to_bp(mp, tp, imap, dipp, bpp, 0);
2322 * and inode cluster buffer of that inode as @agino, @imap, @dipp, and @bpp.
2325 * @agino, @imap, @dipp, and @bpp are all output parameters.
2338 struct xfs_buf **bpp,
2346 *bpp = NULL;
2351 error = xfs_iunlink_map_ino(tp, agno, *agino, imap, dipp, bpp);
2362 xfs_trans_brelse(tp, *bpp);
2363 *bpp = NULL;
2374 if (*bpp)
2375 xfs_trans_brelse(tp, *bpp);
2379 bpp);