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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dnftlmount.c335 static void check_sectors_in_chain(struct NFTLrecord *nftl, unsigned int first_block) argument
344 block = first_block;
389 static int calc_chain_length(struct NFTLrecord *nftl, unsigned int first_block) argument
391 unsigned int length = 0, block = first_block;
411 static void format_chain(struct NFTLrecord *nftl, unsigned int first_block) argument
413 unsigned int block = first_block, block1;
415 printk("Formatting chain at block %d\n", first_block);
501 unsigned int block, first_block, is_first_block; local
521 for (first_block = 0; first_block <
[all...]
H A Dinftlmount.c450 static void format_chain(struct INFTLrecord *inftl, unsigned int first_block) argument
452 unsigned int block = first_block, block1;
455 first_block);
552 unsigned int block, first_block, prev_block, last_block; local
593 for (first_block = s->firstEUN; first_block <= s->lastEUN; first_block++) {
594 if (s->PUtable[first_block] != BLOCK_NOTEXPLORED)
600 block = first_block;
643 "mark 0x%x?\n", block, first_block,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dsgi.c23 __be32 first_block; /* First logical block */ member in struct:sgi_disklabel::sgi_partition
71 start = be32_to_cpu(p->first_block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Defs_fs_sb.h51 __u32 first_block; /* first data block in filesystem */ member in struct:efs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dtruncate.c36 int first_block = (nelen + inode->i_sb->s_blocksize - 1) >> inode->i_sb->s_blocksize_bits; local
53 if (last_block - first_block > 0)
59 udf_free_blocks(inode->i_sb, inode, eloc, first_block, last_block - first_block);
181 sector_t first_block = inode->i_size >> sb->s_blocksize_bits, offset; local
192 etype = inode_bmap(inode, first_block, &epos, &eloc, &elen, &offset);
H A Dballoc.c220 struct udf_bitmap *bitmap, uint16_t partition, uint32_t first_block,
230 if (first_block < 0 || first_block >= UDF_SB_PARTLEN(sb, partition))
233 if (first_block + block_count > UDF_SB_PARTLEN(sb, partition))
234 block_count = UDF_SB_PARTLEN(sb, partition) - first_block;
239 block = first_block + (sizeof(struct spaceBitmapDesc) << 3);
672 struct inode *table, uint16_t partition, uint32_t first_block,
682 if (first_block < 0 || first_block >= UDF_SB_PARTLEN(sb, partition))
698 while (first_block !
218 udf_bitmap_prealloc_blocks(struct super_block * sb, struct inode * inode, struct udf_bitmap *bitmap, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
670 udf_table_prealloc_blocks(struct super_block * sb, struct inode * inode, struct inode *table, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
882 udf_prealloc_blocks(struct super_block * sb, struct inode * inode, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rename.c237 xfs_fsblock_t first_block; local
336 XFS_BMAP_INIT(&free_list, &first_block);
408 &first_block, &free_list, spaceres);
448 &first_block, &free_list, spaceres);
485 &first_block, &free_list, spaceres);
521 src_ip->i_ino, &first_block, &free_list, spaceres);
H A Dxfs_vnodeops.c1312 xfs_fsblock_t first_block; local
1356 XFS_BMAP_INIT(&free_list, &first_block);
1359 XFS_BMAPI_METADATA, &first_block, 0, mval, &nmaps,
1375 &first_block, &free_list, NULL, &done)))
1598 xfs_fsblock_t first_block; local
1769 XFS_BMAP_INIT(&free_list, &first_block);
1866 xfs_fsblock_t first_block; local
1947 XFS_BMAP_INIT(&free_list, &first_block);
1990 &first_block, &free_list, resblks ?
2364 xfs_fsblock_t first_block; local
2612 xfs_fsblock_t first_block; local
2785 xfs_fsblock_t first_block; local
3013 xfs_fsblock_t first_block; local
3292 xfs_fsblock_t first_block; local
[all...]
H A Dxfs_iomap.c755 xfs_fsblock_t first_block; local
811 XFS_BMAP_INIT(&free_list, &first_block);
834 XFS_BMAPI_WRITE, &first_block, 1,
H A Dxfs_inode.c1551 xfs_fsblock_t first_block; local
1694 XFS_BMAP_INIT(&free_list, &first_block);
1700 &first_block, &free_list,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dspectrum_cs.c379 spectrum_apply_pda(hermes_t *hw, const struct dblock *first_block, argument
385 const struct dblock *blk = first_block;
409 spectrum_load_blocks(hermes_t *hw, const struct dblock *first_block) argument
415 blk = first_block;
443 const struct dblock *first_block; local
451 first_block = (const struct dblock *) ptr;
466 ret = spectrum_load_blocks(hw, first_block);
472 ret = spectrum_apply_pda(hw, first_block, pda);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dswapfile.c1089 sector_t first_block; local
1091 first_block = bmap(inode, probe_block);
1092 if (first_block == 0)
1098 if (first_block & (blocks_per_page - 1)) {
1110 if (block != first_block + block_in_page) {
1117 first_block >>= (PAGE_SHIFT - blkbits);
1119 if (first_block < lowest_block)
1120 lowest_block = first_block;
1121 if (first_block > highest_block)
1122 highest_block = first_block;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dzip.c108 linkedlist_datablock_internal* first_block; member in struct:linkedlist_data_s
189 ll->first_block = ll->last_block = NULL;
195 free_datablock(ll->first_block);
196 ll->first_block = ll->last_block = NULL;
213 ll->first_block = ll->last_block = allocate_new_datablock();
214 if (ll->first_block == NULL)
1163 linkedlist_datablock_internal* ldi = zi->central_dir.first_block ;
1176 free_datablock(zi->central_dir.first_block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.c108 linkedlist_datablock_internal* first_block; member in struct:linkedlist_data_s
189 ll->first_block = ll->last_block = NULL;
195 free_datablock(ll->first_block);
196 ll->first_block = ll->last_block = NULL;
213 ll->first_block = ll->last_block = allocate_new_datablock();
214 if (ll->first_block == NULL)
1163 linkedlist_datablock_internal* ldi = zi->central_dir.first_block ;
1176 free_datablock(zi->central_dir.first_block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dsuper.c547 unsigned long first_block = le32_to_cpu(sbi->s_es->s_first_data_block); local
558 last_block = first_block +
563 if (le32_to_cpu(gdp->bg_block_bitmap) < first_block ||
572 if (le32_to_cpu(gdp->bg_inode_bitmap) < first_block ||
581 if (le32_to_cpu(gdp->bg_inode_table) < first_block ||
591 first_block += EXT2_BLOCKS_PER_GROUP(sb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dinode.c74 block = sb->fs_start + sb->first_block +
H A Dsuper.c232 sb->first_block = be32_to_cpu(super->fs_firstcg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c1166 ext3_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); local
1179 last_block = first_block +
1185 if (le32_to_cpu(gdp->bg_block_bitmap) < first_block ||
1195 if (le32_to_cpu(gdp->bg_inode_bitmap) < first_block ||
1205 if (le32_to_cpu(gdp->bg_inode_table) < first_block ||
1216 first_block += EXT3_BLOCKS_PER_GROUP(sb);
H A Dinode.c803 ext3_fsblk_t first_block = 0; local
816 first_block = le32_to_cpu(chain[depth - 1].key);
837 if (blk == first_block + count)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c1221 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); local
1237 last_block = first_block +
1244 if (block_bitmap < first_block || block_bitmap > last_block)
1253 if (inode_bitmap < first_block || inode_bitmap > last_block)
1262 if (inode_table < first_block ||
1271 first_block += EXT4_BLOCKS_PER_GROUP(sb);
H A Dinode.c801 ext4_fsblk_t first_block = 0; local
815 first_block = le32_to_cpu(chain[depth - 1].key);
836 if (blk == first_block + count)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dosst.h41 u32 first_block; /* First Block Location */ member in struct:__anon6877
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvc1.c2986 static int vc1_decode_p_block(VC1Context *v, DCTELEM block[64], int n, int mquant, int ttmb, int first_block, argument
3003 if((ttblk != TT_8X8 && ttblk != TT_4X4) && (v->ttmbf || (ttmb != -1 && (ttmb & 8) && !first_block))) {
3144 int first_block = 1; local
3259 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb, first_block, s->dest[dst_idx] + off, (i&4)?s->uvlinesize:s->linesize, (i&4) && (s->flags & CODEC_FLAG_GRAY), filter, left_cbp, top_cbp);
3262 first_block = 0;
3390 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb, first_block, s->dest[dst_idx] + off, (i&4)?s->uvlinesize:s->linesize, (i&4) && (s->flags & CODEC_FLAG_GRAY), filter, left_cbp, top_cbp);
3393 first_block = 0;
3436 int first_block = 1; local
3561 vc1_decode_p_block(v, s->block[i], i, mquant, ttmb, first_block, s->dest[dst_idx] + off, (i&4)?s->uvlinesize:s->linesize, (i&4) && (s->flags & CODEC_FLAG_GRAY), 0, 0, 0);
3563 first_block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-tape.c872 u32 first_block; /* First Block Location */ member in struct:__anon4449
2481 printk(KERN_INFO "ide-tape: Block Location - %u\n", ntohl(result->first_block));
2484 tape->first_frame_position = ntohl(result->first_block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c11666 blk_t first_block, last_block; local
11792 first_block = sb->s_first_data_block;
11793 last_block = first_block + blocks_per_group;
11800 if ((gd->bg_block_bitmap < first_block) ||
11810 if ((gd->bg_inode_bitmap < first_block) ||
11820 if ((gd->bg_inode_table < first_block) ||
11833 first_block += sb->s_blocks_per_group;

Completed in 280 milliseconds