Searched refs:NULLRTBLOCK (Results 1 – 2 of 2) sorted by relevance
332 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()388 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()400 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()461 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()504 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()549 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()571 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()607 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()674 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()692 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()[all …]
55 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro