Searched refs:blk (Results 126 - 150 of 289) sorted by relevance

1234567891011>>

/linux-master/fs/ubifs/
H A Djournal.c861 dbg_jnlk(key, "ino %lu, blk %u, len %d, key ",
1689 unsigned int blk; local
1722 blk = new_size >> UBIFS_BLOCK_SHIFT;
1723 data_key_init(c, &key, inum, blk);
1735 blk, inode->i_ino);
1744 err = truncate_data_node(c, inode, blk, dn,
1803 blk = (new_size >> UBIFS_BLOCK_SHIFT) + (bit ? 1 : 0);
1804 data_key_init(c, &key, inum, blk);
1807 blk = (old_size >> UBIFS_BLOCK_SHIFT) - (bit ? 0 : 1);
1808 data_key_init(c, &to_key, inum, blk);
[all...]
/linux-master/fs/ocfs2/
H A Dquota_global.c174 sector_t blk = off >> sb->s_blocksize_bits; local
188 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock,
209 blk++;
223 sector_t blk = off >> sb->s_blocksize_bits; local
252 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, &pcount, NULL);
/linux-master/drivers/md/
H A Ddm-dust.c36 static struct badblock *dust_rb_search(struct rb_root *root, sector_t blk) argument
43 if (bblk->bb > blk)
45 else if (bblk->bb < blk)
/linux-master/tools/perf/util/
H A Dmem-events.c582 u64 blk = data_src->mem_blk; local
612 if (blk & P(BLK, DATA)) stats->blk_data++;
613 if (blk & P(BLK, ADDR)) stats->blk_addr++;
/linux-master/fs/ext4/
H A Dialloc.c84 ext4_fsblk_t blk; local
100 blk = ext4_inode_bitmap(sb, desc);
106 "inode_bitmap = %llu", block_group, blk);
139 ext4_error(sb, "Invalid inode bitmap blk %llu in "
1522 ext4_fsblk_t blk; local
1582 blk = ext4_inode_table(sb, gdp) + used_blks;
1601 ret = sb_issue_zeroout(sb, blk, num, GFP_NOFS);
H A Dext4.h372 #define EXT4_B2C(sbi, blk) ((blk) >> (sbi)->s_cluster_bits)
3248 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3250 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3252 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3304 ext4_fsblk_t blk)
3306 es->s_blocks_count_lo = cpu_to_le32((u32)blk);
3307 es->s_blocks_count_hi = cpu_to_le32(blk >> 32);
3311 ext4_fsblk_t blk)
3313 es->s_free_blocks_count_lo = cpu_to_le32((u32)blk);
3303 ext4_blocks_count_set(struct ext4_super_block *es, ext4_fsblk_t blk) argument
3310 ext4_free_blocks_count_set(struct ext4_super_block *es, ext4_fsblk_t blk) argument
3317 ext4_r_blocks_count_set(struct ext4_super_block *es, ext4_fsblk_t blk) argument
[all...]
/linux-master/drivers/crypto/
H A Domap-aes.c630 struct crypto_skcipher *blk; local
632 blk = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK);
633 if (IS_ERR(blk))
634 return PTR_ERR(blk);
636 ctx->fallback = blk;
639 crypto_skcipher_reqsize(blk));
H A Dmxs-dcp.c565 struct crypto_skcipher *blk; local
567 blk = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK);
568 if (IS_ERR(blk))
569 return PTR_ERR(blk);
571 actx->fallback = blk;
573 crypto_skcipher_reqsize(blk));
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_regs.h536 static inline u32 get_block_type(struct block_header *blk) argument
538 return BLOCK_INFO_BLK_TYPE(blk->block_info);
/linux-master/fs/erofs/
H A Dinternal.h225 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits)
/linux-master/drivers/scsi/
H A Dscsi_pm.c11 #include <linux/blk-pm.h>
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpdma.c634 struct vpdma_buf *blk, u32 dest_offset)
637 int len = blk->size;
639 WARN_ON(blk->dma_addr & VPDMA_DESC_ALIGN);
646 cfd->payload_addr = (u32) blk->dma_addr;
633 vpdma_add_cfd_block(struct vpdma_desc_list *list, int client, struct vpdma_buf *blk, u32 dest_offset) argument
H A Dvpdma.h236 struct vpdma_buf *blk, u32 dest_offset);
/linux-master/fs/xfs/
H A Dxfs_quotaops.c40 tstate->spc_timelimit = (u32)defq->blk.time;
/linux-master/block/
H A Dblk-crypto.c10 #define pr_fmt(fmt) "blk-crypto: " fmt
14 #include <linux/blk-crypto-profile.h>
19 #include "blk-crypto-internal.h"
261 * blk-crypto may choose to split the bio into 2 - the first one that will
316 * blk_crypto_init_key() - Prepare a key for use with blk-crypto
368 * Check if bios with @cfg can be en/decrypted by blk-crypto (i.e. either the
370 * blk-crypto-fallback is enabled and supports the cfg).
391 * blk-crypto-fallback is either disabled or the needed algorithm
409 * keyslot(s) or blk-crypto-fallback keyslot it may have been programmed into.
H A Dblk-rq-qos.h10 #include <linux/blk-mq.h>
12 #include "blk-mq-debugfs.h"
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c101 u32 i, comp, blk; local
120 for (i = 0, blk = 0, comp = 0; i < MTK_JPEG_BLOCK_MAX; i++) {
126 if (++blk == param->blk_comp[comp]) {
128 blk = 0;
/linux-master/include/linux/
H A Dnvme-fc-driver.h10 #include <linux/blk-mq.h>
381 * @poll_queue: Called to poll for the completion of an io on a blk queue.
/linux-master/drivers/block/
H A Dz2ram.c34 #include <linux/blk-mq.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c1238 static struct ras_manager *get_ras_manager(struct amdgpu_device *adev, enum amdgpu_ras_block blk) argument
1243 head.block = blk;
1248 int amdgpu_ras_bind_aca(struct amdgpu_device *adev, enum amdgpu_ras_block blk, argument
1257 obj = get_ras_manager(adev, blk);
1261 return amdgpu_aca_add_handle(adev, &obj->aca_handle, ras_block_str(blk), aca_info, data);
1264 int amdgpu_ras_unbind_aca(struct amdgpu_device *adev, enum amdgpu_ras_block blk) argument
1268 obj = get_ras_manager(adev, blk);
1277 static int amdgpu_aca_log_ras_error_data(struct amdgpu_device *adev, enum amdgpu_ras_block blk, argument
1283 obj = get_ras_manager(adev, blk);
1311 enum amdgpu_ras_block blk local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h78 int index; /* index of attr of interest in blk */
83 int index2; /* index of 2nd attr in blk */
123 int magic; /* blk's magic number, ie: blk type */
128 xfs_da_state_blk_t blk[XFS_DA_NODE_MAXDEPTH]; member in struct:xfs_da_state_path
/linux-master/fs/gfs2/
H A Drgrp.c511 * @blk: The data block number
524 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) argument
534 if (blk < cur->rd_addr)
536 else if (blk >= cur->rd_data0 + cur->rd_data)
541 if (blk < cur->rd_addr)
543 if (blk >= cur->rd_data0 + cur->rd_data)
1314 u64 blk; local
1335 blk = offset + ((bi->bi_start + x) * GFS2_NBBY);
1340 if ((start + nr_blks) != blk) {
1351 start = blk;
[all...]
H A Dxattr.c1007 u64 blk; local
1009 error = gfs2_alloc_blocks(ip, &blk, &n, 0);
1012 gfs2_trans_remove_revoke(sdp, blk, 1);
1013 indbh = gfs2_meta_new(ip->i_gl, blk);
1020 ip->i_eattr = blk;
/linux-master/fs/ext2/
H A Dsuper.c1489 sector_t blk = off >> EXT2_BLOCK_SIZE_BITS(sb); local
1508 err = ext2_get_block(inode, blk, &tmp_bh, 0);
1523 blk++;
1533 sector_t blk = off >> EXT2_BLOCK_SIZE_BITS(sb); local
1546 err = ext2_get_block(inode, blk, &tmp_bh, 1);
1567 blk++;
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h14 #define CRA(blk,sub,adr) ((((blk) & 0x7) << 13) | (((sub) & 0xf) << 9) | (((adr) & 0xff) << 1))

Completed in 527 milliseconds

1234567891011>>