Lines Matching refs:r
409 xfs_rtblock_t r; /* result block */ in xfs_rtallocate_extent_near() local
422 rbpp, rsb, prod, &r); in xfs_rtallocate_extent_near()
429 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
430 *rtblock = r; in xfs_rtallocate_extent_near()
465 rsb, prod, &r); in xfs_rtallocate_extent_near()
472 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
473 *rtblock = r; in xfs_rtallocate_extent_near()
510 len, &n, rbpp, rsb, prod, &r); in xfs_rtallocate_extent_near()
517 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
518 *rtblock = r; in xfs_rtallocate_extent_near()
532 rsb, prod, &r); in xfs_rtallocate_extent_near()
539 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
540 *rtblock = r; in xfs_rtallocate_extent_near()
600 xfs_rtblock_t r; /* result block number */ in xfs_rtallocate_extent_size() local
635 maxlen, len, &n, rbpp, rsb, prod, &r); in xfs_rtallocate_extent_size()
642 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
643 *rtblock = r; in xfs_rtallocate_extent_size()
698 len, &n, rbpp, rsb, prod, &r); in xfs_rtallocate_extent_size()
705 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
706 *rtblock = r; in xfs_rtallocate_extent_size()
2064 xfs_rtblock_t r; /* result allocated block */ in xfs_rtallocate_extent() local
2094 &sumbp, &sb, prod, &r); in xfs_rtallocate_extent()
2098 len, &sumbp, &sb, prod, &r); in xfs_rtallocate_extent()
2102 len, &sumbp, &sb, prod, &r); in xfs_rtallocate_extent()
2114 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent()
2123 *rtblock = r; in xfs_rtallocate_extent()