Searched refs:rtstart (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c1029 xfs_rtxnum_t rtstart; local
1044 rtstart = low_rec->ar_startext;
1045 while (rtstart <= high_key) {
1047 error = xfs_rtcheck_range(&args, rtstart, 1, 1, &rtend,
1053 error = xfs_rtfind_forw(&args, rtstart, high_key, &rtend);
1058 rec.ar_startext = rtstart;
1059 rec.ar_extcount = rtend - rtstart + 1;
1066 rtstart = rtend + 1;

Completed in 91 milliseconds