Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_alloc.c39 #define XFS_ABSDIFF(a,b) (((a) <= (b)) ? ((b) - (a)) : ((a) - (b))) macro
212 XFS_ABSDIFF(newbno1, wantbno) > in xfs_alloc_compute_diff()
213 XFS_ABSDIFF(newbno2, wantbno))) in xfs_alloc_compute_diff()
229 return newbno1 == NULLAGBLOCK ? 0 : XFS_ABSDIFF(newbno1, wantbno); in xfs_alloc_compute_diff()