Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_inode_fork.c364 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local
426 new_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
430 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
433 new_broot = NULL; in xfs_iroot_realloc()
444 np = (char *)XFS_BMBT_REC_ADDR(mp, new_broot, 1); in xfs_iroot_realloc()
452 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, new_broot, 1, in xfs_iroot_realloc()
457 ifp->if_broot = new_broot; in xfs_iroot_realloc()