Searched refs:NULLRTBLOCK (Results 1 – 2 of 2) sorted by relevance
325 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()381 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()393 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()454 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()497 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()542 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()564 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()600 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()667 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()685 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()[all …]
49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro