Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.h188 xfs_alloc_vextent(
Dxfs_bmap_btree.c449 error = xfs_alloc_vextent(&args); in xfs_bmbt_alloc_block()
461 error = xfs_alloc_vextent(&args); in xfs_bmbt_alloc_block()
Dxfs_ialloc.c681 if ((error = xfs_alloc_vextent(&args))) in xfs_ialloc_ag_alloc()
729 if ((error = xfs_alloc_vextent(&args))) in xfs_ialloc_ag_alloc()
742 if ((error = xfs_alloc_vextent(&args))) in xfs_ialloc_ag_alloc()
778 error = xfs_alloc_vextent(&args); in xfs_ialloc_ag_alloc()
Dxfs_refcount_btree.c95 error = xfs_alloc_vextent(&args); in xfs_refcountbt_alloc_block()
Dxfs_ialloc_btree.c109 error = xfs_alloc_vextent(&args); in __xfs_inobt_alloc_block()
Dxfs_bmap.c762 if ((error = xfs_alloc_vextent(&args))) { in xfs_bmap_extents_to_btree()
908 error = xfs_alloc_vextent(&args); in xfs_bmap_local_to_extents()
3729 error = xfs_alloc_vextent(&args); in xfs_bmap_btalloc()
3744 if ((error = xfs_alloc_vextent(&args))) in xfs_bmap_btalloc()
3755 if ((error = xfs_alloc_vextent(&args))) in xfs_bmap_btalloc()
3763 if ((error = xfs_alloc_vextent(&args))) in xfs_bmap_btalloc()
3770 if ((error = xfs_alloc_vextent(&args))) in xfs_bmap_btalloc()
Dxfs_alloc.c2709 xfs_alloc_vextent( in xfs_alloc_vextent() function