Searched refs:bcount (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dblock.c26 e2_blkcnt_t bcount,
30 e2_blkcnt_t bcount; member in struct:block_context
54 ctx->bcount += limit;
73 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
74 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
85 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
88 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
128 ctx->bcount += limit*limit;
161 ctx->bcount += limit;
204 ctx->bcount
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dnwbutton.c33 static int bcount; /* The number of bytes in the buffer */ variable
121 bcount = sprintf (button_output_buffer, "%d\n", button_press_count);
156 return (copy_to_user (buffer, &button_output_buffer, bcount))
157 ? -EFAULT : bcount;
H A Dser_a2232.c703 int bcount; local
739 to = (u_char *)mem; from = a2232_65EC02code; bcount = sizeof(a2232_65EC02code) - 2;
743 while(bcount--) *to++ = *from++;
753 for (bcount = 0; bcount < 2000; bcount++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c157 static void idescsi_discard_data (ide_drive_t *drive, unsigned int bcount) argument
159 while (bcount--)
163 static void idescsi_output_zeros (ide_drive_t *drive, unsigned int bcount) argument
165 while (bcount--)
172 static void idescsi_input_buffers (ide_drive_t *drive, idescsi_pc_t *pc, unsigned int bcount) argument
177 while (bcount) {
180 idescsi_discard_data (drive, bcount);
183 count = min(pc->sg->length - pc->b_count, bcount);
199 bcount -= count; pc->b_count += count;
207 static void idescsi_output_buffers (ide_drive_t *drive, idescsi_pc_t *pc, unsigned int bcount) argument
485 atapi_bcount_t bcount; local
667 atapi_bcount_t bcount; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c459 static void idefloppy_discard_data (ide_drive_t *drive, unsigned int bcount) argument
461 while (bcount--)
466 static void idefloppy_write_zeros (ide_drive_t *drive, unsigned int bcount) argument
468 while (bcount--)
508 static void idefloppy_input_buffers (ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) argument
519 if (!bcount)
522 count = min(bvec->bv_len, bcount);
528 bcount -= count;
536 if (bcount) {
537 printk(KERN_ERR "%s: leftover data in idefloppy_input_buffers, bcount
542 idefloppy_output_buffers(ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) argument
720 atapi_bcount_t bcount; local
952 atapi_bcount_t bcount; local
[all...]
H A Dide-dma.c269 u32 xcount, bcount = 0x10000 - (cur_addr & 0xffff); local
271 if (bcount > cur_len)
272 bcount = cur_len;
274 xcount = bcount & 0xffff;
292 cur_addr += bcount;
293 cur_len -= bcount;
H A Dide-tape.c990 static void idetape_discard_data (ide_drive_t *drive, unsigned int bcount) argument
992 while (bcount--)
996 static void idetape_input_buffers (ide_drive_t *drive, idetape_pc_t *pc, unsigned int bcount) argument
1001 while (bcount) {
1006 idetape_discard_data(drive, bcount);
1010 count = min((unsigned int)(bh->b_size - atomic_read(&bh->b_count)), bcount);
1012 bcount -= count;
1023 static void idetape_output_buffers (ide_drive_t *drive, idetape_pc_t *pc, unsigned int bcount) argument
1028 while (bcount) {
1036 count = min((unsigned int)pc->b_count, (unsigned int)bcount);
1055 unsigned int bcount = pc->actually_transferred; local
1541 atapi_bcount_t bcount; local
1802 atapi_bcount_t bcount; local
3171 idetape_pad_zeros(ide_drive_t *drive, int bcount) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dqos.c65 char *bcount; local
133 &port, &ipp2p, &layer7, &bcount, &class_prio, &p);
135 class_prio = bcount;
136 bcount = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtcrypt.c414 int bcount; local
419 for (start = jiffies, end = start + sec * HZ, bcount = 0;
420 time_before(jiffies, end); bcount++) {
431 bcount, sec, (long)bcount * blen);
570 int bcount; local
573 for (start = jiffies, end = start + sec * HZ, bcount = 0;
574 time_before(jiffies, end); bcount++) {
582 bcount / sec, ((long)bcount * ble
592 int bcount, pcount; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsgiioc4.c510 u32 bcount = local
513 if (bcount > cur_len)
514 bcount = cur_len;
525 *table = cpu_to_be32(bcount);
528 cur_addr += bcount;
529 cur_len -= bcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dvideo-buf.h274 unsigned int bcount, unsigned int bsize,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dpas2_pcm.c363 static int pas_audio_prepare_for_input(int dev, int bsize, int bcount) argument
369 static int pas_audio_prepare_for_output(int dev, int bsize, int bcount) argument
H A Dvidc.c321 static int vidc_audio_prepare_for_input(int dev, int bsize, int bcount) argument
336 * with a total of `bcount' buffers.
338 static int vidc_audio_prepare_for_output(int dev, int bsize, int bcount) argument
H A Dsb_audio.c256 static int sb1_audio_prepare_for_input(int dev, int bsize, int bcount) argument
271 static int sb1_audio_prepare_for_output(int dev, int bsize, int bcount) argument
468 static int sbpro_audio_prepare_for_input(int dev, int bsize, int bcount) argument
496 static int sbpro_audio_prepare_for_output(int dev, int bsize, int bcount) argument
632 static int sb16_audio_prepare_for_input(int dev, int bsize, int bcount) argument
658 static int sb16_audio_prepare_for_output(int dev, int bsize, int bcount) argument
H A Dsb_ess.c438 static int ess_audio_prepare_for_input(int dev, int bsize, int bcount) argument
459 static int ess_audio_prepare_for_output_audio1 (int dev, int bsize, int bcount) argument
480 static int ess_audio_prepare_for_output_audio2 (int dev, int bsize, int bcount) argument
518 static int ess_audio_prepare_for_output(int dev, int bsize, int bcount) argument
528 return ess_audio_prepare_for_output_audio2 (dev, bsize, bcount);
530 return ess_audio_prepare_for_output_audio1 (dev, bsize, bcount);
H A Dad1816.c194 static int ad1816_prepare_for_input (int dev, int bsize, int bcount) argument
201 DEBUGNOISE(printk(KERN_DEBUG "ad1816: prepare_for_input called: bsize=%d bcount=%d\n",bsize,bcount));
226 static int ad1816_prepare_for_output (int dev, int bsize, int bcount) argument
233 DEBUGNOISE(printk(KERN_DEBUG "ad1816: prepare_for_output called: bsize=%d bcount=%d\n",bsize,bcount));
H A Dad1848.c192 static int ad1848_prepare_for_output(int dev, int bsize, int bcount);
193 static int ad1848_prepare_for_input(int dev, int bsize, int bcount);
1126 static int ad1848_prepare_for_output(int dev, int bsize, int bcount) argument
1194 static int ad1848_prepare_for_input(int dev, int bsize, int bcount) argument
H A Dnm256_audio.c1544 nm256_audio_prepare_for_input(int dev, int bsize, int bcount) argument
1562 * with a total of `bcount' buffers.
1571 nm256_audio_prepare_for_output(int dev, int bsize, int bcount) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_itable.c764 int bcount; local
782 bcount = MIN(left, (int)(NBPP / sizeof(*buffer)));
783 buffer = kmem_alloc(bcount * sizeof(*buffer), KM_SLEEP);
837 if (bufidx == bcount) {
873 kmem_free(buffer, bcount * sizeof(*buffer));
H A Dxfs_log_recover.c365 int bcount; local
367 bcount = min(bufblks, (start_blk + nbblks - i));
369 if ((error = xlog_bread(log, i, bcount, bp)))
372 buf = xlog_align(log, i, bcount, bp);
373 for (j = 0; j < bcount; j++) {
1142 int bcount, endcount; local
1144 bcount = min(bufblks, end_block - start_block);
1145 endcount = bcount - j;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c256 unsigned bcount; member in struct:stats
294 unsigned bcount = 0; local
310 bcount += stats.bcount;
313 if (bcount)
315 names, space/bcount,(space/bcount)*100/blocksize);
316 return (struct stats) { names, space, bcount};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c256 unsigned bcount; member in struct:stats
294 unsigned bcount = 0; local
310 bcount += stats.bcount;
313 if (bcount)
315 names, space/bcount,(space/bcount)*100/blocksize);
316 return (struct stats) { names, space, bcount};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvideo-buf.c1250 unsigned int bcount, unsigned int bsize,
1260 for (i = 0; i < bcount; i++) {
1277 bcount,bsize);
1249 videobuf_mmap_setup(struct videobuf_queue *q, unsigned int bcount, unsigned int bsize, enum v4l2_memory memory) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dinode.c2084 loff_t lbcount = 0, bcount = (loff_t)block << inode->i_sb->s_blocksize_bits; local
2102 *offset = (bcount - lbcount) >> inode->i_sb->s_blocksize_bits;
2107 } while (lbcount <= bcount);
2109 *offset = (bcount + *elen - lbcount) >> inode->i_sb->s_blocksize_bits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.c466 int bcount; local
800 if ((bcount = ns_stat_lfbqc_get(readl(card->membase + STAT))) < card->lbnr.min)
803 i, j, bcount);
831 if ((bcount = ns_stat_sfbqc_get(readl(card->membase + STAT))) < card->sbnr.min)
834 i, j, bcount);

Completed in 160 milliseconds

12