Searched refs:total_written (Results 1 – 5 of 5) sorted by relevance
400 ssize_t total_written = 0; in usb_device_dump() local487 total_written += length; in usb_device_dump()503 return total_written; in usb_device_dump()504 total_written += ret; in usb_device_dump()506 return total_written; in usb_device_dump()513 ssize_t ret, total_written = 0; in usb_device_read() local536 total_written += ret; in usb_device_read()539 return total_written; in usb_device_read()
733 int total_written; in __i2c_debugfs_write() local750 if (total_written < 0) { in __i2c_debugfs_write()751 ret = total_written; in __i2c_debugfs_write()755 *ppos += total_written; in __i2c_debugfs_write()757 ret = total_written; in __i2c_debugfs_write()845 int total_written; in __qsfp_debugfs_write() local856 total_written = qsfp_write(ppd, target, *ppos, buff, count); in __qsfp_debugfs_write()857 if (total_written < 0) { in __qsfp_debugfs_write()858 ret = total_written; in __qsfp_debugfs_write()862 *ppos += total_written; in __qsfp_debugfs_write()[all …]
1938 ssize_t total_written; in vsock_connectible_sendmsg() local1946 total_written = 0; in vsock_connectible_sendmsg()1995 while (total_written < len) { in vsock_connectible_sendmsg()2057 msg, len - total_written); in vsock_connectible_sendmsg()2060 msg, len - total_written); in vsock_connectible_sendmsg()2068 total_written += written; in vsock_connectible_sendmsg()2078 if (total_written > 0) { in vsock_connectible_sendmsg()2083 if (sk->sk_type == SOCK_STREAM || total_written == len) in vsock_connectible_sendmsg()2084 err = total_written; in vsock_connectible_sendmsg()
910 ssize_t total_written = 0; in iomap_write_iter() local1006 total_written += written; in iomap_write_iter()1011 return total_written ? 0 : status; in iomap_write_iter()
7616 unsigned long total_written; in test_ringbuffer() local7629 total_written = data->bytes_written + data->bytes_written_nested; in test_ringbuffer()7640 pr_info(" written bytes: %ld\n", total_written); in test_ringbuffer()7679 total_size != total_written)) in test_ringbuffer()