/include/crypto/ |
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 | 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 | sha256_base.h | 19 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()
|
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 | 260 uint64_t blocks; member 297 uint64_t blocks; member 311 uint64_t blocks; member
|
/include/uapi/linux/mmc/ |
D | ioctl.h | 23 unsigned int blocks; member
|
/include/media/ |
D | cec.h | 496 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/ |
D | drm_buddy.h | 143 struct list_head *blocks, 148 struct list_head *blocks);
|
/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/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 | 177 __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 …]
|
D | f2fs.h | 196 __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 …]
|
D | jbd2.h | 264 __field( __u32, blocks ) 278 __entry->blocks = stats->rs_blocks; 292 __entry->handle_count, __entry->blocks,
|
/include/linux/iio/ |
D | buffer-dma.h | 78 struct iio_dma_buffer_block *blocks[2]; member
|
/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/mmc/ |
D | core.h | 118 unsigned int blocks; /* number of blocks */ member
|
/include/net/9p/ |
D | 9p.h | 523 u64 blocks; member
|