Lines Matching defs:bpp
373 struct xfs_buf **bpp,
378 error = xfs_da_read_buf(tp, dp, bno, 0, bpp, whichfork,
380 if (error || !*bpp || !tp)
382 return xfs_da3_node_set_type(tp, *bpp);
390 struct xfs_buf **bpp,
398 bpp, &xfs_da3_node_buf_ops);
399 if (error || !*bpp)
403 xfs_buf_set_ref(*bpp, XFS_ATTR_BTREE_REF);
405 xfs_buf_set_ref(*bpp, XFS_DIR_BTREE_REF);
409 return xfs_da3_node_set_type(tp, *bpp);
424 struct xfs_buf **bpp,
462 *bpp = bp;
2589 struct xfs_buf **bpp,
2598 *bpp = NULL;
2607 *bpp = bp;
2625 struct xfs_buf **bpp,
2635 *bpp = NULL;
2649 *bpp = bp;