Searched refs:xfs_rtallocate_extent (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.h | 40 xfs_rtallocate_extent( 139 # define xfs_rtallocate_extent(t,b,min,max,l,f,p,rb) (ENOSYS) macro
|
H A D | xfs_rtalloc.c | 1140 xfs_rtallocate_extent( in xfs_rtallocate_extent() function
|
H A D | xfs_bmap_util.c | 142 * Realtime allocation, done through xfs_rtallocate_extent. in xfs_bmap_rtalloc() 147 error = xfs_rtallocate_extent(ap->tp, ap->blkno, 1, ap->length, in xfs_bmap_rtalloc()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_rtalloc.h | 41 xfs_rtallocate_extent( 144 # define xfs_rtallocate_extent(t,b,min,max,l,f,p,rb) (-ENOSYS) macro
|
H A D | xfs_bmap_util.c | 160 * Realtime allocation, done through xfs_rtallocate_extent. in xfs_bmap_rtalloc() 169 error = xfs_rtallocate_extent(ap->tp, ap->blkno, raminlen, ap->length, in xfs_bmap_rtalloc()
|
H A D | xfs_rtalloc.c | 1196 xfs_rtallocate_extent( in xfs_rtallocate_extent() function
|
Completed in 8 milliseconds