Searched refs:new_bp (Results 1 – 2 of 2) sorted by relevance
441 xfs_buf_t *new_bp) in _xfs_buf_find() argument514 if (new_bp) { in _xfs_buf_find()515 rb_link_node(&new_bp->b_rbnode, parent, rbp); in _xfs_buf_find()516 rb_insert_color(&new_bp->b_rbnode, &pag->pag_buf_tree); in _xfs_buf_find()518 new_bp->b_pag = pag; in _xfs_buf_find()525 return new_bp; in _xfs_buf_find()571 struct xfs_buf *new_bp; in xfs_buf_get_map() local578 new_bp = _xfs_buf_alloc(target, map, nmaps, flags); in xfs_buf_get_map()579 if (unlikely(!new_bp)) in xfs_buf_get_map()582 error = xfs_buf_allocate_memory(new_bp, flags); in xfs_buf_get_map()[all …]
196 xfs_buf_flags_t flags, struct xfs_buf *new_bp);