Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_inode_fork.c482 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local
545 new_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS); in xfs_iroot_realloc()
549 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
552 new_broot = NULL; in xfs_iroot_realloc()
564 np = (char *)XFS_BMBT_REC_ADDR(mp, new_broot, 1); in xfs_iroot_realloc()
572 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, new_broot, 1, in xfs_iroot_realloc()
577 ifp->if_broot = new_broot; in xfs_iroot_realloc()