Searched refs:blocksize (Results 76 - 100 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c1348 * dense, 4k-blocksize file such that the total number of
1395 int blocksize; local
1412 blocksize = sb_min_blocksize(sb, EXT3_MIN_BLOCK_SIZE);
1413 if (!blocksize) {
1414 printk(KERN_ERR "EXT3-fs: unable to set blocksize\n");
1422 if (blocksize != EXT3_MIN_BLOCK_SIZE) {
1423 logic_sb_block = (sb_block * EXT3_MIN_BLOCK_SIZE) / blocksize;
1424 offset = (sb_block * EXT3_MIN_BLOCK_SIZE) % blocksize;
1511 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size);
1513 if (blocksize < EXT3_MIN_BLOCK_SIZ
1893 int hblock, blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dioctl.c144 unsigned long blocksize = inode->i_sb->s_blocksize; local
161 write_from = inode->i_size & (blocksize - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc.c115 retval = ext2fs_get_mem(fs->blocksize, &buf);
120 memset(block_buf, 0, fs->blocksize);
H A Dbmove.c109 retval = ext2fs_get_mem(fs->blocksize * 4, &block_buf);
112 pb.buf = block_buf + fs->blocksize * 3;
H A Dget_pathname.c43 int blocksize EXT2FS_ATTR((unused)),
148 retval = ext2fs_get_mem(fs->blocksize, &buf);
H A Dunlink.c36 int blocksize EXT2FS_ATTR((unused)),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dbitmap.c17 affs_count_free_bits(u32 blocksize, const void *data) argument
25 for (blocksize /= 4; blocksize > 0; blocksize--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstradis.c1741 int blocksize, split; local
1748 blocksize = 65536 -
1751 blocksize = saa->audhead - saa->audtail;
1753 if (blocksize < 16384) {
1762 blocksize = 65536 -
1766 blocksize = saa->audhead - saa->audtail;
1770 blocksize--;
1771 if (blocksize > todo)
1772 blocksize = todo;
1774 if (!blocksize)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c1406 * dense, 4k-blocksize file such that the total number of
1452 int blocksize; local
1470 blocksize = sb_min_blocksize(sb, EXT4_MIN_BLOCK_SIZE);
1471 if (!blocksize) {
1472 printk(KERN_ERR "EXT4-fs: unable to set blocksize\n");
1480 if (blocksize != EXT4_MIN_BLOCK_SIZE) {
1482 offset = do_div(logical_sb_block, blocksize);
1569 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size);
1571 if (blocksize < EXT4_MIN_BLOCK_SIZE ||
1572 blocksize > EXT4_MAX_BLOCK_SIZ
1967 int hblock, blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c1429 static struct buffer_head *getblk(kdev_t kdev, blk_t blocknr, int blocksize) argument
1442 bh->b_size = blocksize;
1577 journal->j_blocksize = ctx->fs->blocksize;
1677 io_channel_set_blksize(ctx->journal_io, ctx->fs->blocksize);
1680 if (ctx->fs->blocksize == 1024)
1682 bh = getblk(dev_journal, start, ctx->fs->blocksize);
1783 ctx->fs->blocksize-V1_SB_SIZE);
1901 memset (p, 0, ctx->fs->blocksize-sizeof(journal_header_t));
1903 jsb->s_blocksize = htonl(ctx->fs->blocksize);
2120 int blocksize local
12418 int blocksize; local
13231 int blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dkmvc.c234 int blocksize; local
248 /* blocksize 127 is really palette change event */
289 blocksize = *buf++;
291 if (blocksize != 8 && blocksize != 127) {
292 av_log(avctx, AV_LOG_ERROR, "Block size = %i\n", blocksize);
H A Dflacenc.c86 int blocksize; member in struct:FlacFrame
152 * Sets blocksize based on samplerate
153 * Chooses the closest predefined blocksize >= BLOCK_TIME_MS milliseconds
159 int blocksize; local
162 blocksize = flac_blocksizes[1];
165 if(target >= flac_blocksizes[i] && flac_blocksizes[i] > blocksize) {
166 blocksize = flac_blocksizes[i];
169 return blocksize;
410 frame->blocksize = flac_blocksizes[i];
417 frame->blocksize
[all...]
H A Dmlpdec.c102 uint16_t blocksize; member in struct:SubStream
398 s->blocksize = 8;
505 s->blocksize = get_bits(gbp, 9);
506 if (s->blocksize > MAX_BLOCKSIZE) {
508 s->blocksize = 0;
641 for (i = 0; i < s->blocksize; i++) {
686 if (s->blockpos + s->blocksize > m->access_unit_size) {
692 s->blocksize * sizeof(m->bypassed_lsbs[0]));
694 for (i = 0; i < s->blocksize; i++) {
703 s->blockpos += s->blocksize;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ditree.c129 int blocksize = inode->i_sb->s_blocksize; local
148 memset(bh->b_data, 0, blocksize);
372 unsigned blocksize; local
378 blocksize = inode->i_sb->s_blocksize;
379 iblock = (inode->i_size + blocksize-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dsuper.c606 * dense, 4k-blocksize file such that the total number of
651 int blocksize = BLOCK_SIZE; local
662 * See what the current blocksize for the device is, and
663 * use that as the blocksize. Otherwise (or if the blocksize
668 blocksize = sb_min_blocksize(sb, BLOCK_SIZE);
669 if (!blocksize) {
670 printk ("EXT2-fs: unable to set blocksize\n");
678 if (blocksize != BLOCK_SIZE) {
679 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr09.c218 int blocksize; /* Size of block in pages */ member in struct:sddr09_card_info
219 int blockshift; /* log2 of blocksize */
606 len = min(sectors, (unsigned int) info->blocksize) * info->pagesize;
622 pages = min(sectors, info->blocksize - page);
742 result = sddr09_read22(us, address>>1, info->blocksize,
748 for (i = 0; i < info->blocksize; i++) {
782 result = sddr09_write_inplace(us, address>>1, info->blocksize,
830 len = min(sectors, (unsigned int) info->blocksize) * info->pagesize;
845 pages = min(sectors, info->blocksize - page);
1364 info->blocksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2lib.c458 int blocksize; local
518 totalsize = blocksize = sizeof(i2CmdHeader);
528 if ((blocksize + cnt > maxBlock) || lastended) {
529 blocksize = sizeof(i2CmdHeader);
533 blocksize += cnt;
604 for (blocksize = sizeof(i2CmdHeader), count = nCommands,
626 if ((blocksize + cnt > maxBlock) || lastended) {
633 CMD_COUNT_OF(pInsert) = blocksize - sizeof(i2CmdHeader);
634 stuffIndex += blocksize;
641 blocksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Daops.c193 unsigned int blocksize, vcn_ofs; local
204 blocksize = vol->sb->s_blocksize;
208 create_empty_buffers(page, blocksize, 0);
230 lblock = (ni->allocated_size + blocksize - 1) >> blocksize_bits;
238 zblock = (init_size + blocksize - 1) >> blocksize_bits;
337 zero_user_page(page, i * blocksize, blocksize, KM_USER0);
551 unsigned int blocksize, vcn_ofs; local
565 blocksize = vol->sb->s_blocksize;
569 create_empty_buffers(page, blocksize,
[all...]
H A Dfile.c510 unsigned blocksize, u; local
531 blocksize = vol->sb->s_blocksize;
541 create_empty_buffers(page, blocksize, 0);
573 bh_end = bh_pos + blocksize;
611 blocksize, KM_USER0);
688 blocksize, KM_USER0);
707 blocksize, KM_USER0);
746 zero_user_page(page, bh_offset(bh), blocksize,
872 blocksize, KM_USER0);
1098 } while (bh_pos += blocksize, (b
1495 unsigned blocksize, u; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c45 int blocksize = SMB_DEFAULT_BLOCKSIZE; variable
379 readbuf = SMB_MALLOC(blocksize);
382 for(curpos = offset_download; curpos < remotestat.st_size; curpos+=blocksize) {
383 ssize_t bytesread = smbc_read(remotehandle, readbuf, blocksize);
385 fprintf(stderr, "Can't read %d bytes at offset "OFF_T_FORMAT", file %s\n", blocksize, curpos, path);
531 {"blocksize", 'b', POPT_ARG_INT, &blocksize, 'b', "Change number of bytes in a block"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnflash.c339 nflash.blocksize = (64 * 1024) << ((nflash.id[3] >> 4) & 0x3);
456 nflash.blocksize = (1 << 10) * 16;
459 nflash.blocksize = (1 << 10) * 128;
462 nflash.blocksize = (1 << 10) * 8;
465 nflash.blocksize = (1 << 10) * 512;
468 nflash.blocksize = (1 << 10) * 256;
498 nflash.numblocks = (nflash.size * (1 << 10)) / (nflash.blocksize >> 10);
501 name, nflash.pagesize, (nflash.blocksize >> 10), nflash.size);
828 if ((offset & (nflash.blocksize - 1)) != 0) {
836 row_addr = (offset & ~(nflash.blocksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dmtd_dataflash.c151 unsigned blocksize = priv->page_size << 3; local
180 do_block = (pageaddr & 0x7) == 0 && instr->len >= blocksize;
206 instr->addr += blocksize;
207 instr->len -= blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt-module.h86 size_t blocksize; member in struct:gcry_cipher_spec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap_xip.c435 unsigned blocksize; local
441 blocksize = 1 << mapping->host->i_blkbits;
442 length = offset & (blocksize - 1);
448 length = blocksize - length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dreiserfs.c38 uint16_t blocksize; member in struct:reiserfs_super_block

Completed in 239 milliseconds

12345678