Searched refs:NULLRTBLOCK (Results 1 – 2 of 2) sorted by relevance
335 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()391 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()403 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()457 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()472 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()515 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()560 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()582 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()618 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()685 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()[all …]
55 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro