Lines Matching defs:bpp
385 struct xfs_buf **bpp,
390 error = xfs_da_read_buf(tp, dp, bno, 0, bpp, whichfork,
392 if (error || !*bpp || !tp)
394 return xfs_da3_node_set_type(tp, *bpp);
402 struct xfs_buf **bpp,
410 bpp, &xfs_da3_node_buf_ops);
411 if (error || !*bpp)
415 xfs_buf_set_ref(*bpp, XFS_ATTR_BTREE_REF);
417 xfs_buf_set_ref(*bpp, XFS_DIR_BTREE_REF);
421 return xfs_da3_node_set_type(tp, *bpp);
436 struct xfs_buf **bpp,
474 *bpp = bp;
2601 struct xfs_buf **bpp,
2610 *bpp = NULL;
2619 *bpp = bp;
2637 struct xfs_buf **bpp,
2647 *bpp = NULL;
2661 *bpp = bp;