Searched refs:BLOCK_SIZE (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dminix.h55 #undef BLOCK_SIZE macro
58 BLOCK_SIZE = 1024, enumerator in enum:__anon11443
59 BITS_PER_BLOCK = BLOCK_SIZE << 3,
73 MINIX1_INODES_PER_BLOCK = BLOCK_SIZE / sizeof(struct minix1_inode),
74 MINIX2_INODES_PER_BLOCK = BLOCK_SIZE / sizeof(struct minix2_inode),
H A Dfsck_minix.c143 char super_block_buffer[BLOCK_SIZE];
144 char add_zone_ind_blk[BLOCK_SIZE];
145 char add_zone_dind_blk[BLOCK_SIZE];
146 USE_FEATURE_MINIX2(char add_zone_tind_blk[BLOCK_SIZE];)
147 char check_file_blk[BLOCK_SIZE];
232 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE)
429 memset(addr, 0, BLOCK_SIZE);
432 if (BLOCK_SIZE * nr != lseek(dev_fd, BLOCK_SIZE * nr, SEEK_SET)) {
436 memset(addr, 0, BLOCK_SIZE);
[all...]
H A Dmkfs_minix.c113 char root_block[BLOCK_SIZE];
114 char super_block_buffer[BLOCK_SIZE];
118 char check_blocks_buffer[BLOCK_SIZE * TEST_BUFFER_BLOCKS];
150 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE)
243 msg_eol = "seek to BLOCK_SIZE failed";
244 xlseek(G.dev_fd, BLOCK_SIZE, SEEK_SET);
247 xwrite(G.dev_fd, G.super_block_buffer, BLOCK_SIZE);
250 xwrite(G.dev_fd, G.inode_map, SB_IMAPS * BLOCK_SIZE);
253 xwrite(G.dev_fd, G.zone_map, SB_ZMAPS * BLOCK_SIZE);
263 xlseek(G.dev_fd, blk * BLOCK_SIZE, SEEK_SE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c76 sys_lseek(fd, start_block * BLOCK_SIZE, 0);
96 nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
104 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
115 nblocks = (squashfsb->bytes_used_2+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
117 nblocks = (squashfsb->bytes_used+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
124 sys_lseek(fd, (start_block+1) * BLOCK_SIZE, 0);
152 sys_lseek(fd, start_block * BLOCK_SIZE, 0);
231 buf = kmalloc(BLOCK_SIZE, GFP_KERNEL);
255 sys_read(in_fd, buf, BLOCK_SIZE);
256 sys_write(out_fd, buf, BLOCK_SIZE);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dromfs_fs.h6 #define ROMBSIZE BLOCK_SIZE
H A Dminix_fs.h27 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
H A Dfs.h28 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/tools/
H A Dobjstrip.c32 /* bootfile size must be multiple of BLOCK_SIZE: */
33 #define BLOCK_SIZE 512 macro
72 pad = BLOCK_SIZE;
119 size = (st.st_size + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1);
122 bb[60] = size / BLOCK_SIZE; /* count */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_v1.c29 } else if (block >= (minix_sb(inode->i_sb)->s_max_size/BLOCK_SIZE)) {
H A Dinode.c161 if (!sb_set_blocksize(s, BLOCK_SIZE))
567 stat->blocks = (BLOCK_SIZE / 512) * V1_minix_blocks(stat->size, sb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/raid/
H A Dmd_p.h46 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
53 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dsuper.c85 sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2);
113 sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2);
206 sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2);
256 sbd = (struct coh_super_block *) (bh->b_data + BLOCK_SIZE/2);
375 sb_set_blocksize(sb, BLOCK_SIZE);
418 sb_set_blocksize(sb, BLOCK_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v1.c117 off = isize & (BLOCK_SIZE - 1);
118 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % sizeof(struct v1_disk_dqblk))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess.c101 #define BLOCK_SIZE 8 macro
196 for(y=0; y<BLOCK_SIZE; y++){
220 for(y=0; y<BLOCK_SIZE-1; y++){
263 for(x=0; x<BLOCK_SIZE; x+=4){
272 for(x=0; x<BLOCK_SIZE; x++){
280 for(x=0; x<BLOCK_SIZE; x++){
322 for(y=0; y<BLOCK_SIZE; y++){
361 for(y=0; y<BLOCK_SIZE; y++){
432 for(y=0; y<BLOCK_SIZE; y++){
H A Dpostprocess_template.c321 for(x=0; x<BLOCK_SIZE; x++){
442 for(x=0; x<BLOCK_SIZE; x++){
565 for(x=0; x<BLOCK_SIZE; x++){
821 for(x=0; x<BLOCK_SIZE; x++){
1116 for(x=0; x<BLOCK_SIZE; x++){
3203 &(src[srcStride*i]), BLOCK_SIZE);
3236 &(src[srcStride*i]), BLOCK_SIZE);
3377 y=-BLOCK_SIZE;
3385 for(x=0; x<width; x+=BLOCK_SIZE){
3456 for(y=0; y<height; y+=BLOCK_SIZE){
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dsuper.c353 sb_set_blocksize(sb, BLOCK_SIZE);
354 if (!(bh = sb_bread(sb, ADFS_DISCRECORD / BLOCK_SIZE))) {
359 b_data = bh->b_data + (ADFS_DISCRECORD % BLOCK_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_super.c165 bsize = sb_min_blocksize(sbp, BLOCK_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dsuper.c651 int blocksize = BLOCK_SIZE;
668 blocksize = sb_min_blocksize(sb, BLOCK_SIZE);
678 if (blocksize != BLOCK_SIZE) {
679 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
680 offset = (sb_block*BLOCK_SIZE) % blocksize;
763 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size);
781 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
782 offset = (sb_block*BLOCK_SIZE) % blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dnfsfh.h321 fhp->fh_post_blksize = BLOCK_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dwhirlpool.c44 #define BLOCK_SIZE 64 macro
53 typedef u64 whirlpool_block_t[BLOCK_SIZE / 8];
57 unsigned char buffer[BLOCK_SIZE];
1306 if (context->count == BLOCK_SIZE)
1318 while (buffer_n && (context->count < BLOCK_SIZE))
1330 while (buffer_n >= BLOCK_SIZE)
1334 buffer_n -= BLOCK_SIZE;
1335 buffer += BLOCK_SIZE;
1337 while (buffer_n && (context->count < BLOCK_SIZE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Drd.c80 * BLOCK_SIZE in the worst case we'll make PAGE_SIZE/BLOCK_SIZE buffer-pages
84 * behaviour. The default is still BLOCK_SIZE (needed by rd_load_image that
85 * supposes the filesystem in the image uses a BLOCK_SIZE blocksize).
428 rd_blocksize = BLOCK_SIZE;
H A Dcciss.c1993 *block_size = BLOCK_SIZE;
2029 *block_size = BLOCK_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c698 mtd->name, off / BLOCK_SIZE);
706 mtd->name, off / BLOCK_SIZE);
713 mtd->name, off / BLOCK_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.h52 #define BLOCKS_PER_FRAME (CD_FRAMESIZE / BLOCK_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dmemcpy_mck.S269 #define BLOCK_SIZE 128*32 define
287 mov blocksize=BLOCK_SIZE

Completed in 164 milliseconds

12