Home
last modified time | relevance | path

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

12

/include/crypto/internal/
A Dblockhash.h28 size_t blocks; \
37 blocks = (len - remain) / (dv); \
38 (*_block_fn)(_state, data, blocks); \
/include/uapi/linux/
A Dv4l2-common.h51 __u32 blocks; member
A Dcramfs_fs.h48 __u32 blocks; member
A Dfuse.h284 uint64_t blocks; member
321 uint64_t blocks; member
335 uint64_t blocks; member
/include/uapi/linux/mmc/
A Dioctl.h23 unsigned int blocks; member
/include/media/
A Dcec.h546 unsigned int blocks = size / 128; in cec_get_edid_spa_location() local
551 if (blocks < 2 || size % 128) in cec_get_edid_spa_location()
561 if (edid[0x7e] + 1 < blocks) in cec_get_edid_spa_location()
562 blocks = edid[0x7e] + 1; in cec_get_edid_spa_location()
564 for (block = 1; block < blocks; block++) { in cec_get_edid_spa_location()
/include/linux/mfd/
A Dstmpe.h157 extern int stmpe_enable(struct stmpe *stmpe, unsigned int blocks);
158 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
/include/drm/
A Ddrm_buddy.h155 struct list_head *blocks,
161 struct list_head *blocks);
/include/trace/events/
A Dhugetlbfs.h49 __field(blkcnt_t, blocks)
59 __entry->blocks = inode->i_blocks;
65 (unsigned long long)__entry->blocks)
A Dmmc.h32 __field(unsigned int, blocks)
61 __entry->blocks = mrq->data ? mrq->data->blocks : 0;
89 __entry->blocks, __entry->blksz,
A Dext4.h174 __field( __u64, blocks )
183 __entry->blocks = inode->i_blocks;
1470 __entry->blocks = max_blocks;
1537 __field( __u64, blocks )
1792 __field( int, blocks )
1801 __entry->blocks = blocks;
1823 __field( int, blocks )
1832 __entry->blocks = blocks;
1849 TP_ARGS(sb, blocks, IP),
1854 __field( int, blocks )
[all …]
A Df2fs.h197 __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;
429 __field(blkcnt_t, blocks)
437 __entry->blocks = inode->i_blocks;
999 __field(blkcnt_t, blocks)
1772 __entry->blocks)
1833 __entry->blocks = last_blks;
[all …]
A Djbd2.h264 __field( __u32, blocks )
278 __entry->blocks = stats->rs_blocks;
292 __entry->handle_count, __entry->blocks,
/include/crypto/
A Dsm3.h62 void sm3_block_generic(struct sm3_state *sctx, u8 const *data, int blocks);
A Dsm3_base.h20 typedef void (sm3_block_fn)(struct sm3_state *sst, u8 const *src, int blocks);
/include/linux/
A Dasync_tx.h184 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int src_cnt,
188 async_syndrome_val(struct page **blocks, unsigned int *offsets, int src_cnt,
A Dstat.h51 u64 blocks; member
A Dquota.h407 blkcnt_t blocks; /* Number of 512-byte blocks in the file */ member
A Dpe.h248 uint16_t blocks; /* pages in file, 0x3 */ member
/include/linux/qed/
A Dqed_fcoe_if.h62 u8 *blocks[MAX_TID_BLOCKS_FCOE]; member
A Dqed_nvmetcp_if.h29 u8 *blocks[MAX_TID_BLOCKS_NVMETCP]; member
A Dqed_iscsi_if.h122 u8 *blocks[MAX_TID_BLOCKS_ISCSI]; member
/include/linux/iio/
A Dbuffer-dma.h92 struct iio_dma_buffer_block *blocks[2]; member
/include/linux/mmc/
A Dcore.h123 unsigned int blocks; /* number of blocks */ member
/include/net/9p/
A D9p.h523 u64 blocks; member

Completed in 46 milliseconds

12