Lines Matching defs:start
1285 int offset, start, found, status = 0;
1292 found = start = best_offset = best_size = 0;
1295 while((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) != -1) {
1303 start = offset + 1;
1304 } else if (offset == start) {
1307 /* move start to the next bit to test */
1308 start++;
1312 start = offset + 1;
1316 best_offset = start - found;
2270 /* given the block number of a cluster start, calculate which cluster