tot_written       522 drivers/hv/vmbus_drv.c 	int buf_size = PAGE_SIZE, n_written, tot_written;
tot_written       528 drivers/hv/vmbus_drv.c 	tot_written = snprintf(buf, buf_size, "%u:%u\n",
tot_written       534 drivers/hv/vmbus_drv.c 		if (tot_written >= buf_size - 1)
tot_written       538 drivers/hv/vmbus_drv.c 		n_written = scnprintf(buf + tot_written,
tot_written       539 drivers/hv/vmbus_drv.c 				     buf_size - tot_written,
tot_written       543 drivers/hv/vmbus_drv.c 		tot_written += n_written;
tot_written       548 drivers/hv/vmbus_drv.c 	return tot_written;
tot_written       366 drivers/media/pci/cx18/cx18-fileops.c 	size_t tot_written = 0;
tot_written       389 drivers/media/pci/cx18/cx18-fileops.c 		rc = cx18_copy_buf_to_user(s, mdl->curr_buf, ubuf + tot_written,
tot_written       390 drivers/media/pci/cx18/cx18-fileops.c 					   ucount - tot_written, &stop);
tot_written       394 drivers/media/pci/cx18/cx18-fileops.c 		tot_written += rc;
tot_written       397 drivers/media/pci/cx18/cx18-fileops.c 		    tot_written >= ucount ||	/* Reader request satisfied */
tot_written       402 drivers/media/pci/cx18/cx18-fileops.c 	return tot_written;
tot_written       409 drivers/media/pci/cx18/cx18-fileops.c 	size_t tot_written = 0;
tot_written       433 drivers/media/pci/cx18/cx18-fileops.c 			if (tot_written)
tot_written       445 drivers/media/pci/cx18/cx18-fileops.c 		rc = cx18_copy_mdl_to_user(s, mdl, ubuf + tot_written,
tot_written       446 drivers/media/pci/cx18/cx18-fileops.c 				tot_count - tot_written);
tot_written       462 drivers/media/pci/cx18/cx18-fileops.c 		tot_written += rc;
tot_written       464 drivers/media/pci/cx18/cx18-fileops.c 		if (tot_written == tot_count || single_frame)
tot_written       467 drivers/media/pci/cx18/cx18-fileops.c 	return tot_written;
tot_written       349 drivers/media/pci/ivtv/ivtv-fileops.c 	size_t tot_written = 0;
tot_written       372 drivers/media/pci/ivtv/ivtv-fileops.c 			if (tot_written)
tot_written       383 drivers/media/pci/ivtv/ivtv-fileops.c 		rc = ivtv_copy_buf_to_user(s, buf, ubuf + tot_written, tot_count - tot_written);
tot_written       395 drivers/media/pci/ivtv/ivtv-fileops.c 		tot_written += rc;
tot_written       397 drivers/media/pci/ivtv/ivtv-fileops.c 		if (tot_written == tot_count || single_frame)
tot_written       400 drivers/media/pci/ivtv/ivtv-fileops.c 	return tot_written;
tot_written       228 fs/ubifs/tnc_commit.c 	int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written;
tot_written       230 fs/ubifs/tnc_commit.c 	tot_written = 0;
tot_written       282 fs/ubifs/tnc_commit.c 			tot_written += written;
tot_written       293 fs/ubifs/tnc_commit.c 	tot_written += written;
tot_written       294 fs/ubifs/tnc_commit.c 	if (tot_written == 0) {
tot_written       297 fs/ubifs/tnc_commit.c 		dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written);
tot_written       321 fs/ubifs/tnc_commit.c 	dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written);
tot_written       322 fs/ubifs/tnc_commit.c 	return tot_written;