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

/linux-4.1.27/fs/squashfs/
H A Dfile_cache.c23 int squashfs_readpage_block(struct page *page, u64 block, int bsize) squashfs_readpage_block() argument
H A Dfile_direct.c27 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize) squashfs_readpage_block() argument
140 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize, squashfs_read_cache() argument
H A Dfile.c472 int bsize = read_blocklist(inode, index, &block); squashfs_readpage() local
/linux-4.1.27/arch/s390/crypto/
H A Dsha_common.c24 unsigned int bsize = crypto_shash_blocksize(desc->tfm); s390_sha_update() local
66 unsigned int bsize = crypto_shash_blocksize(desc->tfm); s390_sha_final() local
/linux-4.1.27/fs/freevxfs/
H A Dvxfs_olt.c57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) vxfs_oblock() argument
77 vxfs_read_olt(struct super_block *sbp, u_long bsize) vxfs_read_olt() argument
H A Dvxfs_bmap.c71 unsigned long bsize = sb->s_blocksize; vxfs_bmap_ext4() local
H A Dvxfs_super.c153 u_long bsize; vxfs_fill_super() local
H A Dvxfs_lookup.c74 u_long bsize = ip->i_sb->s_blocksize; dir_blocks() local
117 u_long bsize = ip->i_sb->s_blocksize; vxfs_find_entry() local
242 u_long bsize = sbp->s_blocksize; vxfs_readdir() local
/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c85 unsigned int bsize = BF_BLOCK_SIZE; ecb_crypt() local
147 unsigned int bsize = BF_BLOCK_SIZE; __cbc_encrypt() local
188 unsigned int bsize = BF_BLOCK_SIZE; __cbc_decrypt() local
284 unsigned int bsize = BF_BLOCK_SIZE; __ctr_crypt() local
H A Dcast5_avx_glue.c65 const unsigned int bsize = CAST5_BLOCK_SIZE; ecb_crypt() local
136 const unsigned int bsize = CAST5_BLOCK_SIZE; __cbc_encrypt() local
177 const unsigned int bsize = CAST5_BLOCK_SIZE; __cbc_decrypt() local
270 const unsigned int bsize = CAST5_BLOCK_SIZE; __ctr_crypt() local
H A Dglue_helper.c40 const unsigned int bsize = 128 / 8; __glue_ecb_crypt_128bit() local
97 const unsigned int bsize = 128 / 8; __glue_cbc_encrypt_128bit() local
143 const unsigned int bsize = 128 / 8; __glue_cbc_decrypt_128bit() local
196 const unsigned int bsize = 128 / 8; glue_cbc_decrypt_128bit() local
240 const unsigned int bsize = 128 / 8; __glue_ctr_crypt_128bit() local
279 const unsigned int bsize = 128 / 8; glue_ctr_crypt_128bit() local
311 const unsigned int bsize = 128 / 8; __glue_xts_crypt_128bit() local
349 const unsigned int bsize = 128 / 8; glue_xts_crypt_128bit() local
H A Dserpent_avx2_glue.c190 const unsigned int bsize = SERPENT_BLOCK_SIZE; encrypt_callback() local
214 const unsigned int bsize = SERPENT_BLOCK_SIZE; decrypt_callback() local
H A Dcamellia_aesni_avx2_glue.c212 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; encrypt_callback() local
242 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; decrypt_callback() local
H A Dcamellia_aesni_avx_glue.c216 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; encrypt_callback() local
240 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; decrypt_callback() local
H A Dcast6_avx_glue.c211 const unsigned int bsize = CAST6_BLOCK_SIZE; encrypt_callback() local
228 const unsigned int bsize = CAST6_BLOCK_SIZE; decrypt_callback() local
H A Ddes3_ede_glue.c89 unsigned int bsize = DES3_EDE_BLOCK_SIZE; ecb_crypt() local
154 unsigned int bsize = DES3_EDE_BLOCK_SIZE; __cbc_encrypt() local
195 unsigned int bsize = DES3_EDE_BLOCK_SIZE; __cbc_decrypt() local
290 unsigned int bsize = DES3_EDE_BLOCK_SIZE; __ctr_crypt() local
H A Dserpent_avx_glue.c224 const unsigned int bsize = SERPENT_BLOCK_SIZE; encrypt_callback() local
241 const unsigned int bsize = SERPENT_BLOCK_SIZE; decrypt_callback() local
H A Dserpent_sse2_glue.c192 const unsigned int bsize = SERPENT_BLOCK_SIZE; encrypt_callback() local
209 const unsigned int bsize = SERPENT_BLOCK_SIZE; decrypt_callback() local
H A Dtwofish_avx_glue.c225 const unsigned int bsize = TF_BLOCK_SIZE; encrypt_callback() local
247 const unsigned int bsize = TF_BLOCK_SIZE; decrypt_callback() local
H A Dtwofish_glue_3way.c188 const unsigned int bsize = TF_BLOCK_SIZE; encrypt_callback() local
203 const unsigned int bsize = TF_BLOCK_SIZE; decrypt_callback() local
H A Dcamellia_glue.c1410 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; encrypt_callback() local
1426 const unsigned int bsize = CAMELLIA_BLOCK_SIZE; decrypt_callback() local
/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dglue_helper.h46 static inline bool glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit, glue_fpu_begin() argument
/linux-4.1.27/crypto/
H A Dcbc.c48 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_encrypt_segment() local
72 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_encrypt_inplace() local
120 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_decrypt_segment() local
146 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_decrypt_inplace() local
H A Dcts.c80 int bsize = crypto_blkcipher_blocksize(desc->tfm); cts_cbc_encrypt() local
130 int bsize = crypto_blkcipher_blocksize(desc->tfm); crypto_cts_encrypt() local
166 int bsize = crypto_blkcipher_blocksize(desc->tfm); cts_cbc_decrypt() local
225 int bsize = crypto_blkcipher_blocksize(desc->tfm); crypto_cts_decrypt() local
H A Decb.c46 int bsize = crypto_cipher_blocksize(tfm); crypto_ecb_crypt() local
H A Dpcbc.c51 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_encrypt_segment() local
76 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_encrypt_inplace() local
129 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_segment() local
156 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_inplace() local
H A Dctr.c58 unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_ctr_crypt_final() local
79 unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_ctr_crypt_segment() local
105 unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_ctr_crypt_inplace() local
135 unsigned int bsize = crypto_cipher_blocksize(child); crypto_ctr_crypt() local
H A Dlrw.c84 int err, bsize = LRW_BLOCK_SIZE; setkey() local
221 const unsigned int bsize = LRW_BLOCK_SIZE; lrw_crypt() local
H A Dxts.c173 const unsigned int bsize = XTS_BLOCK_SIZE; xts_crypt() local
H A Dablkcipher.c229 unsigned int alignmask, bsize, n; ablkcipher_walk_next() local
76 ablkcipher_done_slow(struct ablkcipher_walk *walk, unsigned int bsize) ablkcipher_done_slow() argument
149 ablkcipher_next_slow(struct ablkcipher_request *req, struct ablkcipher_walk *walk, unsigned int bsize, unsigned int alignmask, void **src_p, void **dst_p) ablkcipher_next_slow() argument
H A Dblkcipher.c226 unsigned int bsize; blkcipher_walk_next() local
73 blkcipher_done_slow(struct blkcipher_walk *walk, unsigned int bsize) blkcipher_done_slow() argument
146 blkcipher_next_slow(struct blkcipher_desc *desc, struct blkcipher_walk *walk, unsigned int bsize, unsigned int alignmask) blkcipher_next_slow() argument
/linux-4.1.27/fs/jfs/
H A Djfs_mount.c311 s32 bsize; chkSuper() local
H A Djfs_incore.h170 short bsize; /* logical block size */ member in struct:jfs_sb_info
H A Djfs_logmgr.h69 __le32 bsize; /* 4: logical block size in byte */ member in struct:logsuper
H A Djfs_dmap.c3897 int l2max, l2free, bsize, nextb, i; dbInitTree() local
/linux-4.1.27/lib/mpi/
H A Dmpi-pow.c42 mpi_size_t esize, msize, bsize, rsize; mpi_powm() local
/linux-4.1.27/security/apparmor/
H A Dmatch.c37 static struct table_header *unpack_table(char *blob, size_t bsize) unpack_table() argument
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_inline.h71 host_to_fcp_swap(uint8_t *fcp, uint32_t bsize) host_to_fcp_swap() argument
84 host_to_adap(uint8_t *src, uint8_t *dst, uint32_t bsize) host_to_adap() argument
/linux-4.1.27/arch/mips/boot/
H A Decoff.h38 long bsize; /* uninitialized data " " */ member in struct:aouthdr
/linux-4.1.27/fs/sysv/
H A Dsuper.c308 int bsize = 1 << n_bits; complete_read_super() local
/linux-4.1.27/include/media/
H A Dvideobuf-core.h89 size_t bsize; member in struct:videobuf_buffer
/linux-4.1.27/include/uapi/linux/
H A Dnfs_mount.h42 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
H A Dcoff.h135 char bsize[4]; /* uninitialized data " " */ member in struct:__anon13173
H A Dfuse.h173 uint32_t bsize; member in struct:fuse_kstatfs
/linux-4.1.27/arch/m68k/emu/
H A Dnfblock.c56 u32 blocks, bsize; member in struct:nfhd_device
98 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) nfhd_init_one() argument
156 u32 blocks, bsize; nfhd_init() local
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Da.out.h30 __u64 bsize; member in struct:aouthdr
/linux-4.1.27/mm/
H A Dtruncate.c731 int bsize = 1 << inode->i_blkbits; pagecache_isize_extended() local
/linux-4.1.27/sound/oss/
H A Dpas2_pcm.c347 static int pas_audio_prepare_for_input(int dev, int bsize, int bcount) pas_audio_prepare_for_input() argument
353 static int pas_audio_prepare_for_output(int dev, int bsize, int bcount) pas_audio_prepare_for_output() argument
H A Dsb_audio.c256 static int sb1_audio_prepare_for_input(int dev, int bsize, int bcount) sb1_audio_prepare_for_input() argument
271 static int sb1_audio_prepare_for_output(int dev, int bsize, int bcount) sb1_audio_prepare_for_output() argument
469 static int sbpro_audio_prepare_for_input(int dev, int bsize, int bcount) sbpro_audio_prepare_for_input() argument
497 static int sbpro_audio_prepare_for_output(int dev, int bsize, int bcount) sbpro_audio_prepare_for_output() argument
635 static int sb16_audio_prepare_for_input(int dev, int bsize, int bcount) sb16_audio_prepare_for_input() argument
661 static int sb16_audio_prepare_for_output(int dev, int bsize, int bcount) sb16_audio_prepare_for_output() argument
H A Dvidc.c321 static int vidc_audio_prepare_for_input(int dev, int bsize, int bcount) vidc_audio_prepare_for_input() argument
338 static int vidc_audio_prepare_for_output(int dev, int bsize, int bcount) vidc_audio_prepare_for_output() argument
H A Dad1848.c1123 static int ad1848_prepare_for_output(int dev, int bsize, int bcount) ad1848_prepare_for_output() argument
1191 static int ad1848_prepare_for_input(int dev, int bsize, int bcount) ad1848_prepare_for_input() argument
H A Dsb_ess.c438 static int ess_audio_prepare_for_input(int dev, int bsize, int bcount) ess_audio_prepare_for_input() argument
459 static int ess_audio_prepare_for_output_audio1 (int dev, int bsize, int bcount) ess_audio_prepare_for_output_audio1() argument
480 static int ess_audio_prepare_for_output_audio2 (int dev, int bsize, int bcount) ess_audio_prepare_for_output_audio2() argument
518 static int ess_audio_prepare_for_output(int dev, int bsize, int bcount) ess_audio_prepare_for_output() argument
H A Dswarm_cs4297a.c346 static void clear_advance(void *buf, unsigned bsize, unsigned bptr, clear_advance() argument
H A Dwaveartist.c567 waveartist_prepare_for_input(int dev, int bsize, int bcount) waveartist_prepare_for_input() argument
624 waveartist_prepare_for_output(int dev, int bsize, int bcount) waveartist_prepare_for_output() argument
/linux-4.1.27/fs/affs/
H A Damigaffs.c340 int bsize; affs_checksum_block() local
H A Dfile.c508 u32 bidx, boff, bsize; affs_do_readpage_ofs() local
544 u32 size, bsize; affs_extent_file_ofs() local
676 u32 bidx, boff, bsize; affs_write_end_ofs() local
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf-core.c384 __videobuf_mmap_setup(struct videobuf_queue *q, unsigned int bcount, unsigned int bsize, enum v4l2_memory memory) __videobuf_mmap_setup() argument
428 videobuf_mmap_setup(struct videobuf_queue *q, unsigned int bcount, unsigned int bsize, enum v4l2_memory memory) videobuf_mmap_setup() argument
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00usb.c113 u16 off, len, bsize; rt2x00usb_vendor_request_buff() local
/linux-4.1.27/drivers/s390/block/
H A Ddasd_diag.c322 unsigned int sb, bsize; dasd_diag_check_device() local
H A Ddasd_int.h641 dasd_check_blocksize(int bsize) dasd_check_blocksize() argument
/linux-4.1.27/fs/nilfs2/
H A Dalloc.c341 nilfs_palloc_find_available_slot(struct inode *inode, unsigned long group, unsigned long target, unsigned char *bitmap, int bsize) nilfs_palloc_find_available_slot() argument
/linux-4.1.27/drivers/mtd/
H A Dftl.c790 uint32_t log_addr, bsize; ftl_read() local
836 uint32_t bsize, blk, le_virt_addr; set_bam_entry() local
904 uint32_t bsize, log_addr, virt_addr, old_addr, blk; ftl_write() local
1012 uint32_t bsize = 1 << part->header.EraseUnitSize; ftl_discardsect() local
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dinit.c231 int i, bsize, desc_len; ath_descdma_setup() local
/linux-4.1.27/fs/reiserfs/
H A Ditem_ops.c31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) sd_is_left_mergeable() argument
135 direct_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) direct_is_left_mergeable() argument
227 indirect_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) indirect_is_left_mergeable() argument
371 direntry_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) direntry_is_left_mergeable() argument
657 errcatch_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) errcatch_is_left_mergeable() argument
/linux-4.1.27/fs/udf/
H A Dnamei.c883 uint32_t bsize; udf_symlink() local
H A Dinode.c1209 int bsize = 1 << inode->i_blkbits; udf_setsize() local
/linux-4.1.27/fs/nfs/
H A Dinternal.h89 unsigned int bsize; member in struct:nfs_parsed_mount_data
551 unsigned long nfs_block_bits(unsigned long bsize, unsigned char *nrbitsp) nfs_block_bits() argument
580 unsigned long nfs_block_size(unsigned long bsize, unsigned char *nrbitsp) nfs_block_size() argument
H A Dpagelist.c699 nfs_pageio_mirror_init(struct nfs_pgio_mirror *mirror, unsigned int bsize) nfs_pageio_mirror_init() argument
718 nfs_pageio_init(struct nfs_pageio_descriptor *desc, struct inode *inode, const struct nfs_pageio_ops *pg_ops, const struct nfs_pgio_completion_ops *compl_ops, const struct nfs_rw_ops *rw_ops, size_t bsize, int io_flags) nfs_pageio_init() argument
/linux-4.1.27/fs/cachefiles/
H A Dinternal.h76 unsigned bsize; /* cache's block size */ member in struct:cachefiles_cache
/linux-4.1.27/fs/gfs2/
H A Daops.c45 unsigned int bsize = head->b_size; gfs2_page_add_databufs() local
H A Dbmap.c608 unsigned int bsize = sdp->sd_sb.sb_bsize; gfs2_block_map() local
H A Drgrp.c898 const unsigned bsize = sdp->sd_sb.sb_bsize; read_rindex_entry() local
/linux-4.1.27/drivers/media/usb/gspca/
H A Dgspca.c764 int n, nurbs, i, psize, npkt, bsize; create_urbs() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgf100.c517 u32 bsize = nv_rd32(pfb, 0x10f20c); gf100_ram_create_() local
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Devergreen_cs.c448 unsigned long tmp, nby, bsize, size, min = 0; evergreen_cs_track_validate_cb() local
/linux-4.1.27/fs/xfs/
H A Dxfs_buf.c1448 xfs_buf_iomove( xfs_buf_t *bp, size_t boff, size_t bsize, void *data, xfs_buf_rw_t mode) xfs_buf_iomove() argument
/linux-4.1.27/fs/nfsd/
H A Dnfsctl.c873 int bsize; write_maxblksize() local
/linux-4.1.27/include/linux/
H A Dnfs_fs_sb.h143 unsigned int bsize; /* server block size */ member in struct:nfs_server
H A Dnfs_xdr.h158 __u32 bsize; /* Filesystem block size */ member in struct:nfs2_fsstat
/linux-4.1.27/arch/powerpc/boot/
H A Drs6000.h44 unsigned char bsize[4]; /* uninitialized data " " */ member in struct:__anon2229
/linux-4.1.27/fs/
H A Dblock_dev.c1115 unsigned bsize = bdev_logical_block_size(bdev); bd_set_size() local
/linux-4.1.27/tools/perf/util/
H A Dprobe-finder.c285 int bsize, boffs, total; convert_variable_type() local
/linux-4.1.27/drivers/mmc/host/
H A Ds3cmci.c153 u32 con, pre, cmdarg, cmdcon, cmdsta, r0, r1, r2, r3, timer, bsize; dbg_dumpregs() local
/linux-4.1.27/drivers/net/wireless/
H A Dat76c50x-usb.c372 int bsize = 0; at76_usbdfu_download() local
1264 int bsize; at76_load_external_fw() local
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1262 size_t bsize; lpfc_idiag_cmd_get() local
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c1871 int bsize; cfs_hash_rehash_worker() local
/linux-4.1.27/fs/ocfs2/
H A Daops.c1072 unsigned int bsize = 1 << inode->i_blkbits; ocfs2_map_page_blocks() local
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_da_format.h844 static inline int xfs_attr_leaf_entsize_local_max(int bsize) xfs_attr_leaf_entsize_local_max() argument
/linux-4.1.27/include/net/9p/
H A D9p.h527 u32 bsize; member in struct:p9_rstatfs
/linux-4.1.27/arch/mips/include/asm/
H A Dsgiarcs.h279 unsigned char bsize; member in struct:linux_cache_key::param
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2250 t3_sge_init_flcntxt(struct adapter *adapter, unsigned int id, int gts_enable, u64 base_addr, unsigned int size, unsigned int bsize, unsigned int cong_thres, int gen, unsigned int cidx) t3_sge_init_flcntxt() argument
/linux-4.1.27/kernel/trace/
H A Dring_buffer.c1330 int bsize; __ring_buffer_alloc() local
/linux-4.1.27/sound/pci/
H A Des1968.c1106 init_capture_apu(struct es1968 *chip, struct esschan *es, int channel, unsigned int pa, unsigned int bsize, int mode, int route) init_capture_apu() argument
/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c2331 unsigned int bsize; member in struct:hifn_alg_template
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-npi-defs.h342 uint64_t bsize:16; member in struct:cvmx_npi_buff_size_outputx::cvmx_npi_buff_size_outputx_s
H A Dcvmx-sli-defs.h2520 uint64_t bsize:16; member in struct:cvmx_sli_pktx_out_size::cvmx_sli_pktx_out_size_s
H A Dcvmx-npei-defs.h3886 uint64_t bsize:16; member in struct:cvmx_npei_pkt_slist_id_size::cvmx_npei_pkt_slist_id_size_s
/linux-4.1.27/security/tomoyo/
H A Dcommon.h1307 size_t bsize = 32; tomoyo_round2() local

Completed in 5785 milliseconds