Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.c328 return xfs_broot_realloc(ifp, new_size); in xfs_rtrefcountbt_broot_realloc()
336 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrefcountbt_broot_realloc()
349 return xfs_broot_realloc(ifp, 0); in xfs_rtrefcountbt_broot_realloc()
359 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrefcountbt_broot_realloc()
750 broot = xfs_broot_realloc(ifp, in xfs_rtrefcountbt_create()
H A Dxfs_bmap_btree.c558 return xfs_broot_realloc(ifp, 0); in xfs_bmap_broot_realloc()
574 return xfs_broot_realloc(ifp, new_size); in xfs_bmap_broot_realloc()
583 broot = xfs_broot_realloc(ifp, new_size); in xfs_bmap_broot_realloc()
602 broot = xfs_broot_realloc(ifp, new_size); in xfs_bmap_broot_realloc()
H A Dxfs_rtrmap_btree.c429 return xfs_broot_realloc(ifp, new_size); in xfs_rtrmapbt_broot_realloc()
437 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrmapbt_broot_realloc()
450 return xfs_broot_realloc(ifp, 0); in xfs_rtrmapbt_broot_realloc()
460 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrmapbt_broot_realloc()
981 broot = xfs_broot_realloc(ifp, xfs_rtrmap_broot_space_calc(mp, 0, 0)); in xfs_rtrmapbt_create()
H A Dxfs_inode_fork.h175 struct xfs_btree_block *xfs_broot_realloc(struct xfs_ifork *ifp,
H A Dxfs_inode_fork.c397 xfs_broot_realloc( in xfs_broot_realloc() function