/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt.h | 119 u32 block; member
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_fba.c | 132 struct dasd_block *block; in dasd_fba_check_characteristics() local 196 dasd_fba_do_analysis(struct dasd_block *block) dasd_fba_do_analysis() argument 215 dasd_fba_fill_geometry(struct dasd_block *block, struct hd_geometry *geo) dasd_fba_fill_geometry() argument 325 dasd_fba_build_cp_discard( struct dasd_device *memdev, struct dasd_block *block, struct request *req) dasd_fba_build_cp_discard() argument 438 dasd_fba_build_cp_regular( struct dasd_device *memdev, struct dasd_block *block, struct request *req) dasd_fba_build_cp_regular() argument 565 dasd_fba_build_cp(struct dasd_device *memdev, struct dasd_block *block, struct request *req) dasd_fba_build_cp() argument 776 dasd_fba_setup_blk_queue(struct dasd_block *block) dasd_fba_setup_blk_queue() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/kpc2000/ |
H A D | kpc2000_i2c.c | 441 int block = 0; i801_access() local [all...] |
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tc3589x.h | 154 unsigned int block; member
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | qcom-pm8xxx.c | 124 static int pm8xxx_irq_block_handler(struct pm_irq_chip *chip, int block) in pm8xxx_irq_block_handler() argument 196 pm8821_irq_block_handler(struct pm_irq_chip *chip, int master, int block) pm8821_irq_block_handler() argument 224 int block; pm8821_irq_master_handler() local 268 u8 block, config; pm8xxx_irq_mask_ack() local 280 u8 block, config; pm8xxx_irq_unmask() local 293 u8 block, config; pm8xxx_irq_set_type() local 327 u8 block; pm8xxx_irq_get_irqchip_state() local 403 u8 block, master; pm8821_irq_mask_ack() local 431 u8 block, master; pm8821_irq_unmask() local 452 u8 block, irq_bit, master; pm8821_irq_get_irqchip_state() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 76 bbt_get_entry(struct nand_chip *chip, int block) bbt_get_entry() argument 83 bbt_mark_entry(struct nand_chip *chip, int block, uint8_t mark) bbt_mark_entry() argument 558 int startblock, block, dir; search_bbt() local 686 int block = startblock + dir * i; get_bbt_block() local 717 mark_bbt_block_bad(struct nand_chip *this, struct nand_bbt_descr *td, int chip, int block) mark_bbt_block_bad() argument 785 int block; write_bbt() local 1134 int i, j, chips, block, nrblocks, update; mark_bbt_region() local 1436 int block; nand_isreserved_bbt() local 1450 int block, res; nand_isbad_bbt() local 1479 int block, ret = 0; nand_markbad_bbt() local [all...] |
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | main.c | 621 bool block = (file->f_flags & O_NONBLOCK) == 0; in mei_ioctl_client_notify_get() local
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | ftl.c | 957 ftl_readsect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) ftl_readsect() argument 963 ftl_writesect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) ftl_writesect() argument [all...] |
H A D | sm_ftl.c | 192 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) in sm_mkoffset() argument 206 sm_break_offset(struct sm_ftl *ftl, loff_t loffset, int *zone, int *block, int *boffset) sm_break_offset() argument 237 sm_read_sector(struct sm_ftl *ftl, int zone, int block, int boffset, uint8_t *buffer, struct sm_oob *oob) sm_read_sector() argument 322 sm_write_sector(struct sm_ftl *ftl, int zone, int block, int boffset, uint8_t *buffer, struct sm_oob *oob) sm_write_sector() argument 369 sm_write_block(struct sm_ftl *ftl, uint8_t *buf, int zone, int block, int lba, unsigned long invalid_bitmap) sm_write_block() argument 436 sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block) sm_mark_block_bad() argument 464 sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, int put_free) sm_erase_block() argument 501 sm_check_block(struct sm_ftl *ftl, int zone, int block) sm_check_block() argument 683 int block, boffset; sm_find_cis() local 756 uint16_t block; sm_init_zone() local 1019 int zone_num, block, boffset; sm_read() local 1064 int error = 0, zone_num, block, boffset; sm_write() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 636 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce() local 646 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce() local
|
H A D | gve_rx.c | 1002 int gve_rx_poll(struct gve_notify_block *block, int budget) in gve_rx_poll() argument
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 57 s16 block[8 * 8]; in rlc() local 121 s16 block[8 * 8 + 16]; in derlc() local 248 static void noinline_for_stack fwht(const u8 *block, s1 argument 383 fwht16(const s16 *block, s16 *output_block, int stride, int intra) fwht16() argument 467 ifwht(const s16 *block, s16 *output_block, int intra) ifwht() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init_ops.h | 229 static void bnx2x_init_block(struct bnx2x *bp, u32 block, u32 stage) in bnx2x_init_block() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | pagealloc.c | 672 struct mlx5_cmd_prot_block *block; in optimal_reclaimed_pages() local
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | affs.h | 223 affs_validblock(struct super_block *sb, int block) affs_validblock() argument 235 affs_bread(struct super_block *sb, int block) affs_bread() argument 243 affs_getblk(struct super_block *sb, int block) affs_getblk() argument 251 affs_getzeroblk(struct super_block *sb, int block) affs_getzeroblk() argument 266 affs_getemptyblk(struct super_block *sb, int block) affs_getemptyblk() argument [all...] |
H A D | file.c | 297 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) in affs_get_block() argument 452 _affs_bmap(struct address_space *mapping, sector_t block) _affs_bmap() argument 470 affs_bread_ino(struct inode *inode, int block, int create) affs_bread_ino() argument 489 affs_getzeroblk_ino(struct inode *inode, int block) affs_getzeroblk_ino() argument 508 affs_getemptyblk_ino(struct inode *inode, int block) affs_getemptyblk_ino() argument [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | attrib.c | 730 unsigned long block, max_block; in load_attribute_list() local
|
H A D | aops.c | 537 sector_t block, dblock, iblock; in ntfs_write_block() local 904 sector_t block, dblock, rec_block; ntfs_write_mst_block() local 1549 ntfs_bmap(struct address_space *mapping, sector_t block) ntfs_bmap() argument [all...] |
H A D | compress.c | 501 int block, max_block, cb_max_page, bhs_size, nr_bhs, err = 0; ntfs_read_compressed_block() local [all...] |
H A D | inode.c | 1750 s64 block; in ntfs_read_inode_mount() local [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | balloc.c | 35 ext4_get_group_number(struct super_block *sb, ext4_fsblk_t block) ext4_get_group_number() argument 73 ext4_block_in_group(struct super_block *sb, ext4_fsblk_t block, ext4_group_t block_group) ext4_block_in_group() argument [all...] |
H A D | indirect.c | 251 ext4_find_goal(struct inode *inode, ext4_lblk_t block, Indirect *partial) ext4_find_goal() argument [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | ioctl.c | 64 sector_t block; in ioctl_fibmap() local
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | dir.c | 684 unsigned long bidx, block; in f2fs_add_regular_entry() local
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | balloc.c | 475 ext2_free_blocks(struct inode * inode, ext2_fsblk_t block, unsigned long count) ext2_free_blocks() argument [all...] |