| /include/crypto/ |
| D | sm3_base.h | 19 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()
|
| D | sha1_base.h | 19 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()
|
| D | sha256_base.h | 19 int blocks); 47 unsigned 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()
|
| D | sha512_base.h | 20 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/ |
| D | v4l2-common.h | 51 __u32 blocks; member
|
| D | cramfs_fs.h | 48 __u32 blocks; member
|
| D | fuse.h | 269 uint64_t blocks; member 306 uint64_t blocks; member 320 uint64_t blocks; member
|
| /include/uapi/linux/mmc/ |
| D | ioctl.h | 23 unsigned int blocks; member
|
| /include/media/ |
| D | cec.h | 547 unsigned int blocks = size / 128; in cec_get_edid_spa_location() local 552 if (blocks < 2 || size % 128) in cec_get_edid_spa_location() 562 if (edid[0x7e] + 1 < blocks) in cec_get_edid_spa_location() 563 blocks = edid[0x7e] + 1; in cec_get_edid_spa_location() 565 for (block = 1; block < blocks; block++) { in cec_get_edid_spa_location()
|
| /include/linux/mfd/ |
| D | stmpe.h | 157 extern int stmpe_enable(struct stmpe *stmpe, unsigned int blocks); 158 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
|
| /include/drm/ |
| D | drm_buddy.h | 155 struct list_head *blocks, 161 struct list_head *blocks);
|
| /include/linux/ |
| D | stat.h | 51 u64 blocks; member
|
| D | async_tx.h | 189 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,
|
| D | pe.h | 179 uint16_t blocks; /* pages in file, 0x3 */ member
|
| D | quota.h | 413 blkcnt_t blocks; /* Number of 512-byte blocks in the file */ member
|
| /include/trace/events/ |
| D | mmc.h | 32 __field(unsigned int, blocks) 61 __entry->blocks = mrq->data ? mrq->data->blocks : 0; 89 __entry->blocks, __entry->blksz,
|
| D | ext4.h | 176 __field( __u64, blocks ) 185 __entry->blocks = inode->i_blocks; 192 __entry->uid, __entry->gid, __entry->blocks) 1433 __field( unsigned int, blocks ) 1441 __entry->blocks = max_blocks; 1448 __entry->pos, __entry->blocks, 1508 __field( __u64, blocks ) 1514 __entry->blocks = inode->i_blocks; 1519 (unsigned long) __entry->ino, __entry->blocks) 1755 TP_PROTO(struct super_block *sb, int blocks, int rsv_blocks, [all …]
|
| D | f2fs.h | 197 __field(blkcnt_t, blocks) 208 __entry->blocks = inode->i_blocks; 219 (unsigned long long)__entry->blocks, 349 __field(blkcnt_t, blocks) 357 __entry->blocks = dir->i_blocks; 365 (unsigned long long)__entry->blocks, 429 __field(blkcnt_t, blocks) 437 __entry->blocks = inode->i_blocks; 445 (unsigned long long)__entry->blocks, 999 __field(blkcnt_t, blocks) [all …]
|
| D | jbd2.h | 264 __field( __u32, blocks ) 278 __entry->blocks = stats->rs_blocks; 292 __entry->handle_count, __entry->blocks,
|
| /include/linux/qed/ |
| D | qed_fcoe_if.h | 62 u8 *blocks[MAX_TID_BLOCKS_FCOE]; member
|
| D | qed_nvmetcp_if.h | 29 u8 *blocks[MAX_TID_BLOCKS_NVMETCP]; member
|
| D | qed_iscsi_if.h | 122 u8 *blocks[MAX_TID_BLOCKS_ISCSI]; member
|
| /include/linux/iio/ |
| D | buffer-dma.h | 92 struct iio_dma_buffer_block *blocks[2]; member
|
| /include/linux/mmc/ |
| D | core.h | 105 unsigned int blocks; /* number of blocks */ member
|
| /include/net/9p/ |
| D | 9p.h | 523 u64 blocks; member
|