Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_fork.c367 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local
429 new_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
433 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
436 new_broot = NULL; in xfs_iroot_realloc()
447 np = (char *)XFS_BMBT_REC_ADDR(mp, new_broot, 1); in xfs_iroot_realloc()
455 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, new_broot, 1, in xfs_iroot_realloc()
460 ifp->if_broot = new_broot; in xfs_iroot_realloc()