Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_buf.c440 xfs_buf_t *new_bp) in _xfs_buf_find() argument
513 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() local
577 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 …]
Dxfs_buf.h196 xfs_buf_flags_t flags, struct xfs_buf *new_bp);
/linux-4.4.14/drivers/md/
Dbitmap.c1961 struct bitmap_page *new_bp; in bitmap_resize() local
2005 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()