Searched defs:bdev (Results 1 - 25 of 258) sorted by path

1234567891011

/linux-master/drivers/hid/
H A Dhid-picolcd_backlight.c17 static int picolcd_get_brightness(struct backlight_device *bdev) argument
23 static int picolcd_set_brightness(struct backlight_device *bdev) argument
42 static int picolcd_check_bl_fb(struct backlight_device *bdev, struct fb_info *fb) argument
56 struct backlight_device *bdev; local
84 struct backlight_device *bdev = data->backlight; local
[all...]
/linux-master/drivers/net/fddi/
H A Ddefza.h665 struct device *bdev; /* pointer to the bus device */ member in struct:fza_private
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dbus.h17 struct bcma_device *bdev; member in union:b43_bus_dev::__anon7168
/linux-master/arch/m68k/emu/
H A Dnfblock.c80 static int nfhd_getgeo(struct block_device *bdev, struct hd_geometry *geo) argument
/linux-master/arch/um/drivers/
H A Dubd_kern.c1344 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo) argument
1354 static int ubd_ioctl(struct block_device *bdev, blk_mode_t mode, argument
/linux-master/block/
H A Dbdev.c37 struct block_device bdev; member in struct:bdev_inode
58 static void bdev_write_inode(struct block_device *bdev) argument
77 static void kill_bdev(struct block_device *bdev) argument
89 void invalidate_bdev(struct block_device *bdev) argument
105 truncate_bdev_range(struct block_device *bdev, blk_mode_t mode, loff_t lstart, loff_t lend) argument
134 set_init_blocksize(struct block_device *bdev) argument
147 set_blocksize(struct block_device *bdev, int size) argument
191 sync_blockdev_nowait(struct block_device *bdev) argument
203 sync_blockdev(struct block_device *bdev) argument
211 sync_blockdev_range(struct block_device *bdev, loff_t lstart, loff_t lend) argument
232 bdev_freeze(struct block_device *bdev) argument
268 bdev_thaw(struct block_device *bdev) argument
321 struct block_device *bdev = I_BDEV(inode); local
399 struct block_device *bdev; local
430 bdev_set_nr_sectors(struct block_device *bdev, sector_t sectors) argument
438 bdev_add(struct block_device *bdev, dev_t dev) argument
472 bd_may_claim(struct block_device *bdev, void *holder, const struct blk_holder_ops *hops) argument
514 bd_prepare_to_claim(struct block_device *bdev, void *holder, const struct blk_holder_ops *hops) argument
566 bd_finish_claiming(struct block_device *bdev, void *holder, const struct blk_holder_ops *hops) argument
597 bd_abort_claiming(struct block_device *bdev, void *holder) argument
605 bd_end_claim(struct block_device *bdev, void *holder) argument
640 blkdev_flush_mapping(struct block_device *bdev) argument
648 blkdev_put_whole(struct block_device *bdev) argument
656 blkdev_get_whole(struct block_device *bdev, blk_mode_t mode) argument
752 struct block_device *bdev; local
774 blkdev_put_no_open(struct block_device *bdev) argument
779 bdev_writes_blocked(struct block_device *bdev) argument
784 bdev_block_writes(struct block_device *bdev) argument
789 bdev_unblock_writes(struct block_device *bdev) argument
794 bdev_may_open(struct block_device *bdev, blk_mode_t mode) argument
806 bdev_claim_write_access(struct block_device *bdev, blk_mode_t mode) argument
825 struct block_device *bdev; local
858 bdev_open(struct block_device *bdev, blk_mode_t mode, void *holder, const struct blk_holder_ops *hops, struct file *bdev_file) argument
969 struct block_device *bdev; local
1027 struct block_device *bdev = file_bdev(bdev_file); local
1041 struct block_device *bdev = file_bdev(bdev_file); local
1097 struct block_device *bdev = file_bdev(bdev_file); local
1169 bdev_mark_dead(struct block_device *bdev, bool surprise) argument
1196 struct block_device *bdev; local
1250 struct block_device *bdev; local
[all...]
H A Dbio.c245 void bio_init(struct bio *bio, struct block_device *bdev, struct bio_vec *table, argument
300 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf) argument
348 struct bio *blk_next_bio(struct bio *bio, struct block_device *bdev, argument
432 static struct bio *bio_alloc_percpu_cache(struct block_device *bdev, argument
492 bio_alloc_bioset(struct block_device *bdev, unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask, struct bio_set *bs) argument
848 bio_alloc_clone(struct block_device *bdev, struct bio *bio_src, gfp_t gfp, struct bio_set *bs) argument
879 bio_init_clone(struct block_device *bdev, struct bio *bio, struct bio *bio_src, gfp_t gfp) argument
[all...]
H A Dblk-cgroup.c763 struct block_device *bdev; local
1073 struct block_device *bdev = dev_to_bdev(dev); local
[all...]
H A Dblk-cgroup.h214 struct block_device *bdev; member in struct:blkg_conf_ctx
H A Dblk-core.c745 struct block_device *bdev = bio->bi_bdev; local
900 struct block_device *bdev; local
1000 bdev_start_io_acct(struct block_device *bdev, enum req_op op, unsigned long start_time) argument
1024 bdev_end_io_acct(struct block_device *bdev, enum req_op op, unsigned int sectors, unsigned long start_time) argument
[all...]
H A Dblk-crypto.c360 bool blk_crypto_config_supported_natively(struct block_device *bdev, argument
372 bool blk_crypto_config_supported(struct block_device *bdev, argument
394 int blk_crypto_start_using_key(struct block_device *bdev, argument
417 void blk_crypto_evict_key(struct block_device *bdev, argument
[all...]
H A Dblk-flush.c469 int blkdev_issue_flush(struct block_device *bdev) argument
H A Dblk-lib.c13 static sector_t bio_discard_limit(struct block_device *bdev, sector_t sector) argument
38 int __blkdev_issue_discard(struct block_device *bdev, sector_t sector, argument
97 blkdev_issue_discard(struct block_device *bdev, sector_t sector, sector_t nr_sects, gfp_t gfp_mask) argument
118 __blkdev_issue_write_zeroes(struct block_device *bdev, sector_t sector, sector_t nr_sects, gfp_t gfp_mask, struct bio **biop, unsigned flags) argument
165 __blkdev_issue_zero_pages(struct block_device *bdev, sector_t sector, sector_t nr_sects, gfp_t gfp_mask, struct bio **biop) argument
215 __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, sector_t nr_sects, gfp_t gfp_mask, struct bio **biop, unsigned flags) argument
249 blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, sector_t nr_sects, gfp_t gfp_mask, unsigned flags) argument
300 blkdev_issue_secure_erase(struct block_device *bdev, sector_t sector, sector_t nr_sects, gfp_t gfp) argument
[all...]
H A Dblk-settings.c904 void queue_limits_stack_bdev(struct queue_limits *t, struct block_device *bdev, argument
1100 int bdev_alignment_offset(struct block_device *bdev) argument
1113 unsigned int bdev_discard_alignment(struct block_device *bdev) argument
[all...]
H A Dblk-zoned.c107 unsigned int bdev_nr_zones(struct block_device *bdev) argument
137 int blkdev_report_zones(struct block_device *bdev, sector_t sector, argument
179 static int blkdev_zone_reset_all_emulated(struct block_device *bdev) argument
224 blkdev_zone_reset_all(struct block_device *bdev) argument
247 blkdev_zone_mgmt(struct block_device *bdev, enum req_op op, sector_t sector, sector_t nr_sectors) argument
323 blkdev_report_zones_ioctl(struct block_device *bdev, unsigned int cmd, unsigned long arg) argument
356 blkdev_truncate_zone_range(struct block_device *bdev, blk_mode_t mode, const struct blk_zone_range *zrange) argument
376 blkdev_zone_mgmt_ioctl(struct block_device *bdev, blk_mode_t mode, unsigned int cmd, unsigned long arg) argument
[all...]
H A Dblk.h417 static inline int blkdev_report_zones_ioctl(struct block_device *bdev, argument
422 static inline int blkdev_zone_mgmt_ioctl(struct block_device *bdev, argument
H A Dearly-lookup.c23 struct block_device *bdev = dev_to_bdev(dev); local
104 struct block_device *bdev = dev_to_bdev(dev); local
H A Dfops.c37 static bool blkdev_dio_unaligned(struct block_device *bdev, loff_t pos, argument
49 struct block_device *bdev = I_BDEV(iocb->ki_filp->f_mapping->host); local
166 struct block_device *bdev = I_BDEV(iocb->ki_filp->f_mapping->host); local
307 struct block_device *bdev = I_BDEV(iocb->ki_filp->f_mapping->host); local
388 struct block_device *bdev = I_BDEV(inode); local
544 struct block_device *bdev = I_BDEV(filp->f_mapping->host); local
604 struct block_device *bdev; local
671 struct block_device *bdev = I_BDEV(file->f_mapping->host); local
719 struct block_device *bdev = I_BDEV(iocb->ki_filp->f_mapping->host); local
770 struct block_device *bdev = I_BDEV(inode); local
[all...]
H A Dgenhd.c562 struct block_device *bdev; local
745 struct block_device *bdev = disk->part0; local
956 struct block_device *bdev = dev_to_bdev(dev); local
1005 struct block_device *bdev = dev_to_bdev(dev); local
[all...]
H A Dholder.c13 static struct bd_holder_disk *bd_find_holder_disk(struct block_device *bdev, argument
62 int bd_link_disk_holder(struct block_device *bdev, struc argument
138 bd_unlink_disk_holder(struct block_device *bdev, struct gendisk *disk) argument
[all...]
H A Dioctl.c16 static int blkpg_do_ioctl(struct block_device *bdev, argument
62 static int blkpg_ioctl(struct block_device *bdev, argument
82 static int compat_blkpg_ioctl(struct block_device *bdev, argument
95 static int blk_ioctl_discard(struct block_device *bdev, blk_mode_t mode, argument
134 blk_ioctl_secure_erase(struct block_device *bdev, blk_mode_t mode, void __user *argp) argument
165 blk_ioctl_zeroout(struct block_device *bdev, blk_mode_t mode, unsigned long arg) argument
254 blkdev_compat_ptr_ioctl(struct block_device *bdev, blk_mode_t mode, unsigned cmd, unsigned long arg) argument
268 blkdev_pr_allowed(struct block_device *bdev, blk_mode_t mode) argument
283 blkdev_pr_register(struct block_device *bdev, blk_mode_t mode, struct pr_registration __user *arg) argument
301 blkdev_pr_reserve(struct block_device *bdev, blk_mode_t mode, struct pr_reservation __user *arg) argument
319 blkdev_pr_release(struct block_device *bdev, blk_mode_t mode, struct pr_reservation __user *arg) argument
337 blkdev_pr_preempt(struct block_device *bdev, blk_mode_t mode, struct pr_preempt __user *arg, bool abort) argument
355 blkdev_pr_clear(struct block_device *bdev, blk_mode_t mode, struct pr_clear __user *arg) argument
373 blkdev_flushbuf(struct block_device *bdev, unsigned cmd, unsigned long arg) argument
391 blkdev_roset(struct block_device *bdev, unsigned cmd, unsigned long arg) argument
410 blkdev_getgeo(struct block_device *bdev, struct hd_geometry __user *argp) argument
444 compat_hdio_getgeo(struct block_device *bdev, struct compat_hd_geometry __user *ugeo) argument
476 blkdev_bszset(struct block_device *bdev, blk_mode_t mode, int __user *argp) argument
505 blkdev_common_ioctl(struct block_device *bdev, blk_mode_t mode, unsigned int cmd, unsigned long arg, void __user *argp) argument
597 struct block_device *bdev = I_BDEV(file->f_mapping->host); local
658 struct block_device *bdev = I_BDEV(file->f_mapping->host); local
[all...]
/linux-master/block/partitions/
H A Dcmdline.c239 cmdline_parts_find(struct cmdline_parts *parts, const char *bdev) argument
H A Dcore.c295 struct block_device *bdev; local
[all...]
H A Dibm.c329 struct block_device *bdev = disk->part0; local
/linux-master/drivers/ata/
H A Dlibata-scsi.c284 int ata_std_bios_param(struct scsi_device *sdev, struct block_device *bdev, argument

Completed in 309 milliseconds

1234567891011