Searched refs:tot_written (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-fileops.c398 size_t tot_written = 0; local
421 rc = cx18_copy_buf_to_user(s, mdl->curr_buf, ubuf + tot_written,
422 ucount - tot_written, &stop);
426 tot_written += rc;
429 tot_written >= ucount || /* Reader request statisfied */
434 return tot_written;
441 size_t tot_written = 0; local
465 if (tot_written)
477 rc = cx18_copy_mdl_to_user(s, mdl, ubuf + tot_written,
478 tot_count - tot_written);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dtnc_commit.c230 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; local
232 tot_written = 0;
284 tot_written += written;
295 tot_written += written;
296 if (tot_written == 0) {
299 dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written);
324 dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written);
325 return tot_written;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-fileops.c357 size_t tot_written = 0; local
380 if (tot_written)
391 rc = ivtv_copy_buf_to_user(s, buf, ubuf + tot_written, tot_count - tot_written);
403 tot_written += rc;
405 if (tot_written == tot_count || single_frame)
408 return tot_written;

Completed in 171 milliseconds