Searched refs:new_broot (Results 1 – 1 of 1) sorted by relevance
392 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local455 new_broot = kmalloc(new_size, GFP_KERNEL | __GFP_NOFAIL); in xfs_iroot_realloc()459 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()462 new_broot = NULL; in xfs_iroot_realloc()473 np = (char *)xfs_bmbt_key_addr(mp, new_broot, 1); in xfs_iroot_realloc()481 np = (char *)xfs_bmap_broot_ptr_addr(mp, new_broot, 1, in xfs_iroot_realloc()486 ifp->if_broot = new_broot; in xfs_iroot_realloc()