Home
last modified time | relevance | path

Searched defs:bdev (Results 151 - 175 of 512) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/drivers/block/zram/
H A Dzram_drv.h140 struct block_device *bdev; member
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dblock.c219 static int ubiblock_open(struct block_device *bdev, fmode_t mode) in ubiblock_open() argument
275 static int ubiblock_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubiblock_getgeo() argument
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-stripe.c310 struct block_device *bdev; in stripe_dax_direct_access() local
331 struct block_device *bdev; in stripe_dax_copy_from_iter() local
350 struct block_device *bdev; stripe_dax_copy_to_iter() local
370 struct block_device *bdev; stripe_dax_zero_page_range() local
[all...]
H A Ddm-dust.c533 static int dust_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in dust_prepare_ioctl() argument
H A Ddm-core.h112 struct block_device *bdev; member
H A Ddm-ebs-target.c407 static int ebs_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in ebs_prepare_ioctl() argument
H A Ddm-flakey.c452 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in flakey_prepare_ioctl() argument
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-block-manager.c378 struct dm_block_manager *dm_block_manager_create(struct block_device *bdev, in dm_block_manager_create() argument
/kernel/linux/linux-5.10/drivers/s390/block/
H A Dscm_blk.c147 static bool scm_permit_request(struct scm_blk_dev *bdev, struct request *req) in scm_permit_request() argument
182 struct scm_blk_dev *bdev = scmrq->bdev; in scm_request_prepare() local
219 static inline void scm_request_init(struct scm_blk_dev *bdev, in scm_request_init() argument
240 struct scm_blk_dev *bdev in scm_request_requeue() local
253 struct scm_blk_dev *bdev = scmrq->bdev; scm_request_finish() local
270 struct scm_blk_dev *bdev = scmrq->bdev; scm_request_start() local
288 struct scm_blk_dev *bdev = dev_get_drvdata(&scmdev->dev); scm_blk_request() local
375 struct scm_blk_dev *bdev = scmrq->bdev; scm_blk_handle_error() local
437 scm_blk_dev_setup(struct scm_blk_dev *bdev, struct scm_device *scmdev) scm_blk_dev_setup() argument
517 scm_blk_dev_cleanup(struct scm_blk_dev *bdev) scm_blk_dev_cleanup() argument
525 scm_blk_set_available(struct scm_blk_dev *bdev) scm_blk_set_available() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_scsi_host.c876 sas_bios_param(struct scsi_device *scsi_dev, struct block_device *bdev, sector_t capacity, int *hsc) sas_bios_param() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsr.c530 static int sr_block_open(struct block_device *bdev, fmode_t mode) in sr_block_open() argument
568 static int sr_block_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd, in sr_block_ioctl() argument
611 static int sr_block_compat_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd, in sr_block_compat_ioctl() argument
[all...]
H A Dwd719x.c545 static int wd719x_biosparam(struct scsi_device *sdev, struct block_device *bdev, in wd719x_biosparam() argument
/kernel/linux/linux-5.10/fs/
H A Dmpage.c71 mpage_alloc(struct block_device *bdev, in mpage_alloc() argument
170 struct block_device *bdev = NULL; in do_mpage_readpage() local
495 struct block_device *bdev = NULL; in __mpage_writepage() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/blocklayout/
H A Dblocklayout.h98 struct block_device *bdev; member
111 struct block_device *bdev; member
/kernel/linux/linux-5.10/fs/quota/
H A Dquota.c868 struct block_device *bdev; in quotactl_block() local
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_bo_driver.h355 ttm_manager_type(struct ttm_bo_device *bdev, int mem_type) ttm_manager_type() argument
361 ttm_set_driver_manager(struct ttm_bo_device *bdev, int type, struct ttm_resource_manager *manager) ttm_set_driver_manager() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h130 struct hmm_bo_device *bdev; member
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbuffer_head.h403 static inline struct buffer_head *getblk_unmovable(struct block_device *bdev, in getblk_unmovable() argument
410 static inline struct buffer_head *__getblk(struct block_device *bdev, in __getblk() argument
428 __bread(struct block_device *bdev, sector_ argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Dblock2mtd.c225 struct block_device *bdev = ERR_PTR(-ENODEV); in mdtblock_early_get_bdev() local
265 struct block_device *bdev; in add_device() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dblock.c285 static int ubiblock_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubiblock_getgeo() argument
/kernel/linux/linux-6.6/fs/erofs/
H A Ddata.c386 struct block_device *bdev = inode->i_sb->s_bdev; in erofs_file_read_iter() local
/kernel/linux/linux-6.6/fs/nfs/blocklayout/
H A Dblocklayout.h98 struct block_device *bdev; member
111 struct block_device *bdev; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddev-replace.c250 struct block_device *bdev; in btrfs_init_dev_replace_tgtdev() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dwd719x.c547 static int wd719x_biosparam(struct scsi_device *sdev, struct block_device *bdev, in wd719x_biosparam() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c47 static int __bo_init(struct hmm_bo_device *bdev, struct hmm_buffer_object *bo, in __bo_init() argument
236 static struct hmm_buffer_object *__bo_break_up(struct hmm_bo_device *bdev, in __bo_break_up() argument
270 struct hmm_bo_device *bdev = bo->bdev; __bo_take_off_handling() local
312 struct hmm_bo_device *bdev; __bo_merge() local
331 hmm_bo_device_init(struct hmm_bo_device *bdev, struct isp_mmu_client *mmu_driver, unsigned int vaddr_start, unsigned int size) hmm_bo_device_init() argument
393 hmm_bo_alloc(struct hmm_bo_device *bdev, unsigned int pgnr) hmm_bo_alloc() argument
441 struct hmm_bo_device *bdev = bo->bdev; hmm_bo_release() local
501 hmm_bo_device_exit(struct hmm_bo_device *bdev) hmm_bo_device_exit() argument
539 hmm_bo_device_inited(struct hmm_bo_device *bdev) hmm_bo_device_inited() argument
553 hmm_bo_device_search_start( struct hmm_bo_device *bdev, ia_css_ptr vaddr) hmm_bo_device_search_start() argument
573 hmm_bo_device_search_in_range( struct hmm_bo_device *bdev, unsigned int vaddr) hmm_bo_device_search_in_range() argument
593 hmm_bo_device_search_vmap_start( struct hmm_bo_device *bdev, const void *vaddr) hmm_bo_device_search_vmap_start() argument
774 struct hmm_bo_device *bdev; hmm_bo_bind() local
851 struct hmm_bo_device *bdev; hmm_bo_unbind() local
[all...]

Completed in 21 milliseconds

12345678910>>...21