Searched refs:blocksize (Results 126 - 150 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fs.h166 unsigned int blocksize; member in struct:struct_ext2_filsys
587 int blocksize,
616 int blocksize,
628 int blocksize,
684 extern errcode_t ext2fs_get_device_size(const char *file, int blocksize,
H A Dext2fs_inline.c161 (inode->i_file_acl ? fs->blocksize >> 9 : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c252 unsigned int blocksize; local
255 blocksize = blkid_le16(rs->rs_blocksize);
258 if (id->bim_kboff/(blocksize>>10) > blkid_le32(rs->rs_journal_block))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dformat.h308 /**< The residual signal, length == (blocksize minus order) samples. */
334 /**< The residual signal, length == (blocksize minus order) samples. */
411 unsigned blocksize; member in struct:__anon772
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dplayback.c45 const unsigned channels = stream_data->channels, wide_samples = frame->header.blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Ddecoders.c608 unsigned blocksize = FLAC__stream_decoder_get_blocksize(decoder); local
610 printf("returned %u... %s\n", blocksize, blocksize>0? "OK" : "FAILED");
611 if(blocksize == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Ddecoders.cpp687 unsigned blocksize = decoder->get_blocksize(); local
689 printf("returned %u... %s\n", blocksize, blocksize>0? "OK" : "FAILED");
690 if(blocksize == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmtools.h75 unsigned int blocksize; /* size of disk block in bytes */ member in struct:device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h340 __u32 blocksize; member in struct:fuse_bmap_in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Di2o_block.c1052 u32 blocksize; local
1111 if (!i2o_parm_field_get(i2o_dev, 0x0004, 1, &blocksize, 4) ||
1112 !i2o_parm_field_get(i2o_dev, 0x0000, 3, &blocksize, 4)) {
1113 blk_queue_hardsect_size(queue, le32_to_cpu(blocksize));
1115 osm_warn("unable to get blocksize of %s\n", gd->disk_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dsflash.c229 bcmsflash.region.erasesize = info->blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.h302 int xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize,
H A Dxfs_da_btree.h185 unsigned int blocksize; /* logical block size */ member in struct:xfs_da_state
H A Dxfs_dir2_node.c1146 if (bytes > (state->blocksize >> 1)) {
1199 bytes = state->blocksize - (state->blocksize >> 2);
1303 state->blocksize = state->mp->m_dirblksize;
1761 state->blocksize = state->mp->m_dirblksize;
1806 state->blocksize = state->mp->m_dirblksize;
1877 state->blocksize = state->mp->m_dirblksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dhfsplus_raw.h107 __be32 blocksize; member in struct:hfsplus_vh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_raw.h108 __be32 blocksize; member in struct:hfsplus_vh
H A Djbd_journal.c702 * @blocksize: blocksize of journalling device
711 int start, int len, int blocksize)
724 journal->j_blocksize = blocksize;
1303 int offset, blocksize; local
1311 blocksize = be32_to_cpu(sb->s_blocksize);
1312 memset(&sb->s_feature_compat, 0, blocksize-offset);
709 hfsplus_jbd_init_dev(struct block_device *bdev, struct block_device *fs_dev, int start, int len, int blocksize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfuse.h309 __u32 blocksize; member in struct:fuse_bmap_in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsuper.c2688 int blocksize, result; local
2754 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE);
2755 if (blocksize < NTFS_BLOCK_SIZE) {
2760 BUG_ON(blocksize != sb->s_blocksize);
2762 blocksize, sb->s_blocksize_bits);
2798 if (vol->sector_size > blocksize) {
2799 blocksize = sb_set_blocksize(sb, vol->sector_size);
2800 if (blocksize != vol->sector_size) {
2807 BUG_ON(blocksize != sb->s_blocksize);
2812 blocksize, s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c1036 loff_t blocksize = inode->i_sb->s_blocksize; local
1051 (blocksize - 1)) >> inode->i_sb->s_blocksize_bits) * UNFM_P_SIZE +
1996 unsigned long blocksize = p_s_inode->i_sb->s_blocksize; local
2005 ** If i_size % blocksize == 0, our file is currently block aligned
2008 if ((offset & (blocksize - 1)) == 0) {
2017 start = (offset / blocksize) * blocksize;
2031 pos += blocksize;
2070 unsigned blocksize = p_s_inode->i_sb->s_blocksize; local
2132 length = offset & (blocksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclitar.c114 static int blocksize=20; variable
384 tbufsiz=blocksize*TBLOCK;
1209 DEBUG(0, ("blocksize <n>\n"));
1215 DEBUG(0, ("blocksize out of range"));
1219 blocksize=block;
1220 DEBUG(2,("blocksize is now %d\n", blocksize));
1607 if (Optind>=argc || !(blocksize=atoi(argv[Optind]))) {
1608 DEBUG(0,("Option b must be followed by valid blocksize\n"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dinode.c424 int blocksize = inode->i_sb->s_blocksize; local
448 memset(bh->b_data, 0, blocksize);
909 unsigned blocksize; local
921 blocksize = inode->i_sb->s_blocksize;
922 iblock = (inode->i_size + blocksize-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dquota.c577 unsigned blocksize, iblock, pos; local
589 blocksize = inode->i_sb->s_blocksize;
593 create_empty_buffers(page, blocksize, 0);
596 pos = blocksize;
600 pos += blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Djournal.c702 * @blocksize: blocksize of journalling device
711 int start, int len, int blocksize)
721 journal->j_blocksize = blocksize;
1096 * Create a slab for this blocksize
1305 int offset, blocksize; local
1313 blocksize = be32_to_cpu(sb->s_blocksize);
1314 memset(&sb->s_feature_compat, 0, blocksize-offset);
709 journal_init_dev(struct block_device *bdev, struct block_device *fs_dev, int start, int len, int blocksize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c702 * @blocksize: blocksize of journalling device
711 unsigned long long start, int len, int blocksize)
721 journal->j_blocksize = blocksize;
1096 * Create a slab for this blocksize
1305 int offset, blocksize; local
1313 blocksize = be32_to_cpu(sb->s_blocksize);
1314 memset(&sb->s_feature_compat, 0, blocksize-offset);
709 jbd2_journal_init_dev(struct block_device *bdev, struct block_device *fs_dev, unsigned long long start, int len, int blocksize) argument

Completed in 245 milliseconds

12345678