Lines Matching refs:bp

228 	struct xfs_buf *bp;  in xfs_attr_node_list()  local
242 bp = NULL; in xfs_attr_node_list()
245 &bp, XFS_ATTR_FORK); in xfs_attr_node_list()
248 if (bp) { in xfs_attr_node_list()
251 node = bp->b_addr; in xfs_attr_node_list()
256 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
257 bp = NULL; in xfs_attr_node_list()
261 leaf = bp->b_addr; in xfs_attr_node_list()
268 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
269 bp = NULL; in xfs_attr_node_list()
273 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
274 bp = NULL; in xfs_attr_node_list()
279 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
280 bp = NULL; in xfs_attr_node_list()
290 if (bp == NULL) { in xfs_attr_node_list()
296 cursor->blkno, -1, &bp, in xfs_attr_node_list()
300 node = bp->b_addr; in xfs_attr_node_list()
311 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
327 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
330 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
333 ASSERT(bp != NULL); in xfs_attr_node_list()
341 leaf = bp->b_addr; in xfs_attr_node_list()
342 error = xfs_attr3_leaf_list_int(bp, context); in xfs_attr_node_list()
344 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
351 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
352 error = xfs_attr3_leaf_read(NULL, dp, cursor->blkno, -1, &bp); in xfs_attr_node_list()
356 xfs_trans_brelse(NULL, bp); in xfs_attr_node_list()
365 struct xfs_buf *bp, in xfs_attr3_leaf_list_int() argument
379 leaf = bp->b_addr; in xfs_attr3_leaf_list_int()
493 struct xfs_buf *bp; in xfs_attr_leaf_list() local
498 error = xfs_attr3_leaf_read(NULL, context->dp, 0, -1, &bp); in xfs_attr_leaf_list()
502 error = xfs_attr3_leaf_list_int(bp, context); in xfs_attr_leaf_list()
503 xfs_trans_brelse(NULL, bp); in xfs_attr_leaf_list()