Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_alloc.c40 #define XFS_ABSDIFF(a,b) (((a) <= (b)) ? ((b) - (a)) : ((a) - (b))) macro
209 XFS_ABSDIFF(newbno1, wantbno) > in xfs_alloc_compute_diff()
210 XFS_ABSDIFF(newbno2, wantbno))) in xfs_alloc_compute_diff()
226 return newbno1 == NULLAGBLOCK ? 0 : XFS_ABSDIFF(newbno1, wantbno); in xfs_alloc_compute_diff()