Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_inode_fork.c349 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local
411 new_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
415 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
418 new_broot = NULL; in xfs_iroot_realloc()
430 np = (char *)XFS_BMBT_REC_ADDR(mp, new_broot, 1); in xfs_iroot_realloc()
438 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, new_broot, 1, in xfs_iroot_realloc()
443 ifp->if_broot = new_broot; in xfs_iroot_realloc()