Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 102 of 102) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
Dglue_helper.c40 const unsigned int bsize = 128 / 8; in __glue_ecb_crypt_128bit() local
97 const unsigned int bsize = 128 / 8; in __glue_cbc_encrypt_128bit() local
143 const unsigned int bsize = 128 / 8; in __glue_cbc_decrypt_128bit() local
196 const unsigned int bsize = 128 / 8; in glue_cbc_decrypt_128bit() local
240 const unsigned int bsize = 128 / 8; in __glue_ctr_crypt_128bit() local
279 const unsigned int bsize = 128 / 8; in glue_ctr_crypt_128bit() local
311 const unsigned int bsize = 128 / 8; in __glue_xts_crypt_128bit() local
349 const unsigned int bsize = 128 / 8; in glue_xts_crypt_128bit() local
Dcast5_avx_glue.c64 const unsigned int bsize = CAST5_BLOCK_SIZE; in ecb_crypt() local
135 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_encrypt() local
176 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_decrypt() local
269 const unsigned int bsize = CAST5_BLOCK_SIZE; in __ctr_crypt() local
Dblowfish_glue.c85 unsigned int bsize = BF_BLOCK_SIZE; in ecb_crypt() local
147 unsigned int bsize = BF_BLOCK_SIZE; in __cbc_encrypt() local
188 unsigned int bsize = BF_BLOCK_SIZE; in __cbc_decrypt() local
284 unsigned int bsize = BF_BLOCK_SIZE; in __ctr_crypt() local
Ddes3_ede_glue.c89 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in ecb_crypt() local
154 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_encrypt() local
195 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_decrypt() local
290 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __ctr_crypt() local
Dserpent_avx2_glue.c189 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() local
213 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() local
Dcamellia_aesni_avx2_glue.c211 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; in encrypt_callback() local
241 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; in decrypt_callback() local
Dcamellia_aesni_avx_glue.c215 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; in encrypt_callback() local
239 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; in decrypt_callback() local
Dtwofish_avx_glue.c223 const unsigned int bsize = TF_BLOCK_SIZE; in encrypt_callback() local
245 const unsigned int bsize = TF_BLOCK_SIZE; in decrypt_callback() local
Dserpent_avx_glue.c223 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() local
240 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() local
Dtwofish_glue_3way.c188 const unsigned int bsize = TF_BLOCK_SIZE; in encrypt_callback() local
203 const unsigned int bsize = TF_BLOCK_SIZE; in decrypt_callback() local
Dserpent_sse2_glue.c192 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() local
209 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() local
Dcast6_avx_glue.c210 const unsigned int bsize = CAST6_BLOCK_SIZE; in encrypt_callback() local
227 const unsigned int bsize = CAST6_BLOCK_SIZE; in decrypt_callback() local
Dcamellia_glue.c1410 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; in encrypt_callback() local
1426 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; in decrypt_callback() local
/linux-4.4.14/arch/s390/crypto/
Dsha_common.c24 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update() local
66 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_final() local
/linux-4.4.14/fs/freevxfs/
Dvxfs_olt.c57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock()
77 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt()
Dvxfs_lookup.c67 u_long bsize = ip->i_sb->s_blocksize; in dir_blocks() local
110 u_long bsize = ip->i_sb->s_blocksize; in vxfs_find_entry() local
235 u_long bsize = sbp->s_blocksize; in vxfs_readdir() local
Dvxfs_super.c153 u_long bsize; in vxfs_fill_super() local
Dvxfs_bmap.c71 unsigned long bsize = sb->s_blocksize; in vxfs_bmap_ext4() local
/linux-4.4.14/crypto/
Dpcbc.c51 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local
76 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local
129 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local
156 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
Dcbc.c48 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_encrypt_segment() local
72 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_encrypt_inplace() local
120 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_decrypt_segment() local
146 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_decrypt_inplace() local
Dcts.c80 int bsize = crypto_blkcipher_blocksize(desc->tfm); in cts_cbc_encrypt() local
130 int bsize = crypto_blkcipher_blocksize(desc->tfm); in crypto_cts_encrypt() local
166 int bsize = crypto_blkcipher_blocksize(desc->tfm); in cts_cbc_decrypt() local
225 int bsize = crypto_blkcipher_blocksize(desc->tfm); in crypto_cts_decrypt() local
Dctr.c58 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local
79 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local
105 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local
135 unsigned int bsize = crypto_cipher_blocksize(child); in crypto_ctr_crypt() local
Dblkcipher.c75 unsigned int bsize) in blkcipher_done_slow()
149 unsigned int bsize, in blkcipher_next_slow()
227 unsigned int bsize; in blkcipher_walk_next() local
Dlrw.c84 int err, bsize = LRW_BLOCK_SIZE; in setkey() local
221 const unsigned int bsize = LRW_BLOCK_SIZE; in lrw_crypt() local
Dablkcipher.c77 unsigned int bsize) in ablkcipher_done_slow()
151 unsigned int bsize, in ablkcipher_next_slow()
229 unsigned int alignmask, bsize, n; in ablkcipher_walk_next() local
Decb.c46 int bsize = crypto_cipher_blocksize(tfm); in crypto_ecb_crypt() local
Dxts.c173 const unsigned int bsize = XTS_BLOCK_SIZE; in xts_crypt() local
/linux-4.4.14/arch/m68k/emu/
Dnfblock.c56 u32 blocks, bsize; member
99 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) in nfhd_init_one()
157 u32 blocks, bsize; in nfhd_init() local
/linux-4.4.14/fs/squashfs/
Dfile_direct.c27 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize) in squashfs_readpage_block()
140 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize, in squashfs_read_cache()
Dfile_cache.c23 int squashfs_readpage_block(struct page *page, u64 block, int bsize) in squashfs_readpage_block()
Dfile.c472 int bsize = read_blocklist(inode, index, &block); in squashfs_readpage() local
/linux-4.4.14/sound/oss/
Dsb_audio.c252 static int sb1_audio_prepare_for_input(int dev, int bsize, int bcount) in sb1_audio_prepare_for_input()
267 static int sb1_audio_prepare_for_output(int dev, int bsize, int bcount) in sb1_audio_prepare_for_output()
465 static int sbpro_audio_prepare_for_input(int dev, int bsize, int bcount) in sbpro_audio_prepare_for_input()
493 static int sbpro_audio_prepare_for_output(int dev, int bsize, int bcount) in sbpro_audio_prepare_for_output()
631 static int sb16_audio_prepare_for_input(int dev, int bsize, int bcount) in sb16_audio_prepare_for_input()
657 static int sb16_audio_prepare_for_output(int dev, int bsize, int bcount) in sb16_audio_prepare_for_output()
Dpas2_pcm.c347 static int pas_audio_prepare_for_input(int dev, int bsize, int bcount) in pas_audio_prepare_for_input()
353 static int pas_audio_prepare_for_output(int dev, int bsize, int bcount) in pas_audio_prepare_for_output()
Dvidc.c321 static int vidc_audio_prepare_for_input(int dev, int bsize, int bcount) in vidc_audio_prepare_for_input()
338 static int vidc_audio_prepare_for_output(int dev, int bsize, int bcount) in vidc_audio_prepare_for_output()
Dsb_ess.c438 static int ess_audio_prepare_for_input(int dev, int bsize, int bcount) in ess_audio_prepare_for_input()
459 static int ess_audio_prepare_for_output_audio1 (int dev, int bsize, int bcount) in ess_audio_prepare_for_output_audio1()
480 static int ess_audio_prepare_for_output_audio2 (int dev, int bsize, int bcount) in ess_audio_prepare_for_output_audio2()
518 static int ess_audio_prepare_for_output(int dev, int bsize, int bcount) in ess_audio_prepare_for_output()
Dwaveartist.c567 waveartist_prepare_for_input(int dev, int bsize, int bcount) in waveartist_prepare_for_input()
624 waveartist_prepare_for_output(int dev, int bsize, int bcount) in waveartist_prepare_for_output()
Dad1848.c1123 static int ad1848_prepare_for_output(int dev, int bsize, int bcount) in ad1848_prepare_for_output()
1191 static int ad1848_prepare_for_input(int dev, int bsize, int bcount) in ad1848_prepare_for_input()
Dswarm_cs4297a.c346 static void clear_advance(void *buf, unsigned bsize, unsigned bptr, in clear_advance()
/linux-4.4.14/fs/reiserfs/
Ditem_ops.c31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) in sd_is_left_mergeable()
136 unsigned long bsize) in direct_is_left_mergeable()
228 unsigned long bsize) in indirect_is_left_mergeable()
372 unsigned long bsize) in direntry_is_left_mergeable()
658 unsigned long bsize) in errcatch_is_left_mergeable()
Dreiserfs.h2646 #define op_bytes_number(ih,bsize) item_ops[le_ih_k_type (ih)]->bytes_number (ih,… argument
2647 #define op_is_left_mergeable(key,bsize) item_ops[le_key_k_type (le_key_version (key), … argument
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_inline.h71 host_to_fcp_swap(uint8_t *fcp, uint32_t bsize) in host_to_fcp_swap()
84 host_to_adap(uint8_t *src, uint8_t *dst, uint32_t bsize) in host_to_adap()
/linux-4.4.14/drivers/mtd/
Dftl.c790 uint32_t log_addr, bsize; in ftl_read() local
836 uint32_t bsize, blk, le_virt_addr; in set_bam_entry() local
904 uint32_t bsize, log_addr, virt_addr, old_addr, blk; in ftl_write() local
1012 uint32_t bsize = 1 << part->header.EraseUnitSize; in ftl_discardsect() local
/linux-4.4.14/lib/mpi/
Dmpi-pow.c42 mpi_size_t esize, msize, bsize, rsize; in mpi_powm() local
/linux-4.4.14/fs/affs/
Dfile.c508 u32 bidx, boff, bsize; in affs_do_readpage_ofs() local
544 u32 size, bsize; in affs_extent_file_ofs() local
676 u32 bidx, boff, bsize; in affs_write_end_ofs() local
Damigaffs.c340 int bsize; in affs_checksum_block() local
/linux-4.4.14/fs/jfs/
Djfs_mount.c311 s32 bsize; in chkSuper() local
Djfs_incore.h170 short bsize; /* logical block size */ member
Djfs_logmgr.h69 __le32 bsize; /* 4: logical block size in byte */ member
Djfs_dmap.c3897 int l2max, l2free, bsize, nextb, i; in dbInitTree() local
/linux-4.4.14/fs/nfs/
Dinternal.h89 unsigned int bsize; member
570 unsigned long nfs_block_bits(unsigned long bsize, unsigned char *nrbitsp) in nfs_block_bits()
599 unsigned long nfs_block_size(unsigned long bsize, unsigned char *nrbitsp) in nfs_block_size()
Dpagelist.c697 unsigned int bsize) in nfs_pageio_mirror_init()
722 size_t bsize, in nfs_pageio_init()
/linux-4.4.14/arch/x86/include/asm/crypto/
Dglue_helper.h46 static inline bool glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit, in glue_fpu_begin()
/linux-4.4.14/security/apparmor/
Dmatch.c37 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table()
/linux-4.4.14/include/uapi/linux/
Dnfs_mount.h42 unsigned int bsize; /* 3 */ member
Dcoff.h135 char bsize[4]; /* uninitialized data " " */ member
Dfuse.h173 uint32_t bsize; member
/linux-4.4.14/arch/mips/boot/
Decoff.h38 long bsize; /* uninitialized data " " */ member
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf-core.c385 unsigned int bcount, unsigned int bsize, in __videobuf_mmap_setup()
429 unsigned int bcount, unsigned int bsize, in videobuf_mmap_setup()
/linux-4.4.14/arch/alpha/include/uapi/asm/
Da.out.h30 __u64 bsize; member
/linux-4.4.14/fs/sysv/
Dsuper.c308 int bsize = 1 << n_bits; in complete_read_super() local
/linux-4.4.14/mm/
Dtruncate.c735 int bsize = 1 << inode->i_blkbits; in pagecache_isize_extended() local
/linux-4.4.14/drivers/s390/block/
Ddasd_diag.c329 unsigned int sb, bsize; in dasd_diag_check_device() local
Ddasd_int.h642 dasd_check_blocksize(int bsize) in dasd_check_blocksize()
/linux-4.4.14/include/media/
Dvideobuf-core.h89 size_t bsize; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c2003 static char *is_misc_err_name(char *buf, size_t bsize, unsigned int source) in is_misc_err_name()
2019 static char *is_sdma_eng_err_name(char *buf, size_t bsize, unsigned int source) in is_sdma_eng_err_name()
2028 static char *is_sendctxt_err_name(char *buf, size_t bsize, unsigned int source) in is_sendctxt_err_name()
2045 static char *is_various_name(char *buf, size_t bsize, unsigned int source) in is_various_name()
2057 static char *is_dc_name(char *buf, size_t bsize, unsigned int source) in is_dc_name()
2082 static char *is_sdma_eng_name(char *buf, size_t bsize, unsigned int source) in is_sdma_eng_name()
2099 static char *is_rcv_avail_name(char *buf, size_t bsize, unsigned int source) in is_rcv_avail_name()
2108 static char *is_rcv_urgent_name(char *buf, size_t bsize, unsigned int source) in is_rcv_urgent_name()
2117 static char *is_send_credit_name(char *buf, size_t bsize, unsigned int source) in is_send_credit_name()
2126 static char *is_reserved_name(char *buf, size_t bsize, unsigned int source) in is_reserved_name()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00usb.c113 u16 off, len, bsize; in rt2x00usb_vendor_request_buff() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dinit.c231 int i, bsize, desc_len; in ath_descdma_setup() local
/linux-4.4.14/drivers/net/wireless/
Dat76c50x-usb.c372 int bsize = 0; in at76_usbdfu_download() local
1264 int bsize; in at76_load_external_fw() local
/linux-4.4.14/fs/nilfs2/
Dalloc.c392 unsigned bsize, in nilfs_palloc_find_available_slot()
/linux-4.4.14/fs/cachefiles/
Dinternal.h75 unsigned bsize; /* cache's block size */ member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgf100.c569 u64 bsize = (u64)nvkm_rd32(device, 0x10f20c) << 20; in gf100_ram_ctor() local
/linux-4.4.14/fs/udf/
Dnamei.c928 uint32_t bsize; in udf_symlink() local
Dinode.c1209 int bsize = 1 << inode->i_blkbits; in udf_setsize() local
/linux-4.4.14/arch/powerpc/boot/
Drs6000.h44 unsigned char bsize[4]; /* uninitialized data " " */ member
/linux-4.4.14/fs/gfs2/
Daops.c45 unsigned int bsize = head->b_size; in gfs2_page_add_databufs() local
Dbmap.c608 unsigned int bsize = sdp->sd_sb.sb_bsize; in gfs2_block_map() local
Dquota.c667 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local
Drgrp.c898 const unsigned bsize = sdp->sd_sb.sb_bsize; in read_rindex_entry() local
/linux-4.4.14/fs/nfsd/
Dnfsctl.c873 int bsize; in write_maxblksize() local
/linux-4.4.14/include/linux/
Dnfs_fs_sb.h143 unsigned int bsize; /* server block size */ member
Dnfs_xdr.h159 __u32 bsize; /* Filesystem block size */ member
/linux-4.4.14/fs/xfs/
Dxfs_buf.c1449 size_t bsize, /* length to copy */ in xfs_buf_iomove()
/linux-4.4.14/include/net/9p/
D9p.h527 u32 bsize; member
/linux-4.4.14/drivers/mmc/host/
Ds3cmci.c153 u32 con, pre, cmdarg, cmdcon, cmdsta, r0, r1, r2, r3, timer, bsize; in dbg_dumpregs() local
/linux-4.4.14/tools/perf/util/
Dprobe-finder.c298 int bsize, boffs, total; in convert_variable_type() local
/linux-4.4.14/fs/
Dblock_dev.c1145 unsigned bsize = bdev_logical_block_size(bdev); in bd_set_size() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Devergreen_cs.c451 unsigned long tmp, nby, bsize, size, min = 0; in evergreen_cs_track_validate_cb() local
/linux-4.4.14/drivers/media/usb/gspca/
Dgspca.c764 int n, nurbs, i, psize, npkt, bsize; in create_urbs() local
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_format.h844 static inline int xfs_attr_leaf_entsize_local_max(int bsize) in xfs_attr_leaf_entsize_local_max()
/linux-4.4.14/fs/ocfs2/
Daops.c1106 unsigned int bsize = 1 << inode->i_blkbits; in ocfs2_map_page_blocks() local
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1884 int bsize; in cfs_hash_rehash_worker() local
/linux-4.4.14/arch/mips/include/asm/
Dsgiarcs.h279 unsigned char bsize; member
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_debugfs.c1262 size_t bsize; in lpfc_idiag_cmd_get() local
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c622 u64 bsize = (u64)runtime->oss.buffer_bytes * (u64)bytes; in snd_pcm_oss_bytes() local
/linux-4.4.14/sound/pci/
Des1968.c1107 unsigned int pa, unsigned int bsize, in init_capture_apu()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c2252 unsigned int bsize, unsigned int cong_thres, int gen, in t3_sge_init_flcntxt()
/linux-4.4.14/security/tomoyo/
Dcommon.h1307 size_t bsize = 32; in tomoyo_round2() local
/linux-4.4.14/kernel/trace/
Dring_buffer.c1306 int bsize; in __ring_buffer_alloc() local
/linux-4.4.14/drivers/crypto/
Dhifn_795x.c2329 unsigned int bsize; member
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-npi-defs.h342 uint64_t bsize:16; member
Dcvmx-sli-defs.h2520 uint64_t bsize:16; member
Dcvmx-npei-defs.h3886 uint64_t bsize:16; member