Searched refs:blocks (Results 201 - 225 of 448) sorted by relevance

1234567891011>>

/linux-master/fs/jffs2/
H A Dnodelist.c510 this = c->blocks[i].first_node;
520 c->blocks[i].first_node = c->blocks[i].last_node = NULL;
703 jeb = &c->blocks[ref->flash_offset / c->sector_size];
728 jeb = &c->blocks[ref->flash_offset / c->sector_size];
H A Dfs.c519 size_t blocks; local
540 blocks = c->flash_size / c->sector_size;
545 if ((c->sector_size * blocks) != c->flash_size) {
546 c->flash_size = c->sector_size * blocks;
552 errorf(fc, "Too few erase blocks (%d)",
605 kvfree(c->blocks);
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S170 * int blocks)
172 * int blocks)
228 * int blocks, u8 iv[])
230 * int blocks, u8 iv[])
375 * int blocks, u8 ctr[])
442 bmi .Lctrtailblock @ blocks < 0 means tail block
517 vld1.8 {q0-q1}, [r1]! @ get 4 pt blocks
531 vst1.8 {q0-q1}, [r0]! @ write 4 ct blocks
609 vld1.8 {q0-q1}, [r1]! @ get 4 ct blocks
623 vst1.8 {q0-q1}, [r0]! @ write 4 pt blocks
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c1061 if (edid->start_block == 0 && edid->blocks == 0) {
1062 edid->blocks = dev->edid_blocks;
1069 if (edid->blocks > dev->edid_blocks - edid->start_block)
1070 edid->blocks = dev->edid_blocks - edid->start_block;
1073 memcpy(edid->edid, dev->edid + edid->start_block * 128, edid->blocks * 128);
/linux-master/drivers/mtd/
H A Dftl.c196 unsigned blocks, j; local
265 blocks = le32_to_cpu(header.FormattedSize) >> header.BlockSize;
266 part->VirtualBlockMap = vmalloc(array_size(blocks, sizeof(uint32_t)));
270 memset(part->VirtualBlockMap, 0xff, blocks * sizeof(uint32_t));
298 (BLOCK_NUMBER(le32_to_cpu(part->bam_cache[j])) < blocks))
422 All data blocks are copied to the corresponding blocks in the
478 /* Copy all data blocks from source unit to transfer unit */
507 /* All other blocks must be free */
561 the most deleted blocks
[all...]
/linux-master/sound/isa/gus/
H A Dgus_pcm.c41 unsigned int blocks; member in struct:gus_pcm_private
117 if (pcmp->blocks == 1) {
208 pcmp->bpos %= pcmp->blocks;
209 if (pcmp->bpos + 1 >= pcmp->blocks) { /* last block? */
481 pcmp->blocks = pcmp->dma_size / pcmp->block_size;
/linux-master/fs/overlayfs/
H A Dinode.c228 * dentry is data dentry, then use the blocks we
235 stat->blocks = lowerstat.blocks;
244 * With lazy lowerdata lookup, guess lowerdata blocks
257 lowerdatastat.blocks =
260 stat->blocks = lowerdatastat.blocks;
/linux-master/drivers/md/bcache/
H A Djournal.c76 size_t blocks, bytes = set_bytes(j); local
99 blocks = set_blocks(j, block_bytes(ca));
161 offset += blocks * ca->sb.block_size;
162 len -= blocks * ca->sb.block_size;
163 j = ((void *) j) + blocks * block_bytes(ca);
/linux-master/fs/
H A Dstat.c64 stat->blocks = inode->i_blocks;
432 tmp.st_blocks = stat->blocks;
573 tmp.st_blocks = stat->blocks;
644 tmp.stx_blocks = stat->blocks;
745 tmp.st_blocks = stat->blocks;
/linux-master/drivers/mmc/host/
H A Dwmt-sdmmc.c298 req->data->bytes_xfered = req->data->blksz * req->data->blocks;
614 writew(req->data->blocks, priv->sdmmc_base + SDMMC_BLKCNT);
622 if (req->data->blocks > 1)
628 if (req->data->blocks > 1)
645 if (desc_cnt == req->data->blocks)
H A Dowl-mmc.c300 writel(data->blocks, owl_host->base + OWL_REG_SD_BLK_NUM);
302 total = data->blksz * data->blocks;
381 data->bytes_xfered = data->blocks * data->blksz;
H A Dsdricoh_cs.c294 dev_dbg(dev, "transfer: blksz %i blocks %i sg_len %i "
295 "sg length %i\n", data->blksz, data->blocks,
300 for (i = 0; i < data->blocks; i++) {
/linux-master/fs/cramfs/
H A Dinode.c42 unsigned long blocks; member in struct:cramfs_sb_info
285 * contiguous blocks. Return the offset for the first block and number of
286 * valid blocks for which that is true, or zero otherwise.
566 sbi->blocks = super->fsid.blocks;
570 sbi->blocks = 0;
681 buf->f_blocks = CRAMFS_SB(sb)->blocks;
/linux-master/drivers/fpga/
H A Daltera-cvp.c90 int (*wait_credit)(struct fpga_manager *mgr, u32 blocks);
230 u32 blocks)
249 ret = altera_cvp_chk_error(mgr, blocks * ALTERA_CVP_V2_SIZE);
229 altera_cvp_v2_wait_for_credit(struct fpga_manager *mgr, u32 blocks) argument
/linux-master/arch/um/os-Linux/
H A Dfile.c36 .ust_blocks = src->st_blocks, /* number of blocks allocated */
324 long blocks; local
333 if (ioctl(fd, BLKGETSIZE, &blocks) < 0) {
340 *size_out = ((long long) blocks) * 512;
/linux-master/include/trace/events/
H A Djbd2.h264 __field( __u32, blocks )
278 __entry->blocks = stats->rs_blocks;
284 "blocks %u blocks_logged %u",
292 __entry->handle_count, __entry->blocks,
/linux-master/drivers/edac/
H A Dedac_device_sysfs.c187 * Each new internal kobj (in instances and blocks) then
645 edac_dbg(4, "now register '%d' blocks for instance %d\n",
648 /* register all blocks of this instance */
651 &instance->blocks[i]);
656 &instance->blocks[j]);
687 /* unregister all blocks in this instance */
689 edac_device_delete_block(edac_dev, &instance->blocks[i]);
829 * In turn, the nested blocks beneath the instances will
/linux-master/drivers/target/
H A Dtarget_core_sbc.c39 u32 blocks; local
57 blocks = 0xffffffff;
59 blocks = (u32)blocks_long;
61 put_unaligned_be32(blocks, &buf[0]);
83 unsigned long long blocks = dev->transport->get_blocks(dev); local
86 put_unaligned_be64(blocks, &buf[0]);
227 * logical blocks shall be written. Any other value
228 * specifies the number of logical blocks that shall be
/linux-master/arch/sparc/lib/
H A DM7memset.S177 andn %o2, 63, %o4 ! calculate size of blocks in bytes
290 4: ! set final blocks of 64 bytes
/linux-master/crypto/
H A Dsha512_generic.c149 int blocks)
151 while (blocks--) {
148 sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, int blocks) argument
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c62 int blocks; /* number of blocks in super vcap (if applicable) */ member in struct:sparx5_vcap_inst
74 .blocks = 2,
86 .blocks = 2,
98 .blocks = 2,
110 .blocks = 2,
122 .blocks = 2,
2000 for (idx = cfg->blockno; idx < cfg->blockno + cfg->blocks;
2009 cfg->blocks * SUPER_VCAP_BLK_SIZE;
2057 * - Initialize VCAP blocks
[all...]
/linux-master/drivers/scsi/
H A Dps3rom.c43 u32 blocks; member in struct:lv1_atapi_cmnd_block
98 atapi_cmnd.block_size = 1; /* transfer size is block_size * blocks */
99 atapi_cmnd.blocks = atapi_cmnd.arglen = scsi_bufflen(cmd);
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_loader.c180 dev_dbg(sst_drv_ctx->dev, "module sign %s size %x blocks %x type %x\n",
182 module->blocks, module->type);
187 for (count = 0; count < module->blocks; count++) {
/linux-master/fs/reiserfs/
H A Dsuper.c625 reiserfs_warning(s, "green-2005", "reserved blocks left %d",
1123 unsigned long *blocks,
1179 *blocks = 0;
1201 *blocks = sb_bdev_nr_blocks(s);
1203 *blocks = simple_strtoul(arg, &p, 0);
1432 unsigned long blocks; local
1454 (s, arg, &mount_options, &blocks, NULL, &commit_max_age,
1505 if (blocks) {
1506 err = reiserfs_resize(s, blocks);
1701 /* after journal replay, reread all bitmap and super blocks */
1110 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) argument
1892 unsigned long blocks; local
[all...]
/linux-master/fs/bcachefs/
H A Dec.c141 prt_printf(out, "algo %u sectors %u blocks %u:%u csum ",
659 "error doing reconstruct read: unable to read enough blocks");
840 "error doing reconstruct read: unable to read enough blocks");
1372 if (s->blocks[i]) {
1373 ob = c->open_buckets + s->blocks[i];
1438 if (s->blocks[i]) {
1439 ob = c->open_buckets + s->blocks[i];
1781 h->s->blocks[j] = buckets.v[i];
1807 h->s->blocks[j] = buckets.v[i];
1834 /* No blocks wort
[all...]

Completed in 236 milliseconds

1234567891011>>