Home
last modified time | relevance | path

Searched defs:bsize (Results 1 - 25 of 213) sorted by relevance

123456789

/kernel/linux/linux-5.10/fs/squashfs/
H A Dfile_cache.c21 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected) in squashfs_readpage_block() argument
H A Dfile_direct.c25 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() argument
144 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize, in squashfs_read_cache() argument
/kernel/linux/linux-6.6/fs/squashfs/
H A Dfile_cache.c21 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected) in squashfs_readpage_block() argument
H A Dfile_direct.c22 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() argument
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha_common.c19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update() local
75 unsigned int bsize = crypto_shash_blocksize(desc->tfm); s390_sha_final() local
[all...]
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha_common.c19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update() local
75 unsigned int bsize = crypto_shash_blocksize(desc->tfm); s390_sha_final() local
[all...]
/kernel/linux/linux-5.10/fs/freevxfs/
H A Dvxfs_olt.c57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() argument
77 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt() argument
H A Dvxfs_bmap.c72 unsigned long bsize = sb->s_blocksize; in vxfs_bmap_ext4() local
/kernel/linux/linux-5.10/include/crypto/
H A Dctr.h48 int bsize = min(nbytes, blocksize); in crypto_ctr_encrypt_walk() local
/kernel/linux/linux-6.6/include/crypto/
H A Dctr.h48 int bsize = min(nbytes, blocksize); in crypto_ctr_encrypt_walk() local
/kernel/linux/linux-6.6/fs/freevxfs/
H A Dvxfs_olt.c33 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() argument
53 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt() argument
H A Dvxfs_bmap.c48 unsigned long bsize = sb->s_blocksize; in vxfs_bmap_ext4() local
/kernel/linux/linux-5.10/crypto/
H A Dofb.c21 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt() local
H A Decb.c19 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt() local
H A Dpcbc.c23 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local
45 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local
90 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_segment() local
112 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_inplace() local
[all...]
H A Dcbc.c19 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment() local
47 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace() local
94 unsigned int bsize = crypto_skcipher_blocksize(skcipher); crypto_cbc_decrypt_segment() local
124 unsigned int bsize = crypto_skcipher_blocksize(skcipher); crypto_cbc_decrypt_inplace() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dofb.c22 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt() local
H A Decb.c20 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt() local
H A Dpcbc.c24 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local
46 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local
91 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_segment() local
113 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_inplace() local
[all...]
H A Dcbc.c20 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment() local
48 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace() local
95 unsigned int bsize = crypto_skcipher_blocksize(skcipher); crypto_cbc_decrypt_segment() local
125 unsigned int bsize = crypto_skcipher_blocksize(skcipher); crypto_cbc_decrypt_inplace() local
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dglue_helper.h42 static inline bool glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit, in glue_fpu_begin() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem2node.c39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init() argument
51 u64 bsize = env->memory_bsize; in mem2node__init() local
/kernel/linux/linux-5.10/fs/iomap/
H A Dseek.c22 unsigned int bsize = i_blocksize(inode), off; in page_seek_hole_data() local
/kernel/linux/linux-5.10/fs/udf/
H A Dtruncate.c130 int bsize = 1 << inode->i_blkbits; in udf_discard_prealloc() local
/kernel/linux/linux-6.6/fs/udf/
H A Dtruncate.c126 int bsize = i_blocksize(inode); in udf_discard_prealloc() local

Completed in 8 milliseconds

123456789