Searched refs:NULLRTBLOCK (Results 1 – 2 of 2) sorted by relevance
333 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()389 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()401 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()462 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()505 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()550 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()572 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()608 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()675 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()693 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()[all …]
55 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro