Lines Matching defs:total
811 long long bytes_written, total;
816 total = 0LL;
829 total += bytes_written;
835 return total;
898 s64 bytes_written, total, length, delta;
905 total = 0LL;
911 total += length;
922 if (total + length > val_len) {
924 length = val_len - total;
936 total, length);
940 total, length);
944 val + total, length);
956 total += bytes_written;
966 return total;
981 return total;