Lines Matching defs:count
430 int count;
434 count = le16_to_cpu(logr->lcns_to_follow);
435 if (!count) {
439 buffer = (char*)malloc(clustersz*count);
443 for (i=0; (i<count) && !fail; i++) {
499 int count;
503 count = le16_to_cpu(logr->lcns_to_follow);
504 if (!count)
507 for (i=0; (i<count) && !err; i++) {
526 for (i=0; (i<count) && !err; i++) {
553 int count;
557 count = le16_to_cpu(logr->lcns_to_follow);
558 if (!count)
561 for (i=0; (i<count) && !err; i++) {
973 u32 count;
979 count = le16_to_cpu(action->record.lcns_to_follow);
990 if ((target + length) <= (count << clusterbits)) {
2290 u32 count;
2299 count = le32_to_cpu(data->count);
2306 // firstbit + count < 8*clustersz (multiple clusters possible ?)
2309 printf("-> lcn 0x%llx firstbit %d count %d wanted %d\n",
2310 (long long)lcn,(int)firstbit,(int)count,(int)wanted);
2312 for (i=0; i<count; i++)
2693 u32 count;
2714 count = le16_to_cpu(action->record.lcns_to_follow);
2724 if ((target + length) <= (count << clusterbits)) {
3371 u32 count;
3380 count = le32_to_cpu(data->count);
3387 // firstbit + count < 8*clustersz (multiple clusters possible ?)
3390 printf("-> lcn 0x%llx firstbit %d count %d wanted %d\n",
3391 (long long)lcn,(int)firstbit,(int)count,(int)wanted);
3393 for (i=0; i<count; i++)
3825 u32 count;
3837 count = le16_to_cpu(action->record.lcns_to_follow);
3848 if ((target + length) <= (count << clusterbits)) {