Searched refs:NULLRTBLOCK (Results 1 – 2 of 2) sorted by relevance
327 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()383 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()395 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()456 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()499 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()544 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()566 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()602 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()669 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()687 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()[all …]
49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro