Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_inode_fork.c360 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local
422 new_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
426 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
429 new_broot = NULL; in xfs_iroot_realloc()
440 np = (char *)XFS_BMBT_REC_ADDR(mp, new_broot, 1); in xfs_iroot_realloc()
448 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, new_broot, 1, in xfs_iroot_realloc()
453 ifp->if_broot = new_broot; in xfs_iroot_realloc()