Searched refs:blksize (Results 1 - 25 of 72) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Damiga.c34 int blksize = 1; /* Multiplier for disk block size */ local
70 /* blksize is blocks per 512 byte standard block */
71 blksize = be32_to_cpu( rdb->rdb_BlockBytes ) / 512;
73 printk(" RDSK (%d)", blksize * 512); /* Be more informative */
77 blk *= blksize; /* Read in terms partition table understands */
99 blksize;
105 blksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_neigh.h15 unsigned long blksize; member in struct:dn_neigh
H A Ddn_dev.h131 __le16 blksize; member in struct:endnode_hello_message
147 __le16 blksize; member in struct:rtnode_hello_message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printer-accounting/
H A Dhp5-redir19 $atime,$mtime,$ctime,$blksize,$blocks)
H A Dlp-acct19 $atime,$mtime,$ctime,$blksize,$blocks)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-oss.c62 static int dsp_buffer_conf(struct saa7134_dev *dev, int blksize, int blocks) argument
64 if (blksize < 0x100)
65 blksize = 0x100;
66 if (blksize > 0x10000)
67 blksize = 0x10000;
71 if ((blksize * blocks) > 1024*1024)
72 blocks = 1024*1024 / blksize;
75 dev->dmasound.blksize = blksize;
76 dev->dmasound.bufsize = blksize * block
[all...]
H A Dsaa7134-alsa.c170 if (dev->dmasound.read_count >= dev->dmasound.blksize * (dev->dmasound.blocks-2)) {
180 saa_writel(reg,next_blk * dev->dmasound.blksize);
184 next_blk * dev->dmasound.blksize, dev->dmasound.blocks, dev->dmasound.blksize, dev->dmasound.read_count);
188 dev->dmasound.read_count += dev->dmasound.blksize;
307 BUG_ON(!dev->dmasound.blksize);
312 dev->dmasound.blksize = 0;
369 saa_writeb(SAA7134_NUM_SAMPLES0, ((dev->dmasound.blksize - 1) & 0x0000ff));
370 saa_writeb(SAA7134_NUM_SAMPLES1, ((dev->dmasound.blksize - 1) & 0x00ff00) >> 8);
371 saa_writeb(SAA7134_NUM_SAMPLES2, ((dev->dmasound.blksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwv.c50 uint32_t blksize, flags; member in struct:__anon739
86 wc->blksize = size;
127 wc->blksize = size - 24;
170 if(av_new_packet(pkt, wc->blksize + WV_EXTRA_SIZE) < 0)
173 ret = get_buffer(s->pb, pkt->data + WV_EXTRA_SIZE, wc->blksize);
174 if(ret != wc->blksize){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Desp6.c50 int blksize; local
72 blksize = ALIGN(crypto_blkcipher_blocksize(tfm), 4);
73 clen = ALIGN(clen + 2, blksize);
149 int blksize = ALIGN(crypto_blkcipher_blocksize(tfm), 4); local
161 if (elen <= 0 || (elen & (blksize-1))) {
241 u32 blksize = ALIGN(crypto_blkcipher_blocksize(esp->conf.tfm), 4); local
242 u32 align = max_t(u32, blksize, esp->conf.padlen);
250 u32 padsize = ((blksize - 1) & 7) + 1;
251 mtu -= blksize - padsize;
252 mtu += min_t(u32, blksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtftp.c79 #define TFTP_OPTION_BLKSIZE "blksize"
148 int blksize; member in struct:tftp_state_data
346 /* if OACK doesn't contain blksize option, the default (512) must be used */
347 state->blksize = TFTP_BLKSIZE_DEFAULT;
361 long blksize; local
363 blksize = strtol( value, NULL, 10 );
365 if(!blksize) {
369 else if(blksize > TFTP_BLKSIZE_MAX) {
370 failf(data, "%s (%d)", "blksize is larger than max supported",
374 else if(blksize < TFTP_BLKSIZE_MI
943 int blksize, rc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_fba.c80 int blksize, int beg, int nr)
93 data->blk_size = blksize;
242 unsigned int blksize, off; local
253 blksize = device->bp_block;
262 if (bv->bv_len & (blksize - 1))
269 cidaw += bv->bv_len / blksize;
317 for (off = 0; off < bv->bv_len; off += blksize) {
334 if (idal_is_needed(dst, blksize)) {
337 idaws = idal_create_words(idaws, dst, blksize);
343 dst += blksize;
79 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw, int blksize, int beg, int nr) argument
365 unsigned int blksize, off; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Docfs.c171 size_t blksize; local
175 for (blksize = 0x200; blksize <= OCFS2_MAX_BLOCKSIZE; blksize <<= 1) {
176 buf = volume_id_get_buffer(id, off + OCFS2_SUPER_BLOCK_BLKNO * blksize, 0x200);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_io.h69 errcode_t (*set_blksize)(io_channel channel, int blksize);
111 (int blksize, errcode_t err);
H A Dtest_io.c46 void (*set_blksize)(int blksize, errcode_t err);
52 static errcode_t test_set_blksize(io_channel channel, int blksize);
88 (int blksize, errcode_t err) = 0;
236 static errcode_t test_set_blksize(io_channel channel, int blksize) argument
246 retval = io_channel_set_blksize(data->real, blksize);
248 data->set_blksize(blksize, retval);
252 blksize, retval ? error_message(retval) : "OK");
253 channel->block_size = blksize;
H A Dinode_io.c52 static errcode_t inode_set_blksize(io_channel channel, int blksize);
188 static errcode_t inode_set_blksize(io_channel channel, int blksize) argument
196 channel->block_size = blksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdblock_ro.c61 .blksize = 512,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstat.h74 unsigned long blksize; member in struct:kstat
H A Dnbd.h65 int blksize; member in struct:nbd_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dblktrans.h38 int blksize; member in struct:mtd_blktrans_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsr_ioctl.c448 * blksize: 2048 | 2336 | 2340 | 2352
451 static int sr_read_cd(Scsi_CD *cd, unsigned char *dest, int lba, int format, int blksize) argument
456 printk("%s: sr_read_cd lba=%d format=%d blksize=%d\n",
457 cd->cdi.name, lba, format, blksize);
468 switch (blksize) {
483 cgc.buflen = blksize;
493 static int sr_read_sector(Scsi_CD *cd, int lba, int blksize, unsigned char *dest) argument
500 rc = sr_read_cd(cd, dest, lba, 0, blksize);
508 if (blksize != cd->device->sector_size) {
509 if (0 != (rc = sr_set_blocklength(cd, blksize)))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
299 /* blksize is number of adjacent repeated entries for a component */
306 blksize = blkdist / nci;
311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
312 /* fill in blksize entries beginning at ptr */
313 for (k = 0; k < blksize; k++)
317 blkdist = blksize; /* blksize of this color is blkdist of next */
337 int i,j,k, nci, blksize, val, pad; local
357 /* blksize i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtftp.c167 if ((&xbuf[tftp_bufsize - 1] - cp) < sizeof("blksize NNNNN")) {
171 /* add "blksize", <nul>, blocksize */
172 strcpy(cp, "blksize");
173 cp += sizeof("blksize");
304 res = tftp_option_get(&rbuf[2], len - 2, "blksize");
306 int blksize = xatoi_u(res); variable
307 if (!tftp_blocksize_check(blksize, tftp_bufsize - 4)) {
314 bb_error_msg("server proposes bad blksize %d, exiting", blksize);
318 fprintf(stderr, "using blksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Desp4.c25 int blksize; local
44 blksize = ALIGN(crypto_blkcipher_blocksize(tfm), 4);
45 clen = ALIGN(clen + 2, blksize);
156 int blksize = ALIGN(crypto_blkcipher_blocksize(tfm), 4); local
169 if (elen <= 0 || (elen & (blksize-1)))
271 u32 blksize = ALIGN(crypto_blkcipher_blocksize(esp->conf.tfm), 4); local
272 u32 align = max_t(u32, blksize, esp->conf.padlen);
285 mtu -= blksize - 4;
286 mtu += min_t(u32, blksize - 4, rem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dnbd.c75 case NBD_SET_BLKSIZE: return "set-blksize";
556 lo->blksize = arg;
557 lo->bytesize &= ~(lo->blksize-1);
559 set_blocksize(inode->i_bdev, lo->blksize);
563 lo->bytesize = arg & ~(lo->blksize-1);
565 set_blocksize(inode->i_bdev, lo->blksize);
569 lo->bytesize = ((u64) arg) * lo->blksize;
571 set_blocksize(inode->i_bdev, lo->blksize);
672 nbd_dev[i].blksize = 1024;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dfw.c23 u32 blksize, offset, len; local
33 blksize = le32_to_cpu(fwh->datalength);
36 offset = sizeof(struct fwheader) + blksize;

Completed in 392 milliseconds

123