Lines Matching defs:total
475 * total number of file nodes if we run out and we can keep doing this until
1565 s64 total = 0;
1618 s64 ret = ntfs_attr_pread(na, offset, size, buf + total);
1629 total += ret;
1632 res = total;
1655 int stream_name_len, res, total = 0;
1691 s64 ret = ntfs_attr_pwrite(na, offset, size, buf + total);
1698 total += ret;
1700 res = total;
3454 size_t total;
3647 total = 0;
3651 part = ntfs_attr_pwrite(na, position + total,
3652 size - total, &value[total]);
3654 total += part;
3655 } while ((part > 0) && (total < size));
3657 if ((total != size) || ntfs_attr_pclose(na))