Searched refs:blocks (Results 101 - 125 of 449) sorted by relevance

1234567891011>>

/linux-master/arch/arm/crypto/
H A Dsha2-ce-glue.c28 int blocks);
H A Dsha1-ce-glue.c27 int blocks);
H A Dsha512-neon-glue.c24 const u8 *src, int blocks);
H A Dsha512-glue.c29 u8 const *src, int blocks);
/linux-master/arch/arm64/crypto/
H A Dsm3-ce-glue.c24 int blocks);
H A Dsm3-neon-glue.c21 int blocks);
/linux-master/drivers/md/
H A Ddm-verity-fec.h21 #define DM_VERITY_FEC_BUF_RS_BITS 4 /* 1 << RS blocks per buffer */
22 /* we need buffers for at most 1 << block size RS blocks */
40 sector_t start; /* parity data start in blocks */
41 sector_t blocks; /* number of blocks covered */ member in struct:dm_verity_fec
43 sector_t hash_blocks; /* blocks covered after v->hash_start */
/linux-master/fs/hostfs/
H A Dhostfs.h65 unsigned long long blocks; member in struct:hostfs_stat
/linux-master/include/linux/qed/
H A Dqed_fcoe_if.h62 u8 *blocks[MAX_TID_BLOCKS_FCOE]; member in struct:qed_fcoe_tid
/linux-master/arch/x86/include/asm/
H A Damd_nb.h47 * List of threshold blocks
54 struct threshold_block *blocks; member in struct:threshold_bank
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c259 xfs_agblock_t blocks; local
267 error = xfs_btree_count_blocks(cur, &blocks);
271 btreeblks = blocks - 1;
277 error = xfs_btree_count_blocks(cur, &blocks);
281 btreeblks += blocks - 1;
285 error = xfs_btree_count_blocks(cur, &blocks);
289 agf->agf_rmap_blocks = cpu_to_be32(blocks);
290 btreeblks += blocks - 1;
298 error = xfs_btree_count_blocks(cur, &blocks);
302 agf->agf_refcount_blocks = cpu_to_be32(blocks);
949 xfs_agblock_t blocks; local
962 xfs_agblock_t blocks; local
[all...]
H A Drefcount.c61 * Once we've seen all the rmaps, we know that for all blocks in the
63 * visited $seen extents that overlap all the blocks. Therefore, we
352 /* Number of CoW blocks we expect. */
474 * If this is a record for a shared extent, check that all blocks
487 /* Make sure we have as many refc blocks as the rmap says. */
494 xfs_filblks_t blocks; local
500 /* Check that we saw as many refcbt blocks as the rmap knows about. */
505 &XFS_RMAP_OINFO_REFC, &blocks);
508 if (blocks != refcbt_blocks)
511 /* Check that we saw as many cow blocks a
[all...]
/linux-master/include/linux/iio/
H A Dbuffer-dma.h39 * @vaddr: Virutal address of the blocks memory
40 * @phys_addr: Physical address of the blocks memory
70 * @blocks: Buffer blocks used for fileio
77 struct iio_dma_buffer_block *blocks[2]; member in struct:iio_dma_buffer_queue_fileio
92 * @list_lock: Protects lists that contain blocks which can be modified in
93 * atomic context as well as blocks on those lists. This is the outgoing queue
94 * list and typically also a list of active blocks in the part that handles
/linux-master/fs/ext4/
H A Dext4_jbd2.c92 int type, int blocks, int rsv_blocks,
98 trace_ext4_journal_start_inode(inode, blocks, rsv_blocks,
102 trace_ext4_journal_start_sb(sb, blocks, rsv_blocks,
112 return jbd2__journal_start(journal, blocks, rsv_blocks, revoke_creds,
257 * which has been journaled. Metadata (eg. indirect blocks) must be
288 * data blocks. */
90 __ext4_journal_start_sb(struct inode *inode, struct super_block *sb, unsigned int line, int type, int blocks, int rsv_blocks, int revoke_creds) argument
/linux-master/include/trace/events/
H A Dmmc.h32 __field(unsigned int, blocks)
61 __entry->blocks = mrq->data ? mrq->data->blocks : 0;
79 "blocks=%u block_size=%u blk_addr=%u data_flags=0x%x "
89 __entry->blocks, __entry->blksz,
/linux-master/arch/x86/crypto/
H A Dsha512_ssse3_glue.c43 const u8 *data, int blocks);
146 const u8 *data, int blocks);
222 const u8 *data, int blocks);
/linux-master/crypto/async_tx/
H A Draid6test.c56 /* Recover two failed blocks. */
75 struct page *blocks[NDISKS]; local
88 blocks[count++] = ptrs[i];
93 tx = async_xor(dest, blocks, 0, count, bytes, &submit);
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot_util.c90 list_for_each_entry_safe(block, tmp, &state->blocks, node) {
162 list_for_each_entry_safe(block, tmp, &disp_state->blocks, node) {
195 list_add_tail(&new_blk->node, &disp_state->blocks);
/linux-master/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c523 DECLARE_FLEX_ARRAY(struct dl_block, blocks);
533 int i, j, err, data_size, instr_size, blocks, table_end; local
604 for (blocks = 0; blocks * sizeof(struct dl_block) / 4 < image->size;
605 blocks++)
606 if (image->blocks[blocks].type == FW_BLOCK_TYPE_EOF)
608 if (blocks * sizeof(struct dl_block) / 4 >= image->size) {
615 print_npe(KERN_DEBUG, npe, "%i firmware blocks found\n", blocks);
[all...]
/linux-master/tools/perf/util/
H A Dblock-range.c9 u64 blocks; member in struct:__anon302
294 block_ranges.blocks++;
317 if (block_ranges.blocks)
/linux-master/fs/ocfs2/
H A Dslot_map.c340 unsigned long long blocks, bytes = 0; local
348 blocks = ocfs2_blocks_for_bytes(si->si_inode->i_sb, bytes);
349 BUG_ON(blocks > UINT_MAX);
350 si->si_blocks = blocks;
362 BUG_ON((osb->max_slots / si->si_slots_per_block) > blocks);
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c936 first_block = bp[bank]->blocks;
1167 if (tb->blocks)
1168 list_add(&b->miscj, &tb->blocks->miscj);
1170 tb->blocks = b;
1199 struct list_head *head = &b->blocks->miscj;
1204 err = kobject_add(&b->blocks->kobj, b->kobj, b->blocks->kobj.name);
1301 list_for_each_entry_safe(pos, tmp, &bank->blocks->miscj, miscj) {
1306 kobject_put(&bank->blocks->kobj);
1316 list_for_each_entry_safe(pos, tmp, &b->blocks
[all...]
/linux-master/crypto/
H A Dsm3.c170 u8 const *data, int blocks, u32 W[16])
172 while (blocks--) {
186 int blocks; local
198 blocks = len / SM3_BLOCK_SIZE;
201 if (blocks) {
202 sm3_block(sctx, data, blocks, W);
203 data += blocks * SM3_BLOCK_SIZE;
169 sm3_block(struct sm3_state *sctx, u8 const *data, int blocks, u32 W[16]) argument
/linux-master/fs/hfs/
H A Dextent.c290 u32 total_blocks, blocks, start; local
306 blocks = 0;
308 blocks += be16_to_cpu(extent[i].count);
310 res = hfs_free_extents(sb, extent, blocks, blocks);
313 if (total_blocks == blocks)
327 } while (total_blocks > blocks);
/linux-master/fs/hfsplus/
H A Dextents.c401 u32 total_blocks, blocks, start; local
408 blocks = 0;
410 blocks += be32_to_cpu(fork->extents[i].block_count);
412 res = hfsplus_free_extents(sb, fork->extents, blocks, blocks);
415 if (total_blocks == blocks)
434 } while (total_blocks > blocks);

Completed in 697 milliseconds

1234567891011>>