Searched refs:new_bp (Results 1 – 3 of 3) sorted by relevance
440 xfs_buf_t *new_bp) in _xfs_buf_find() argument513 if (new_bp) { in _xfs_buf_find()514 rb_link_node(&new_bp->b_rbnode, parent, rbp); in _xfs_buf_find()515 rb_insert_color(&new_bp->b_rbnode, &pag->pag_buf_tree); in _xfs_buf_find()517 new_bp->b_pag = pag; in _xfs_buf_find()524 return new_bp; in _xfs_buf_find()570 struct xfs_buf *new_bp; in xfs_buf_get_map() local577 new_bp = _xfs_buf_alloc(target, map, nmaps, flags); in xfs_buf_get_map()578 if (unlikely(!new_bp)) in xfs_buf_get_map()581 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);
1961 struct bitmap_page *new_bp; in bitmap_resize() local2005 new_bp = kzalloc(pages * sizeof(*new_bp), GFP_KERNEL); in bitmap_resize()2007 if (!new_bp) { in bitmap_resize()2026 bitmap->counts.bp = new_bp; in bitmap_resize()