/linux-4.4.14/arch/arm/crypto/ |
D | aes-ce-glue.c | 171 unsigned int blocks; in ecb_encrypt() local 194 unsigned int blocks; in ecb_decrypt() local 217 unsigned int blocks; in cbc_encrypt() local 241 unsigned int blocks; in cbc_decrypt() local 265 int err, blocks; in ctr_encrypt() local 309 unsigned int blocks; in xts_encrypt() local 334 unsigned int blocks; in xts_decrypt() local
|
D | aesbs-glue.c | 116 u32 blocks = walk.nbytes / AES_BLOCK_SIZE; in aesbs_cbc_encrypt() local 164 u32 blocks = walk.nbytes / AES_BLOCK_SIZE; in aesbs_cbc_decrypt() local 209 u32 blocks; in aesbs_ctr_encrypt() local
|
D | ghash-ce-glue.c | 64 int blocks; in ghash_update() local
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-glue.c | 105 unsigned int blocks; in ecb_encrypt() local 127 unsigned int blocks; in ecb_decrypt() local 149 unsigned int blocks; in cbc_encrypt() local 172 unsigned int blocks; in cbc_decrypt() local 195 int blocks; in ctr_encrypt() local 241 unsigned int blocks; in xts_encrypt() local 265 unsigned int blocks; in xts_decrypt() local
|
D | ghash-ce-glue.c | 57 int blocks; in ghash_update() local
|
/linux-4.4.14/arch/m68k/emu/ |
D | nfblock.c | 41 static inline s32 nfhd_get_capacity(u32 major, u32 minor, u32 *blocks, in nfhd_get_capacity() 56 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/crypto/async_tx/ |
D | async_pq.c | 122 do_sync_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in do_sync_gen_syndrome() 178 async_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in async_gen_syndrome() 271 pq_val_chan(struct async_submit_ctl *submit, struct page **blocks, int disks, size_t len) in pq_val_chan() 296 async_syndrome_val(struct page **blocks, unsigned int offset, int disks, in async_syndrome_val()
|
D | async_raid6_recov.c | 161 struct page **blocks, struct async_submit_ctl *submit) in __2data_recov_4() 200 struct page **blocks, struct async_submit_ctl *submit) in __2data_recov_5() 274 struct page **blocks, struct async_submit_ctl *submit) in __2data_recov_n() 351 struct page **blocks, struct async_submit_ctl *submit) in async_raid6_2data_recov() 424 struct page **blocks, struct async_submit_ctl *submit) in async_raid6_datap_recov()
|
D | raid6test.c | 84 struct page *blocks[disks]; in raid6_dual_recov() local
|
/linux-4.4.14/drivers/mfd/ |
D | stmpe.c | 26 static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_enable() 31 static int __stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_disable() 111 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable() 128 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable() 366 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable() 454 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable() 603 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable() 689 static int stmpe1801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1801_enable() 776 static int stmpe24xx_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe24xx_enable()
|
D | tc3589x.c | 287 unsigned int blocks = tc3589x->pdata->block; in tc3589x_device_init() local
|
D | stmpe.h | 70 struct stmpe_variant_block *blocks; member
|
/linux-4.4.14/fs/sysv/ |
D | balloc.c | 46 sysv_zone_t *blocks = sbi->s_bcache; in sysv_free_block() local 164 sysv_zone_t *blocks; in sysv_count_free_blocks() local
|
D | itree.c | 432 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks() local
|
/linux-4.4.14/drivers/md/ |
D | bitmap.c | 1198 sector_t blocks; in bitmap_daemon_work() local 1315 sector_t offset, sector_t *blocks, in bitmap_get_counter() 1373 sector_t blocks; in bitmap_startwrite() local 1434 sector_t blocks; in bitmap_endwrite() local 1473 static int __bitmap_start_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, in __bitmap_start_sync() 1501 int bitmap_start_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, in bitmap_start_sync() 1525 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in bitmap_end_sync() 1563 sector_t blocks; in bitmap_close_sync() local 1576 sector_t blocks; in bitmap_cond_end_sync() local 1734 sector_t blocks = mddev->resync_max_sectors; in bitmap_create() local [all …]
|
D | raid5.c | 1373 struct page **blocks = to_addr_page(percpu, 0); in ops_run_compute6_1() local 1439 struct page **blocks = to_addr_page(percpu, 0); in ops_run_compute6_2() local 1577 struct page **blocks = to_addr_page(percpu, 0); in ops_run_prexor6() local 1791 struct page **blocks; in ops_run_reconstruct6() local
|
D | md.c | 2934 unsigned long long blocks; in strict_blocks_to_sectors() local 7645 void md_done_sync(struct mddev *mddev, int blocks, int ok) in md_done_sync()
|
D | dm-thin.c | 4230 sector_t blocks; in thin_iterate_devices() local
|
/linux-4.4.14/fs/squashfs/ |
D | file.c | 186 int blocks = min_t(int, n, PAGE_CACHE_SIZE >> 2); in read_indexes() local 223 static inline int calculate_skip(int blocks) in calculate_skip() 284 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() local
|
/linux-4.4.14/fs/quota/ |
D | quota_v1.c | 26 static inline qsize_t v1_qbtos(qsize_t blocks) in v1_qbtos() 128 ulong blocks; in v1_check_quota_file() local
|
D | quota.c | 179 static inline qsize_t qbtos(qsize_t blocks) in qbtos() 460 static inline u64 quota_bbtob(u64 blocks) in quota_bbtob()
|
D | quota_v2.c | 53 static inline qsize_t v2_qbtos(qsize_t blocks) in v2_qbtos()
|
/linux-4.4.14/drivers/ide/ |
D | ide-floppy_ioctl.c | 41 int i, blocks, length, u_array_size, u_index; in ide_floppy_get_format_capacities() local 143 int blocks, length, flags, err = 0; in ide_floppy_format_unit() local
|
D | ide-floppy.c | 196 int blocks = blk_rq_sectors(rq) / floppy->bs_factor; in idefloppy_create_rw_cmd() local 379 int i, rc = 1, blocks, length; in ide_floppy_get_capacity() local
|
D | ide-gd.h | 33 int blocks, block_size, bs_factor; member
|
D | ide-cd.c | 1314 unsigned long blocks = blk_rq_sectors(rq) / (hard_sect >> 9); in ide_cdrom_prep_fs() local
|
D | ide-tape.c | 350 unsigned int blocks = in ide_tape_callback() local
|
/linux-4.4.14/drivers/mtd/tests/ |
D | speedtest.c | 55 static int multiblock_erase(int ebnum, int blocks) in multiblock_erase() 195 int err, i, blocks, j, k; in mtd_speedtest_init() local
|
/linux-4.4.14/drivers/scsi/ |
D | g_NCR5380.c | 524 int blocks = len / 128; in NCR5380_pread() local 608 int blocks = len / 128; in NCR5380_pwrite() local
|
D | ps3rom.c | 55 u32 blocks; member
|
D | sd.h | 149 static inline sector_t logical_to_sectors(struct scsi_device *sdev, sector_t blocks) in logical_to_sectors()
|
D | osst.h | 126 u8 blocks[3]; /* Number of blocks */ member
|
D | scsi_debug.c | 3216 __be32 blocks; member
|
/linux-4.4.14/net/mac80211/ |
D | michael.c | 60 size_t block, blocks, left; in michael_mic() local
|
/linux-4.4.14/crypto/ |
D | sha1_generic.c | 30 int blocks) in sha1_generic_block_fn()
|
D | sha256_generic.c | 219 int blocks) in sha256_generic_block_fn()
|
D | sha512_generic.c | 135 int blocks) in sha512_generic_block_fn()
|
/linux-4.4.14/include/crypto/ |
D | sha1_base.h | 45 int blocks; in sha1_base_do_update() local
|
D | sha256_base.h | 66 int blocks; in sha256_base_do_update() local
|
D | sha512_base.h | 68 int blocks; in sha512_base_do_update() local
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 60 u32 blocks; /* # of blocks */ member 248 int blocks; member
|
/linux-4.4.14/include/uapi/linux/ |
D | v4l2-common.h | 78 __u32 blocks; member
|
D | cramfs_fs.h | 47 __u32 blocks; member
|
D | fuse.h | 151 uint64_t blocks; member 168 uint64_t blocks; member
|
D | soundcard.h | 608 int blocks; /* # of fragment transitions since last time */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_merge.c | 54 __u64 blocks = 0; in lov_merge_lvb_kms() local
|
/linux-4.4.14/include/linux/ |
D | stat.h | 34 unsigned long long blocks; member
|
D | amifd.h | 50 int blocks; /* total # blocks on disk */ member
|
D | cred.h | 37 kgid_t *blocks[0]; member
|
D | quota.h | 391 blkcnt_t blocks; /* Number of 512-byte blocks in the file */ member
|
D | lightnvm.h | 226 struct nvm_block *blocks; member
|
D | pe.h | 29 uint16_t blocks; /* pages in file, 0x3 */ member
|
D | nfs_xdr.h | 55 __u32 blocks; member 160 __u32 blocks; /* No. of "bsize" blocks on filesystem */ member
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305_glue.c | 71 unsigned int blocks, datalen; in poly1305_simd_blocks() local
|
/linux-4.4.14/drivers/target/ |
D | target_core_spc.c | 949 static int spc_modesense_blockdesc(unsigned char *buf, u64 blocks, u32 block_size) in spc_modesense_blockdesc() 958 static int spc_modesense_long_blockdesc(unsigned char *buf, u64 blocks, u32 block_size) in spc_modesense_long_blockdesc() 1019 u64 blocks = dev->transport->get_blocks(dev); in spc_emulate_modesense() local
|
D | target_core_sbc.c | 51 u32 blocks; in sbc_emulate_readcapacity() local 101 unsigned long long blocks = dev->transport->get_blocks(dev); in sbc_emulate_readcapacity_16() local
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | psock_tpacket.c | 589 static void __v1_v2_fill(struct ring *ring, unsigned int blocks) in __v1_v2_fill() 605 static void __v3_fill(struct ring *ring, unsigned int blocks) in __v3_fill() 628 unsigned int blocks = 256; in setup_ring() local
|
/linux-4.4.14/fs/reiserfs/ |
D | xattr_security.c | 61 int blocks = 0; in reiserfs_security_init() local
|
D | super.c | 1078 unsigned long *blocks, in reiserfs_parse_options() 1389 unsigned long blocks; in reiserfs_remount() local 1852 unsigned long blocks; in reiserfs_fill_super() local
|
D | inode.c | 1197 static inline loff_t to_real_used_space(struct inode *inode, ulong blocks, in to_real_used_space() 1259 unsigned long blocks; in init_inode() local
|
D | xattr.c | 291 int blocks = JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_for_each_xattr() local
|
D | journal.c | 2330 unsigned int blocks = BUFNR; in reiserfs_breada() local
|
/linux-4.4.14/fs/gfs2/ |
D | inode.h | 50 static inline void gfs2_set_inode_blocks(struct inode *inode, u64 blocks) in gfs2_set_inode_blocks()
|
D | trans.c | 31 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, in gfs2_trans_begin()
|
D | quota.c | 843 unsigned int nalloc = 0, blocks; in do_sync() local 1304 unsigned int blocks = size >> sdp->sd_sb.sb_bsize_shift; in gfs2_quota_init() local 1619 unsigned int blocks = 0; in gfs2_set_dqblk() local
|
D | bmap.c | 1358 static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks) in gfs2_add_jextent()
|
D | inode.c | 598 unsigned blocks = 1; in gfs2_create_inode() local
|
D | incore.h | 499 u64 blocks; member
|
/linux-4.4.14/fs/ |
D | mpage.c | 152 sector_t blocks[MAX_BUF_PER_PAGE]; in do_mpage_readpage() local 477 sector_t blocks[MAX_BUF_PER_PAGE]; in __mpage_writepage() local
|
/linux-4.4.14/include/uapi/linux/mmc/ |
D | ioctl.h | 18 unsigned int blocks; member
|
/linux-4.4.14/fs/ext4/ |
D | readpage.c | 148 sector_t blocks[MAX_BUF_PER_PAGE]; in ext4_mpage_readpages() local
|
D | ext4_jbd2.h | 303 #define ext4_journal_start_with_reserve(inode, type, blocks, rsv_blocks) \ argument 308 int blocks, int rsv_blocks) in __ext4_journal_start()
|
D | ext4_jbd2.c | 63 int type, int blocks, int rsv_blocks) in __ext4_journal_start_sb()
|
D | balloc.c | 161 unsigned int blocks; in num_clusters_in_group() local
|
D | namei.c | 2073 ext4_lblk_t block, blocks; in ext4_add_entry() local
|
D | inode.c | 2029 ext4_lblk_t blocks = (i_size_read(inode) + (1 << inode->i_blkbits) - 1) in mpage_process_page_bufs() local
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 224 int blocks, last, len; in rtllib_ccmp_encrypt() local 316 int i, blocks, last, len; in rtllib_ccmp_decrypt() local
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_ccmp.c | 233 int blocks, last, len; in ieee80211_ccmp_encrypt() local 328 int i, blocks, last, len; in ieee80211_ccmp_decrypt() local
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_ops.c | 122 unsigned addr, int incr_addr, u8 *buf, unsigned blocks, unsigned blksz) in mmc_io_rw_extended()
|
D | sdio_io.c | 317 unsigned blocks; in sdio_io_rw_ext_helper() local
|
/linux-4.4.14/block/partitions/ |
D | sgi.c | 35 unsigned int start, blocks; in sgi_partition() local
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_ccmp.c | 221 int data_len, i, blocks, last, len; in lib80211_ccmp_encrypt() local 294 int i, blocks, last, len; in lib80211_ccmp_decrypt() local
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 57 static inline void octeon_swap_8B_data(u64 *data, u32 blocks) in octeon_swap_8B_data()
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.h | 560 int blocks = ocfs2_mknod_credits(sb, 0, 0); in ocfs2_calc_symlink_credits() local 572 int blocks; in ocfs2_calc_group_alloc_credits() local
|
D | ocfs2.h | 723 u64 blocks) in ocfs2_clusters_for_blocks() 733 u64 blocks) in ocfs2_blocks_to_clusters() 778 u64 blocks) in ocfs2_block_to_cluster_start() 800 u64 blocks; in ocfs2_align_bytes_to_blocks() local
|
D | slot_map.c | 359 unsigned long long blocks, bytes = 0; in ocfs2_map_slot_buffers() local
|
D | namei.c | 1700 int virtual, blocks, status, i, bytes_left; in ocfs2_create_symlink_data() local
|
D | suballoc.c | 974 int blocks, in ocfs2_reserve_new_metadata_blocks()
|
D | refcounttree.c | 3008 int i, blocks = ocfs2_clusters_to_blocks(sb, new_len); in ocfs2_duplicate_clusters_by_jbd() local
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_sdio.c | 215 int n, blocks, ret, remain; in send_sdio_pkt() local 481 u32 len, blocks, n; in gdm_sdio_irq() local
|
/linux-4.4.14/drivers/block/rsxx/ |
D | dev.c | 88 u64 blocks = card->size8 >> 9; in rsxx_getgeo() local
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs.h | 60 unsigned long long blocks; member
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 79 __le32 blocks; /* # of blocks */ member 449 int blocks; member
|
/linux-4.4.14/drivers/mmc/host/ |
D | cb710-mmc.c | 269 size_t len, blocks = data->blocks; in cb710_mmc_receive() local 313 size_t len, blocks = data->blocks; in cb710_mmc_send() local
|
D | mxs-mmc.c | 363 unsigned int blocks = data->blocks; in mxs_mmc_adtc() local
|
D | rtsx_pci_sdmmc.c | 115 static void sd_cmd_set_data_len(struct rtsx_pcr *pcr, u16 blocks, u16 blksz) in sd_cmd_set_data_len()
|
D | sdhci.h | 472 unsigned int blocks; /* remaining PIO blocks */ member
|
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 166 static void sub_reserved_credits(journal_t *journal, int blocks) in sub_reserved_credits() 178 static int add_transaction_credits(journal_t *journal, int blocks, in add_transaction_credits() 275 int blocks = handle->h_buffer_credits; in start_this_handle() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_mem.c | 138 struct mem_block *blocks = kmalloc(sizeof(*blocks), GFP_KERNEL); in init_heap() local
|
D | radeon_combios.c | 648 u8 id, blocks, clk, data; in radeon_combios_get_i2c_info_from_table() local 2639 u8 rev, blocks, tmp; in radeon_combios_get_power_modes() local 2885 uint8_t blocks, slave_addr, rev; in radeon_combios_external_tmds_setup() local
|
/linux-4.4.14/fs/minix/ |
D | bitmap.c | 29 unsigned blocks = DIV_ROUND_UP(numbits, blocksize * 8); in count_free() local
|
D | itree_common.c | 353 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks() local
|
/linux-4.4.14/drivers/mmc/card/ |
D | queue.h | 29 unsigned int blocks; member
|
D | mmc_test.c | 81 unsigned int blocks; member 192 unsigned dev_addr, unsigned blocks, unsigned blksz, int write) in mmc_test_prepare_mrq() 776 unsigned dev_addr, unsigned blocks, in mmc_test_nonblock_transfer() 839 unsigned blocks, unsigned blksz, int write) in mmc_test_simple_transfer() 864 unsigned blocks, unsigned blksz, int write) in mmc_test_broken_transfer() 896 unsigned blocks, unsigned blksz, int write) in mmc_test_transfer()
|
D | block.c | 775 __be32 *blocks; in mmc_sd_num_wr_blocks() local 1848 u32 blocks; in mmc_blk_cmd_err() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | amd_nb.h | 43 struct threshold_block *blocks; member
|
/linux-4.4.14/fs/btrfs/ |
D | relocation.c | 2434 static void free_block_list(struct rb_root *blocks) 2956 struct reloc_control *rc, struct rb_root *blocks) 3284 struct rb_root *blocks) 3354 struct rb_root *blocks) 3491 struct rb_root *blocks) 3659 struct rb_root *blocks) 3906 struct rb_root blocks = RB_ROOT; local
|
D | backref.c | 1139 static void free_leaf_list(struct ulist *blocks)
|
/linux-4.4.14/fs/befs/ |
D | datastream.c | 168 befs_blocknr_t blocks; in befs_count_blocks() local
|
/linux-4.4.14/include/linux/mfd/ |
D | stmpe.h | 133 unsigned int blocks; member
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | fw.c | 47 __le32 blocks; /* Number of blocks to program */ member
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 523 struct dl_block blocks[0]; in npe_load_firmware() member 533 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local
|
/linux-4.4.14/fs/jffs2/ |
D | fs.c | 516 size_t blocks; in jffs2_do_fill_super() local
|
D | jffs2_fs_sb.h | 91 struct jffs2_eraseblock *blocks; /* The whole array of blocks. Used for getting blocks member
|
/linux-4.4.14/fs/hfs/ |
D | extent.c | 286 u32 total_blocks, blocks, start; in hfs_free_fork() local
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-sch311x.c | 52 struct sch311x_gpio_block blocks[6]; member
|
/linux-4.4.14/mm/ |
D | dmapool.c | 86 unsigned blocks = 0; in show_pools() local
|
D | vmstat.c | 645 unsigned long blocks; in fill_contig_page_info() local
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hal.c | 123 u32 const blocks = (size + DBR_BLOCK_SIZE - 1) / DBR_BLOCK_SIZE; in alloc_dbr() local 143 u32 const blocks = (size + DBR_BLOCK_SIZE - 1) / DBR_BLOCK_SIZE; in free_dbr() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans.c | 172 uint blocks, in xfs_trans_reserve()
|
D | xfs_log.c | 3763 int blocks; in xlog_verify_tail_lsn() local
|
D | xfs_log_recover.c | 1226 int blocks, in xlog_write_log_records()
|
/linux-4.4.14/include/linux/mmc/ |
D | core.h | 110 unsigned int blocks; /* number of blocks */ member
|
/linux-4.4.14/drivers/usb/storage/ |
D | jumpshot.c | 489 unsigned long block, blocks; in jumpshot_transport() local
|
D | datafab.c | 563 unsigned long block, blocks; in datafab_transport() local
|
D | sddr09.c | 1057 unsigned int blocks, in sddr09_read_control()
|
D | shuttle_usbat.c | 1693 unsigned long block, blocks; in usbat_flash_transport() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | ad9389b.c | 71 u32 blocks; member 994 u32 blocks = state->edid.blocks; in edid_verify_crc() local
|
D | adv7511.c | 77 u32 blocks; member 1322 u32 blocks = state->edid.blocks; in edid_verify_crc() local
|
D | adv7604.c | 182 unsigned blocks; member
|
/linux-4.4.14/fs/hfsplus/ |
D | extents.c | 391 u32 total_blocks, blocks, start; in hfsplus_free_fork() local
|
/linux-4.4.14/fs/cramfs/ |
D | inode.c | 36 unsigned long blocks; member
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.c | 183 int blocks; /* block size of the pool */ member 1338 unsigned long blocks = dwords_to_blocks(dw_len); in sc_buffer_alloc() local
|
/linux-4.4.14/drivers/md/bcache/ |
D | journal.c | 76 size_t blocks, bytes = set_bytes(j); in journal_read_bucket() local
|
D | btree.c | 1300 unsigned i, nodes = 0, keys = 0, blocks; in btree_gc_coalesce() local
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-transaction-manager.c | 28 dm_block_t blocks[PREFETCH_SIZE]; member
|
D | dm-space-map-common.c | 236 unsigned old_blocks, blocks; in sm_ll_extend() local
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 299 long blocks; in os_file_size() local
|
/linux-4.4.14/drivers/lightnvm/ |
D | rrpc.h | 75 struct rrpc_block *blocks; /* Reference to block allocation */ member
|
/linux-4.4.14/drivers/mtd/nand/ |
D | diskonchip.c | 1060 unsigned blocks, maxblocks; in nftl_partscan() local 1162 int blocks; in inftl_partscan() local
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_surfacedefs.h | 1009 surf_size_struct blocks; in svga3dsurface_calculate_pitch() local
|
/linux-4.4.14/drivers/mtd/ |
D | rfd_ftl.c | 87 struct block *blocks; member
|
D | ftl.c | 202 unsigned blocks, j; in build_maps() local
|
D | mtdswap.c | 1353 unsigned int i, eblk_bytes, pages, blocks; in mtdswap_init() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtas_flash.c | 114 struct flash_block blocks[FLASH_BLOCKS_PER_NODE]; member
|
/linux-4.4.14/drivers/mtd/chips/ |
D | jedec_probe.c | 277 #define ERASEINFO(size,blocks) (size<<8)|(blocks-1) argument
|
/linux-4.4.14/tools/perf/util/ |
D | thread-stack.c | 45 struct list_head blocks; member
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_pcm.c | 54 unsigned int blocks; member
|
/linux-4.4.14/drivers/edac/ |
D | edac_core.h | 204 struct edac_device_block *blocks; /* block array */ member
|
/linux-4.4.14/fs/afs/ |
D | dir.c | 118 union afs_dir_block blocks[PAGE_SIZE / sizeof(union afs_dir_block)]; member
|
/linux-4.4.14/fs/nilfs2/ |
D | super.c | 619 unsigned long long blocks; in nilfs_statfs() local
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 153 int blocks, rest; in load_dram() local
|
/linux-4.4.14/drivers/block/ |
D | ataflop.c | 92 unsigned blocks; /* total number of blocks */ member
|
/linux-4.4.14/include/net/9p/ |
D | 9p.h | 528 u64 blocks; member
|
/linux-4.4.14/fs/udf/ |
D | inode.c | 486 sector_t blocks) in udf_do_extend_file()
|
D | super.c | 1222 sector_t blocks = sb->s_bdev->bd_inode->i_size >> sb->s_blocksize_bits; in udf_load_vat() local
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 786 __u32 blocks; member
|
/linux-4.4.14/sound/oss/ |
D | swarm_cs4297a.c | 250 unsigned blocks; // last returned blocks value GETOPTR member
|
/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst.h | 251 u32 blocks; member
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm_adsp.c | 1602 int ret, pos, blocks, type, offset, reg; in wm_adsp_load_coeff() local
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_int.h | 493 unsigned long long blocks; /* size of volume in blocks */ member
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 293 unsigned int blocks; /* Number of Bitmap Blocks */ member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib7000p.c | 1886 u64 blocks, ucb; in dib7000p_get_stats() local
|
D | dib8000.c | 4099 u64 blocks; in dib8000_get_stats() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1805 #define OST_LVB_IS_ERR(blocks) \ argument 1807 #define OST_LVB_SET_ERR(blocks, rc) \ argument 1809 #define OST_LVB_GET_ERR(blocks) (int)(blocks - OST_LVB_ERR_INIT) argument 2208 __u64 blocks; /* XID, in the case of MDS_READPAGE */ member
|
/linux-4.4.14/fs/logfs/ |
D | readwrite.c | 1207 static int logfs_reserve_blocks(struct inode *inode, int blocks) in logfs_reserve_blocks()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134.h | 503 unsigned int blocks; member
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 4095 int blocks; in hci_sched_acl_blk() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.c | 7531 uint *blocks) in brcms_b_xmtfifo_sz_get()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 1844 __le16 blocks; member
|