Searched refs:bsize (Results 76 - 100 of 234) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-vbi.c92 if (0 != buf->vb.baddr && buf->vb.bsize < buf->vb.size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-vbi.c98 if (0 != buf->vb.baddr && buf->vb.bsize < buf->vb.size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Drs6000.h37 unsigned char bsize[4]; /* uninitialized data " " */ member in struct:__anon9908
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoff.h127 char bsize[4]; /* uninitialized data " " */ member in struct:__anon17273
H A Dnfs_page.h82 size_t bsize,
H A Dnfs_fs_sb.h116 unsigned int bsize; /* server block size */ member in struct:nfs_server
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Damigaffs.c346 int bsize; local
349 for (bsize = sb->s_blocksize / sizeof(__be32); bsize > 0; bsize--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dnbio.c253 int bsize, total, avail; local
255 cli_dskattr(c, &bsize, &total, &avail);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dbind.c161 cache->bsize = stats.f_bsize;
167 cache->bsize, cache->bshift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_bmap.c71 unsigned long bsize = sb->s_blocksize; local
85 if ((bn / (indsize * indsize * bsize / 4)) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsctl.c1171 int bsize; local
1172 int rv = get_int(&mesg, &bsize);
1175 /* force bsize into allowed range and
1178 if (bsize < 1024)
1179 bsize = 1024;
1180 if (bsize > NFSSVC_MAXBLKSIZE)
1181 bsize = NFSSVC_MAXBLKSIZE;
1182 bsize &= ~(1024-1);
1188 nfsd_max_blksize = bsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd_debug.c202 int bsize = fill(debug_buffer, DEBUG_BUFMAX); local
203 return simple_read_from_buffer(buf, count, ppos, debug_buffer, bsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-dma-sg.c479 vb->baddr, vb->bsize);
490 vb->baddr, vb->bsize);
560 size = PAGE_ALIGN(q->bufs[first]->bsize);
585 size += PAGE_ALIGN(q->bufs[last]->bsize);
609 size += PAGE_ALIGN(q->bufs[i]->bsize);
H A Dmx2_camera.c386 vb, vb->baddr, vb->bsize);
459 vb, vb->baddr, vb->bsize);
483 vb, vb->baddr, vb->bsize);
493 memset((void *)vb->baddr, 0xaa, vb->bsize);
508 if (vb->baddr && vb->bsize < vb->size) {
540 vb, vb->baddr, vb->bsize);
619 vb, vb->baddr, vb->bsize);
1041 vb, vb->baddr, vb->bsize);
1178 vb->baddr, vb->bsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaenc.c164 int v, bsize, ch, coef_nb_bits, parse_exponents; local
181 bsize = s->frame_len_bits - s->block_len_bits;
184 v = s->coefs_end[bsize] - s->coefs_start;
253 n = s->exponent_high_sizes[bsize];
257 nb_coefs[ch] -= s->exponent_high_bands[bsize][i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c1114 u_int32_t bsize, nrec; local
1119 bsize = lp->buffer_size;
1141 if (lp->b_off == 0 && len >= bsize) {
1142 nrec = len / bsize;
1143 if ((ret = __log_write(dblp, addr, nrec * bsize)) != 0)
1145 addr = (u_int8_t *)addr + nrec * bsize;
1146 len -= nrec * bsize;
1152 remain = bsize - lp->b_off;
1160 if (lp->b_off == bsize) {
1161 if ((ret = __log_write(dblp, dblp->bufp, bsize)) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dproc.c118 info->rtmult = fsinfo.bsize;
121 info->wtmult = fsinfo.bsize;
565 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize;
566 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize;
567 stat->abytes = (u64)fsinfo.bavail * fsinfo.bsize;
595 info->rtmult = fsinfo.bsize;
598 info->wtmult = fsinfo.bsize;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dflashutl.c480 b = addr / flashutl_desc->bsize;
484 return (b * flashutl_desc->bsize);
490 sb = flashutl_desc->bsize * (flashutl_desc->lf + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dat76c50x-usb.c375 int bsize = 0; local
429 bsize = min_t(int, size, FW_BLOCK_SIZE);
430 memcpy(block, buf, bsize);
432 "bsize = %4d, blockno = %2d", size, bsize,
435 at76_load_int_fw_block(udev, blockno, block, bsize);
436 buf += bsize;
437 size -= bsize;
440 if (ret != bsize)
1278 int bsize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dsnoop.c792 int bsize, psize; local
805 bsize = psize = -1;
814 SND_PCM_HW_PARAM_BUFFER_SIZE, 0, &bsize,
827 params.buffer_size = bsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dcommit.c196 blhdr->binfo[i].bsize = cpu_to_be32(blhdr->binfo[i].bsize);
606 blhdr->binfo[bufs].bsize = hfsplus_jh2bh(jh)->b_size;
608 blhdr->bytes_used += blhdr->binfo[bufs].bsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_incore.h166 short bsize; /* logical block size */ member in struct:jfs_sb_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dsuper.c308 int bsize = 1 << n_bits; local
309 int bsize_4 = bsize >> 2;
317 sbi->s_inodes_per_block = bsize >> 6;
318 sbi->s_inodes_per_block_1 = (bsize >> 6)-1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h126 qsize_t bsize; member in struct:dqblk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A Delf2ecoff.c235 a->bsize = swab32(a->bsize);
418 eah.bsize = bss.len;
461 esecs[2].s_size = eah.bsize;

Completed in 512 milliseconds

12345678910