Searched refs:blk (Results 176 - 200 of 285) sorted by relevance

1234567891011>>

/linux-master/drivers/block/aoe/
H A Daoeblk.c9 #include <linux/blk-mq.h>
/linux-master/block/
H A Dt10-pi.c8 #include <linux/blk-integrity.h>
182 * t10_pi_type1_complete - prepare PI prior returning request to the blk layer
H A Dblk-merge.c9 #include <linux/blk-integrity.h>
12 #include <linux/blk-cgroup.h>
16 #include "blk.h"
17 #include "blk-mq-sched.h"
18 #include "blk-rq-qos.h"
19 #include "blk-throttle.h"
H A Dbio-integrity.c9 #include <linux/blk-integrity.h>
15 #include "blk.h"
/linux-master/include/linux/mmc/
H A Dhost.h18 #include <linux/blk-crypto-profile.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c395 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++)
741 for (i = 0; i < hw->blk[ICE_BLK_SW].es.fvw; i++) {
842 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++)
847 if (j >= hw->blk[ICE_BLK_SW].es.fvw)
/linux-master/include/scsi/
H A Dscsi_device.h8 #include <linux/blk-mq.h>
/linux-master/drivers/cdrom/
H A Dcdrom.c3085 struct cdrom_blk blk; local
3087 if (copy_from_user(&blk, (struct cdrom_blk __user *)arg, sizeof(blk)))
3090 cgc->cmd[2] = (blk.from >> 24) & 0xff;
3091 cgc->cmd[3] = (blk.from >> 16) & 0xff;
3092 cgc->cmd[4] = (blk.from >> 8) & 0xff;
3093 cgc->cmd[5] = blk.from & 0xff;
3094 cgc->cmd[7] = (blk.len >> 8) & 0xff;
3095 cgc->cmd[8] = blk.len & 0xff;
H A Dgdrom.c19 #include <linux/blk-mq.h>
/linux-master/fs/ocfs2/
H A Ddir.c1805 unsigned long offset, blk, last_ra_blk = 0; local
1818 blk = ctx->pos >> sb->s_blocksize_bits;
1819 if (ocfs2_read_dir_block(inode, blk, &bh, 0)) {
1831 || (((last_ra_blk - blk) << 9) <= (ra_sectors / 2))) {
1835 if (!ocfs2_read_dir_block(inode, ++blk, &tmp,
1839 last_ra_blk = blk;
4313 u64 blk; local
4358 blk = le64_to_cpu(dx_root->dr_blkno);
4363 bg_blkno = ocfs2_which_suballoc_group(blk, bit);
/linux-master/fs/ufs/
H A Dufs_fs.h218 #define ufs_cgsblock(c) (ufs_cgstart(c) + uspi->s_sblkno) /* super blk */
220 #define ufs_cgimin(c) (ufs_cgstart(c) + uspi->s_iblkno) /* inode blk */
257 #define ufs_lblktosize(blk) ((blk) << uspi->s_bshift)
373 __fs32 fs_bmask; /* ``blkoff'' calc of blk offsets */
408 __fs32 fs_csaddr; /* blk addr of cyl grp summary area */
456 __fs64 fs_csaddr; /* blk addr of cyl grp summary area */
744 __u32 s_bmask; /* `blkoff'' calc of blk offsets */
759 __u64 s_csaddr; /* blk addr of cyl grp summary area */
921 __fs64 fs_csaddr; /* blk add
[all...]
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_sas.h58 #include <linux/blk-mq.h>
59 #include <linux/blk-mq-pci.h>
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr.h14 #include <linux/blk-mq.h>
15 #include <linux/blk-mq-pci.h>
/linux-master/drivers/scsi/
H A Dvirtio_scsi.c25 #include <linux/blk-integrity.h>
32 #include <linux/blk-mq-virtio.h>
/linux-master/include/ufs/
H A Dufshcd.h16 #include <linux/blk-crypto-profile.h>
17 #include <linux/blk-mq.h>
/linux-master/fs/ext4/
H A Dsuper.c371 struct ext4_group_desc *bg, ext4_fsblk_t blk)
373 bg->bg_block_bitmap_lo = cpu_to_le32((u32)blk);
375 bg->bg_block_bitmap_hi = cpu_to_le32(blk >> 32);
379 struct ext4_group_desc *bg, ext4_fsblk_t blk)
381 bg->bg_inode_bitmap_lo = cpu_to_le32((u32)blk);
383 bg->bg_inode_bitmap_hi = cpu_to_le32(blk >> 32);
387 struct ext4_group_desc *bg, ext4_fsblk_t blk)
389 bg->bg_inode_table_lo = cpu_to_le32((u32)blk);
391 bg->bg_inode_table_hi = cpu_to_le32(blk >> 32);
7173 ext4_lblk_t blk local
370 ext4_block_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
378 ext4_inode_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
386 ext4_inode_table_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
7209 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); local
[all...]
/linux-master/fs/ntfs3/
H A Dindex.c376 sector_t blk = (vbo & sbi->cluster_mask) >> sb->s_blocksize_bits; local
417 for (; blk < blen; blk++, from = 0) {
418 bh = ntfs_bread(sb, block + blk);
449 blk = 0;
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1925 struct xfs_da_state_blk *blk; local
1942 blk = &state->path.blk[ state->path.active-1 ];
1943 leaf = blk->bp->b_addr;
1949 *action = 0; /* blk over 50%, don't try to join */
1985 /* start with smaller blk num */
2023 if (blkno < blk->blkno) {
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c303 unsigned boundary, blk, die = 0; local
312 blk = addr >> (this->erase_shift - 1);
313 if (blk > boundary)
314 blk = (blk + boundary + 1) >> 1;
316 blk += die ? this->density_mask : 0;
317 return blk;
/linux-master/fs/f2fs/
H A Dcheckpoint.c1540 block_t blk; local
1545 blk = start_blk + BLKS_PER_SEG(sbi) - nm_i->nat_bits_blocks;
1548 (i << F2FS_BLKSIZE_BITS), blk + i);
/linux-master/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1219 static int read_edid_block(void *data, u8 *buf, unsigned int blk, size_t length) argument
1225 offset = (blk & 1) ? 128 : 0;
1226 segptr = blk / 2;
1272 blk, ret);
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c361 defq->blk.time);
/linux-master/drivers/nvme/target/
H A Dloop.c8 #include <linux/blk-mq.h>
/linux-master/drivers/mtd/
H A Dmtd_blkdevs.c16 #include <linux/blk-mq.h>
/linux-master/drivers/block/
H A Dps3disk.c10 #include <linux/blk-mq.h>

Completed in 397 milliseconds

1234567891011>>