Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_fork.c392 struct xfs_btree_block *new_broot; in xfs_iroot_realloc() local
455 new_broot = kmalloc(new_size, GFP_KERNEL | __GFP_NOFAIL); in xfs_iroot_realloc()
459 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
462 new_broot = NULL; in xfs_iroot_realloc()
473 np = (char *)xfs_bmbt_key_addr(mp, new_broot, 1); in xfs_iroot_realloc()
481 np = (char *)xfs_bmap_broot_ptr_addr(mp, new_broot, 1, in xfs_iroot_realloc()
486 ifp->if_broot = new_broot; in xfs_iroot_realloc()