Searched refs:NULLRTBLOCK (Results 1 – 3 of 3) sorted by relevance
348 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()405 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()417 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()473 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()488 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()531 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()576 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()598 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()634 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()702 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()[all …]
174 if (rtb != NULLRTBLOCK) { in xfs_bmap_rtalloc()
49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro