Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 30) sorted by relevance

12

/include/crypto/
Dsha1_base.h19 typedef void (sha1_block_fn)(struct sha1_state *sst, u8 const *src, int blocks);
46 int blocks; in sha1_base_do_update() local
58 blocks = len / SHA1_BLOCK_SIZE; in sha1_base_do_update()
61 if (blocks) { in sha1_base_do_update()
62 block_fn(sctx, data, blocks); in sha1_base_do_update()
63 data += blocks * SHA1_BLOCK_SIZE; in sha1_base_do_update()
Dsm3_base.h19 typedef void (sm3_block_fn)(struct sm3_state *sst, u8 const *src, int blocks);
49 int blocks; in sm3_base_do_update() local
61 blocks = len / SM3_BLOCK_SIZE; in sm3_base_do_update()
64 if (blocks) { in sm3_base_do_update()
65 block_fn(sctx, data, blocks); in sm3_base_do_update()
66 data += blocks * SM3_BLOCK_SIZE; in sm3_base_do_update()
Dsha256_base.h19 int blocks);
47 int blocks; in lib_sha256_base_do_update() local
59 blocks = len / SHA256_BLOCK_SIZE; in lib_sha256_base_do_update()
62 if (blocks) { in lib_sha256_base_do_update()
63 block_fn(sctx, data, blocks); in lib_sha256_base_do_update()
64 data += blocks * SHA256_BLOCK_SIZE; in lib_sha256_base_do_update()
Dsha512_base.h20 int blocks);
69 int blocks; in sha512_base_do_update() local
81 blocks = len / SHA512_BLOCK_SIZE; in sha512_base_do_update()
84 if (blocks) { in sha512_base_do_update()
85 block_fn(sctx, data, blocks); in sha512_base_do_update()
86 data += blocks * SHA512_BLOCK_SIZE; in sha512_base_do_update()
/include/uapi/linux/
Dv4l2-common.h51 __u32 blocks; member
Dcramfs_fs.h48 __u32 blocks; member
Dfuse.h260 uint64_t blocks; member
297 uint64_t blocks; member
311 uint64_t blocks; member
/include/uapi/linux/mmc/
Dioctl.h23 unsigned int blocks; member
/include/media/
Dcec.h496 unsigned int blocks = size / 128; in cec_get_edid_spa_location() local
501 if (blocks < 2 || size % 128) in cec_get_edid_spa_location()
511 if (edid[0x7e] + 1 < blocks) in cec_get_edid_spa_location()
512 blocks = edid[0x7e] + 1; in cec_get_edid_spa_location()
514 for (block = 1; block < blocks; block++) { in cec_get_edid_spa_location()
/include/drm/
Ddrm_buddy.h143 struct list_head *blocks,
148 struct list_head *blocks);
/include/linux/mfd/
Dstmpe.h157 extern int stmpe_enable(struct stmpe *stmpe, unsigned int blocks);
158 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
/include/linux/
Dstat.h51 u64 blocks; member
Dasync_tx.h189 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int src_cnt,
193 async_syndrome_val(struct page **blocks, unsigned int *offsets, int src_cnt,
Dpe.h179 uint16_t blocks; /* pages in file, 0x3 */ member
Dquota.h413 blkcnt_t blocks; /* Number of 512-byte blocks in the file */ member
/include/trace/events/
Dmmc.h32 __field(unsigned int, blocks)
61 __entry->blocks = mrq->data ? mrq->data->blocks : 0;
89 __entry->blocks, __entry->blksz,
Dext4.h177 __field( __u64, blocks )
186 __entry->blocks = inode->i_blocks;
193 __entry->uid, __entry->gid, __entry->blocks)
1435 __field( unsigned int, blocks )
1443 __entry->blocks = max_blocks;
1450 __entry->pos, __entry->blocks,
1510 __field( __u64, blocks )
1516 __entry->blocks = inode->i_blocks;
1521 (unsigned long) __entry->ino, __entry->blocks)
1757 TP_PROTO(struct super_block *sb, int blocks, int rsv_blocks,
[all …]
Df2fs.h196 __field(blkcnt_t, blocks)
207 __entry->blocks = inode->i_blocks;
218 (unsigned long long)__entry->blocks,
348 __field(blkcnt_t, blocks)
356 __entry->blocks = dir->i_blocks;
364 (unsigned long long)__entry->blocks,
428 __field(blkcnt_t, blocks)
436 __entry->blocks = inode->i_blocks;
444 (unsigned long long)__entry->blocks,
998 __field(blkcnt_t, blocks)
[all …]
Djbd2.h264 __field( __u32, blocks )
278 __entry->blocks = stats->rs_blocks;
292 __entry->handle_count, __entry->blocks,
/include/linux/iio/
Dbuffer-dma.h78 struct iio_dma_buffer_block *blocks[2]; member
/include/linux/qed/
Dqed_fcoe_if.h62 u8 *blocks[MAX_TID_BLOCKS_FCOE]; member
Dqed_nvmetcp_if.h29 u8 *blocks[MAX_TID_BLOCKS_NVMETCP]; member
Dqed_iscsi_if.h122 u8 *blocks[MAX_TID_BLOCKS_ISCSI]; member
/include/linux/mmc/
Dcore.h118 unsigned int blocks; /* number of blocks */ member
/include/net/9p/
D9p.h523 u64 blocks; member

12