| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 88 int rounds, int blocks)) in __ecb_crypt() 98 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in __ecb_crypt() local 160 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in cbc_encrypt() local 183 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in cbc_decrypt() local 210 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; in ctr_encrypt() local 273 int rounds, int blocks, u8 iv[])) in __xts_crypt() 313 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; in __xts_crypt() local
|
| /linux/arch/x86/crypto/ |
| H A D | ecb_cbc_helpers.h | 32 #define ECB_WALK_ADVANCE(blocks) do { \ argument 38 #define ECB_BLOCK(blocks, func) do { \ argument 61 #define CBC_DEC_BLOCK(blocks, func) do { \ argument
|
| /linux/fs/xfs/scrub/ |
| H A D | agheader.c | 439 xfs_extlen_t *blocks = priv; in xchk_agf_record_bno_lengths() local 451 xfs_extlen_t blocks = 0; in xchk_agf_xref_freeblks() local 472 xfs_extlen_t blocks; in xchk_agf_xref_cntbt() local 504 xfs_filblks_t blocks; in xchk_agf_xref_btreeblks() local 553 xfs_filblks_t blocks; in xchk_agf_xref_refcblks() local 886 xfs_filblks_t blocks; in xchk_agi_xref_fiblocks() local
|
| /linux/mm/ |
| H A D | dmapool_test.c | 41 static int dmapool_test_alloc(struct dma_pool_pair *p, int blocks) in dmapool_test_alloc() 65 int blocks = nr_blocks(parms->size); in dmapool_test_block() local
|
| /linux/fs/quota/ |
| H A D | quota_v1.c | 27 static inline qsize_t v1_qbtos(qsize_t blocks) in v1_qbtos() 130 ulong blocks; in v1_check_quota_file() local
|
| /linux/lib/crypto/x86/ |
| H A D | blake2s.h | 34 const size_t blocks = min_t(size_t, nblocks, in blake2s_compress() local
|
| /linux/lib/crypto/arm/ |
| H A D | blake2b.h | 24 const size_t blocks = min_t(size_t, nblocks, in blake2b_compress() local
|
| /linux/drivers/mtd/tests/ |
| H A D | speedtest.c | 43 static int multiblock_erase(int ebnum, int blocks) in multiblock_erase() 175 int err, i, blocks, j, k; in mtd_speedtest_init() local
|
| /linux/fs/squashfs/ |
| H A D | file.c | 175 int blocks = min_t(int, n, PAGE_SIZE >> 2); in read_indexes() local 216 static inline int calculate_skip(u64 blocks) in calculate_skip() 277 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() local
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 248 int blocks = len / SHA1_BLOCK_SIZE; in padlock_sha1_update_nano() local 266 int blocks = len / SHA256_BLOCK_SIZE; in padlock_sha256_update_nano() local
|
| /linux/tools/testing/selftests/net/ |
| H A D | psock_tpacket.c | 630 static void __v1_v2_fill(struct ring *ring, unsigned int blocks) in __v1_v2_fill() 646 static void __v3_fill(struct ring *ring, unsigned int blocks, int type) in __v3_fill() 670 unsigned int blocks = 256; in setup_ring() local
|
| /linux/include/uapi/linux/ |
| H A D | v4l2-common.h | 51 __u32 blocks; member
|
| H A D | cramfs_fs.h | 48 __u32 blocks; member
|
| /linux/tools/perf/util/ |
| H A D | call-path.h | 56 struct list_head blocks; member
|
| H A D | block-range.c | 9 u64 blocks; member
|
| /linux/drivers/md/ |
| H A D | dm-ebs-target.c | 145 sector_t block, blocks, sector = bio->bi_iter.bi_sector; in __ebs_discard_bio() local 169 sector_t blocks, sector = bio->bi_iter.bi_sector; in __ebs_forget_bio() local
|
| /linux/include/uapi/linux/mmc/ |
| H A D | ioctl.h | 23 unsigned int blocks; member
|
| /linux/fs/xfs/ |
| H A D | xfs_quota.h | 209 static inline int xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres() 222 xfs_quota_unreserve_blkres(struct xfs_inode *ip, uint64_t blocks) in xfs_quota_unreserve_blkres()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_ops.c | 115 unsigned addr, int incr_addr, u8 *buf, unsigned blocks, unsigned blksz) in mmc_io_rw_extended()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_main.h | 79 static inline void octeon_swap_8B_data(u64 *data, u32 blocks) in octeon_swap_8B_data()
|
| /linux/crypto/async_tx/ |
| H A D | raid6test.c | 75 struct page *blocks[NDISKS]; in raid6_dual_recov() local
|
| /linux/fs/hostfs/ |
| H A D | hostfs.h | 33 unsigned long long blocks; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_acl_flex_keys.c | 56 const struct mlxsw_afk_block *blocks; member 117 const struct mlxsw_afk_block *blocks[]; member
|
| /linux/tools/testing/selftests/x86/ |
| H A D | lam.c | 587 int blocks = (int)(fi->file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_cq() local 613 int blocks = (int)(remain + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_sq() local 689 int blocks = (int)(file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in do_uring() local
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | file_backed.c | 181 unsigned long blocks; ublk_loop_tgt_init() local
|