Lines Matching defs:total
319 int f, to_read, total, attempts, br;
353 total = attempts = 0;
355 br = read(f, *pfx + total, to_read);
363 total += br;
1370 s64 bytes_read, written, offset, total;
1383 total = attr->data_size;
1394 while (total > 0) {
1407 (long long)total);
1410 if (bytes_read > total)
1411 bytes_read = total;
1418 total -= bytes_read;
1439 s64 bytes_read, written, offset, total;
1453 total = 0;
1506 (long long)total);
1515 total += bytes_read;
1518 ntfs_attr_truncate(attr, total);