Searched refs:new_bp (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_buf.c440 xfs_buf_t *new_bp) _xfs_buf_find()
513 if (new_bp) { _xfs_buf_find()
514 rb_link_node(&new_bp->b_rbnode, parent, rbp); _xfs_buf_find()
515 rb_insert_color(&new_bp->b_rbnode, &pag->pag_buf_tree); _xfs_buf_find()
517 new_bp->b_pag = pag; _xfs_buf_find()
524 return new_bp; _xfs_buf_find()
570 struct xfs_buf *new_bp; xfs_buf_get_map() local
577 new_bp = _xfs_buf_alloc(target, map, nmaps, flags); xfs_buf_get_map()
578 if (unlikely(!new_bp)) xfs_buf_get_map()
581 error = xfs_buf_allocate_memory(new_bp, flags); xfs_buf_get_map()
583 xfs_buf_free(new_bp); xfs_buf_get_map()
587 bp = _xfs_buf_find(target, map, nmaps, flags, new_bp); xfs_buf_get_map()
589 xfs_buf_free(new_bp); xfs_buf_get_map()
593 if (bp != new_bp) xfs_buf_get_map()
594 xfs_buf_free(new_bp); xfs_buf_get_map()
435 _xfs_buf_find( struct xfs_buftarg *btp, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, xfs_buf_t *new_bp) _xfs_buf_find() argument
H A Dxfs_buf.h196 xfs_buf_flags_t flags, struct xfs_buf *new_bp);
/linux-4.4.14/drivers/md/
H A Dbitmap.c1961 struct bitmap_page *new_bp; bitmap_resize() local
2005 new_bp = kzalloc(pages * sizeof(*new_bp), GFP_KERNEL); bitmap_resize()
2007 if (!new_bp) { bitmap_resize()
2026 bitmap->counts.bp = new_bp; bitmap_resize()

Completed in 177 milliseconds