Searched refs:NULLRTBLOCK (Results 1 – 2 of 2) sorted by relevance
330 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()386 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()398 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()452 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()467 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()510 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()555 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()577 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()613 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()680 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()[all …]
48 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro