Lines Matching defs:array
236 * Linear search. Checks each element of array[] to see if it
242 * you can search multiple arrays that are logicaly one array,
255 const befs_block_run *array = data->direct;
261 sum += array[i].len, i++) {
262 if (blockno >= sum && blockno < sum + (array[i].len)) {
265 run->allocation_group = array[i].allocation_group;
266 run->start = array[i].start + offset;
267 run->len = array[i].len - offset;
315 befs_disk_block_run *array;
337 array = (befs_disk_block_run *) indirblock->b_data;
340 int len = fs16_to_cpu(sb, array[j].len);
345 fs32_to_cpu(sb, array[j].allocation_group);
347 fs16_to_cpu(sb, array[j].start) + offset;
349 fs16_to_cpu(sb, array[j].len) - offset;