Lines Matching refs:r
436 xfs_rtblock_t r; /* result block */ in xfs_rtallocate_extent_near() local
449 rbpp, rsb, prod, &r); in xfs_rtallocate_extent_near()
456 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
457 *rtblock = r; in xfs_rtallocate_extent_near()
492 rsb, prod, &r); in xfs_rtallocate_extent_near()
499 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
500 *rtblock = r; in xfs_rtallocate_extent_near()
537 len, &n, rbpp, rsb, prod, &r); in xfs_rtallocate_extent_near()
544 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
545 *rtblock = r; in xfs_rtallocate_extent_near()
559 rsb, prod, &r); in xfs_rtallocate_extent_near()
566 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
567 *rtblock = r; in xfs_rtallocate_extent_near()
627 xfs_rtblock_t r; /* result block number */ in xfs_rtallocate_extent_size() local
662 maxlen, len, &n, rbpp, rsb, prod, &r); in xfs_rtallocate_extent_size()
669 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
670 *rtblock = r; in xfs_rtallocate_extent_size()
725 len, &n, rbpp, rsb, prod, &r); in xfs_rtallocate_extent_size()
732 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
733 *rtblock = r; in xfs_rtallocate_extent_size()
1123 xfs_rtblock_t r; /* result allocated block */ in xfs_rtallocate_extent() local
1150 &sumbp, &sb, prod, &r); in xfs_rtallocate_extent()
1153 len, &sumbp, &sb, prod, &r); in xfs_rtallocate_extent()
1162 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent()
1175 *rtblock = r; in xfs_rtallocate_extent()