Searched refs:xfs_broot_realloc (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtrefcount_btree.c | 328 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 D | xfs_bmap_btree.c | 558 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 D | xfs_rtrmap_btree.c | 429 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 D | xfs_inode_fork.h | 175 struct xfs_btree_block *xfs_broot_realloc(struct xfs_ifork *ifp,
|
H A D | xfs_inode_fork.c | 397 xfs_broot_realloc( in xfs_broot_realloc() function
|