Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_rtalloc.h37 xfs_rtallocate_extent(
127 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS) macro
Dxfs_bmap_util.c237 if ((error = xfs_rtallocate_extent(ap->tp, ap->blkno, 1, ap->length, in xfs_bmap_rtalloc()
241 (error = xfs_rtallocate_extent(ap->tp, ap->blkno, 1, in xfs_bmap_rtalloc()
Dxfs_rtalloc.c1093 xfs_rtallocate_extent( in xfs_rtallocate_extent() function