Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_fork.c510 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local
572 new_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS); in xfs_iroot_realloc()
576 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
579 new_broot = NULL; in xfs_iroot_realloc()
591 np = (char *)XFS_BMBT_REC_ADDR(mp, new_broot, 1); in xfs_iroot_realloc()
599 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, new_broot, 1, in xfs_iroot_realloc()
604 ifp->if_broot = new_broot; in xfs_iroot_realloc()