Searched refs:block (Results 426 - 450 of 1031) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
H A Dhw_translate_dcn10.c54 #define REGI(reg_name, block, id)\
55 BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
56 mm ## block ## id ## _ ## reg_name
/linux-master/arch/parisc/kernel/
H A Dhpmc.S54 .block HPMC_IODC_BUF_SIZE
59 .block 128
66 .block HPMC_PIM_DATA_SIZE
/linux-master/drivers/md/bcache/
H A Ddebug.c84 unsigned int block = ((void *) i - (void *) ondisk) / local
87 pr_err("*** on disk block %u:\n", block);
88 bch_dump_bset(&b->keys, i, block);
91 pr_err("*** block %zu not written\n",
/linux-master/fs/adfs/
H A Dadfs.h201 * Calculate the address of a block in an object given the block offset
207 unsigned int block)
213 block += off << ADFS_SB(sb)->s_log2sharesize;
216 return adfs_map_lookup(sb, indaddr >> 8, block);
206 __adfs_block_map(struct super_block *sb, u32 indaddr, unsigned int block) argument
H A Ddir.c102 int block; local
121 block = __adfs_block_map(sb, indaddr, i);
122 if (!block) {
128 dir->bhs[i] = sb_bread(sb, block);
131 "dir %06x failed read at offset %u, mapped block 0x%08x",
132 indaddr, i, block);
/linux-master/fs/udf/
H A Dudfdecl.h104 uint32_t block; member in struct:udf_vds_record
155 extern struct buffer_head *udf_bread(struct inode *inode, udf_pblk_t block,
163 extern int udf_setup_indirect_aext(struct inode *inode, udf_pblk_t block,
H A Dsuper.c6 * Super block routines for the OSTA-UDF(tm) filesystem.
441 * bs= Set the block size.
461 * lastblock= Set the last block of the filesystem/
465 * fileset= Override the fileset block location. (unused)
770 /* Read a block */
849 udf_debug("Rootdir at block=%u, partition=%u\n",
874 udf_debug("Fileset at block=%u, partition=%u\n",
889 static int udf_load_pvoldesc(struct super_block *sb, sector_t block) argument
902 bh = udf_read_tagged(sb, block, block,
1265 udf_load_partdesc(struct super_block *sb, sector_t block) argument
1417 udf_load_logicalvol(struct super_block *sb, sector_t block, struct kernel_lb_addr *fileset) argument
1715 udf_process_sequence( struct super_block *sb, sector_t block, sector_t lastblock, struct kernel_lb_addr *fileset) argument
1880 udf_check_anchor_block(struct super_block *sb, sector_t block, struct kernel_lb_addr *fileset) argument
2415 udf_pblk_t block = 0, newblock; local
[all...]
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-spine.c166 struct dm_block *block; local
169 block = s->nodes[s->count - 1];
171 return dm_block_data(block);
/linux-master/fs/ext4/
H A Dextents_status.h61 ext4_lblk_t es_lblk; /* first logical block extent covers */
62 ext4_lblk_t es_len; /* length of extent in block */
63 ext4_fsblk_t es_pblk; /* first physical block */
93 * used with the extents status tree to implement reserved cluster/block
221 ext4_fsblk_t block; local
223 block = (pb & ~ES_MASK) | (es->es_pblk & ES_MASK);
224 es->es_pblk = block;
/linux-master/fs/sysv/
H A Dialloc.c61 int block = sbi->s_firstinodezone + sbi->s_block_base; local
63 block += (ino-1) >> sbi->s_inodes_per_block_bits;
64 *bh = sb_bread(sb, block);
118 printk("sysv_free_inode: unable to read inode block on device "
/linux-master/drivers/i2c/busses/
H A Di2c-mv64xxx.c134 u32 block; member in struct:mv64xxx_i2c_data
419 drv_data->block = 0;
438 drv_data->block = 0;
501 drv_data->block = 0;
563 !drv_data->block, drv_data->adapter.timeout);
574 if (abort && drv_data->block) {
579 !drv_data->block, drv_data->adapter.timeout);
581 if ((time_left <= 0) && drv_data->block) {
584 "mv64xxx: I2C bus locked, block: %d, "
585 "time_left: %d\n", drv_data->block,
[all...]
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c359 u32 block[AES_BLOCK_32]; local
364 block[i] = readl(cryp->base + STARFIVE_AES_AESDIO0R);
366 scatterwalk_copychunks(block, &cryp->out_walk, min_t(size_t, AES_BLOCK_SIZE,
376 memset(block, 0, AES_BLOCK_SIZE);
377 scatterwalk_copychunks(block, &cryp->in_walk, min_t(size_t, AES_BLOCK_SIZE,
382 writel(block[i], cryp->base + STARFIVE_AES_AESDIO0R);
412 "Timeout processing gcm aad block");
449 "Timeout processing ccm aad block");
517 u32 block[AES_BLOCK_32]; local
527 * Write first plain/ciphertext block t
566 u32 block[AES_BLOCK_32]; local
[all...]
/linux-master/net/sched/
H A Dcls_bpf.c149 struct tcf_block *block = tp->chain->block; local
167 err = tc_setup_cb_replace(block, tp, TC_SETUP_CLSBPF, &cls_bpf,
173 err = tc_setup_cb_add(block, tp, TC_SETUP_CLSBPF, &cls_bpf,
177 err = tc_setup_cb_destroy(block, tp, TC_SETUP_CLSBPF, &cls_bpf,
230 struct tcf_block *block = tp->chain->block; local
240 tc_setup_cb_call(block, TC_SETUP_CLSBPF, &cls_bpf, false, true);
404 tcf_block_netif_keep_dst(tp->chain->block);
654 struct tcf_block *block local
[all...]
H A Dcls_u32.c323 struct tcf_block *block = tp->chain->block; local
325 /* The block sharing is currently supported only
326 * for classless qdiscs. In that case we use block
328 * block is not shared, block->q is a valid pointer
331 if (tcf_block_shared(block))
332 return block;
334 return block->q;
482 struct tcf_block *block local
497 struct tcf_block *block = tp->chain->block; local
526 struct tcf_block *block = tp->chain->block; local
541 struct tcf_block *block = tp->chain->block; local
1245 struct tcf_block *block = tp->chain->block; local
[all...]
/linux-master/fs/lockd/
H A Dclntproc.c187 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0;
527 struct nlm_wait block; local
543 nlmclnt_prepare_block(&block, host, fl);
556 nlmclnt_queue_block(&block);
569 status = nlmclnt_wait(&block, req, NLMCLNT_POLL_TIMEOUT);
572 if (block.b_status != nlm_lck_blocked)
575 b_status = nlmclnt_dequeue_block(&block);
583 if (!req->a_args.block)
585 if (nlmclnt_cancel(host, req->a_args.block, fl) == 0)
786 static int nlmclnt_cancel(struct nlm_host *host, int block, struc argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dclk_mgr_internal.h84 #define CLK_SRI(reg_name, block, inst)\
85 .reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
86 mm ## block ## _ ## inst ## _ ## reg_name
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c145 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); local
150 if (!xfs_verify_magic(bp, block->bb_magic))
157 level = be16_to_cpu(block->bb_level);
239 /* Calculate number of records in a refcount bag btree block. */
252 * Calculate number of records in an refcount bag btree block.
/linux-master/drivers/ata/
H A Dlibata-scsi.c269 * @bdev: block device associated with @sdev
411 block count in sector count field */
772 /* BBD - block marked bad */
837 * ata_gen_passthru_sense - Generate check condition sense block.
841 * block specified for the ATA pass through commands. Regardless
843 * block. Copy all controller registers into the sense
844 * block. If there was no error, we get the request from an ATA
938 * ata_gen_ata_sense - generate a SCSI fixed sense block
941 * Generate sense block for a failed ATA command @qc. Descriptor
942 * format is used to accommodate LBA48 block addres
953 u64 block; local
1373 u64 block; local
1523 u64 block; local
3177 u64 block; local
3445 u64 block; local
3528 u64 block; local
[all...]
/linux-master/fs/reiserfs/
H A Dinode.c172 * X is a big number if we've done the block allocation right. But,
189 * to make sure they have valid block numbers. Any that don't need
211 * reiserfs_get_block does not need to allocate a block only if it has been
232 b_blocknr_t block, struct inode *inode)
234 map_bh(bh, inode->i_sb, block);
241 static int file_capable(struct inode *inode, sector_t block) argument
245 /* old file, but 'block' is inside of 2gb */
246 block < (1 << (31 - inode->i_sb->s_blocksize_bits)))
278 * it is called by get_block when create == 0. Returns block number
279 * for 'block'
231 set_block_dev_mapped(struct buffer_head *bh, b_blocknr_t block, struct inode *inode) argument
285 _get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int args) argument
464 reiserfs_bmap(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
495 reiserfs_get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
631 _allocate_block(struct reiserfs_transaction_handle *th, sector_t block, struct inode *inode, b_blocknr_t * allocated_block_nr, struct treepath *path, int flags) argument
649 reiserfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
2347 map_block_for_writepage(struct inode *inode, struct buffer_head *bh_result, unsigned long block) argument
2512 unsigned long block; local
2860 reiserfs_aop_bmap(struct address_space *as, sector_t block) argument
[all...]
/linux-master/fs/ubifs/
H A Dfile.c45 static int read_block(struct inode *inode, void *addr, unsigned int block, argument
53 data_key_init(c, &key, inode->i_ino, block);
71 err = ubifs_decrypt(inode, dn, &dlen, block);
83 * Data length can be less than a full block, even for blocks that are
93 ubifs_err(c, "bad data node (block %u, inode %lu)",
94 block, inode->i_ino);
103 unsigned int block, beyond; local
116 block = folio->index << UBIFS_BLOCKS_PER_PAGE_SHIFT;
118 if (block >= beyond) {
135 if (block >
901 unsigned int block; local
[all...]
/linux-master/arch/sparc/lib/
H A DM7memset.S161 andcc %o5, 63, %o3 ! is sp1 block aligned?
162 bz,pt %xcc, .blkwr ! now block aligned
163 sub %o3, 64, %o3 ! o3 is -(bytes till block aligned)
166 ! Store -(%o3) bytes till dst is block (64 byte) aligned.
175 ! Now sp1 is block aligned
/linux-master/drivers/iio/chemical/
H A Dsunrise_co2.c61 data.block[0] = val_size;
82 memcpy(val_buf, &data.block[1], data.block[0]);
99 data.block[0] = count;
100 memcpy(&data.block[1], (u8 *)val_buf + 1, count);
/linux-master/drivers/staging/media/atomisp/pci/runtime/ifmtr/src/
H A Difmtr.c475 bool block[] = { false, false, false, false }; local
477 assert(N_INPUT_FORMATTER_ID <= (ARRAY_SIZE(block)));
479 block[INPUT_FORMATTER0_ID] = (bool)config_a->block_no_reqs;
481 block[INPUT_FORMATTER1_ID] = (bool)config_b->block_no_reqs;
492 input_formatter_set_fifo_blocking_mode(id, block[id]);
/linux-master/tools/perf/util/
H A Dannotate-data.c287 Dwarf_Block block; local
291 dwarf_formblock(&attr, &block) == 0 && block.length == 1) {
292 switch (*block.data) {
294 fbreg = *block.data - DW_OP_reg0;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v9.c146 enum amdgpu_ras_block block = 0; local
166 block = AMDGPU_RAS_BLOCK__GFX;
173 block = AMDGPU_RAS_BLOCK__SDMA;
188 amdgpu_amdkfd_ras_poison_consumption_handler(dev->adev, block, false);
193 amdgpu_amdkfd_ras_poison_consumption_handler(dev->adev, block, true);

Completed in 411 milliseconds

<<11121314151617181920>>