Home
last modified time | relevance | path

Searched defs:bdev (Results 401 - 425 of 512) sorted by relevance

1...<<1112131415161718192021

/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dsuper.c91 static const char *read_super_common(struct cache_sb *sb, struct block_device *bdev, in read_super_common() argument
166 static const char *read_super(struct cache_sb *sb, struct block_device *bdev, in read_super() argument
1448 register_bdev(struct cache_sb *sb, struct cache_sb_disk *sb_disk, struct block_device *bdev, struct cached_dev *dc) register_bdev() argument
2341 register_cache(struct cache_sb *sb, struct cache_sb_disk *sb_disk, struct block_device *bdev, struct cache *ca) register_cache() argument
2450 struct block_device *bdev; global() member
2519 struct block_device *bdev, *bdev2; register_bcache() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-mpath.c514 struct block_device *bdev; in multipath_clone_and_map() local
882 static int setup_scsi_dh(struct block_device *bdev, struct multipath *m, in setup_scsi_dh() argument
2028 multipath_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) multipath_prepare_ioctl() argument
[all...]
H A Ddm-thin-metadata.c151 struct block_device *bdev; member
953 struct dm_pool_metadata *dm_pool_metadata_open(struct block_device *bdev, in dm_pool_metadata_open() argument
H A Dmd-bitmap.c202 static unsigned int optimal_io_size(struct block_device *bdev, in optimal_io_size() argument
227 struct block_device *bdev; in __write_sb_page() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A D3w-9xxx.c1698 static int twa_scsi_biosparam(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int geom[]) in twa_scsi_biosparam() argument
H A Dmegaraid.c2788 megaraid_biosparam(struct scsi_device *sdev, struct block_device *bdev, in megaraid_biosparam() argument
H A Dqla1280.c1024 qla1280_biosparam(struct scsi_device *sdev, struct block_device *bdev, in qla1280_biosparam() argument
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dlinit.c295 static int aac_biosparm(struct scsi_device *sdev, struct block_device *bdev, in aac_biosparm() argument
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c685 ahc_linux_biosparam(struct scsi_device *sdev, struct block_device *bdev, in ahc_linux_biosparam() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dblktrace.c499 blk_trace_setup_lba(struct blk_trace *bt, struct block_device *bdev) blk_trace_setup_lba() argument
514 do_blk_trace_setup(struct request_queue *q, char *name, dev_t dev, struct block_device *bdev, struct blk_user_trace_setup *buts) do_blk_trace_setup() argument
621 __blk_trace_setup(struct request_queue *q, char *name, dev_t dev, struct block_device *bdev, char __user *arg) __blk_trace_setup() argument
642 blk_trace_setup(struct request_queue *q, char *name, dev_t dev, struct block_device *bdev, char __user *arg) blk_trace_setup() argument
657 compat_blk_trace_setup(struct request_queue *q, char *name, dev_t dev, struct block_device *bdev, char __user *arg) compat_blk_trace_setup() argument
730 blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) blk_trace_ioctl() argument
1627 blk_trace_setup_queue(struct request_queue *q, struct block_device *bdev) blk_trace_setup_queue() argument
1767 struct block_device *bdev = dev_to_bdev(dev); sysfs_blk_trace_attr_show() local
1801 struct block_device *bdev = dev_to_bdev(dev); sysfs_blk_trace_attr_store() local
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-scsi.c263 int ata_std_bios_param(struct scsi_device *sdev, struct block_device *bdev, in ata_std_bios_param() argument
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_nl.c827 drbd_md_set_sector_offsets(struct drbd_device *device, struct drbd_backing_dev *bdev) drbd_md_set_sector_offsets() argument
1093 drbd_new_dev_size(struct drbd_device *device, struct drbd_backing_dev *bdev, sector_t u_size, int assume_peer_has_space) drbd_new_dev_size() argument
1333 drbd_setup_queue_param(struct drbd_device *device, struct drbd_backing_dev *bdev, unsigned int max_bio_size, struct o_qlim *o) drbd_setup_queue_param() argument
1373 drbd_reconsider_queue_parameters(struct drbd_device *device, struct drbd_backing_dev *bdev, struct o_qlim *o) drbd_reconsider_queue_parameters() argument
1470 drbd_al_extents_max(struct drbd_backing_dev *bdev) drbd_al_extents_max() argument
1705 struct block_device *bdev; open_backing_dev() local
1733 struct block_device *bdev; open_backing_devices() local
1762 close_backing_dev(struct drbd_device *device, struct block_device *bdev, bool do_bd_unlink) close_backing_dev() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dxen-blkfront.c512 static int blkif_ioctl(struct block_device *bdev, fmode_t mode, in blkif_ioctl() argument
2223 struct block_device *bdev = NULL; in blkfront_closing() local
2580 struct block_device *bdev in blkfront_remove() local
2640 blkif_open(struct block_device *bdev, fmode_t mode) blkif_open() argument
2671 struct block_device *bdev; blkif_release() local
[all...]
H A Damiflop.c1525 static int fd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in fd_getgeo() argument
1535 static int fd_locked_ioctl(struct block_device *bdev, fmode_t mode, in fd_locked_ioctl() argument
1610 static int fd_ioctl(struct block_device *bdev, fmode_t mode, in fd_ioctl() argument
1657 static int floppy_open(struct block_device *bdev, fmode_t mode) in floppy_open() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap.c318 struct block_device *bdev; member
385 static unsigned origin_hash(struct block_device *bdev) in origin_hash() argument
556 struct block_device *bdev = snap->origin->bdev; register_snapshot() local
598 struct block_device *bdev = s->origin->bdev; reregister_snapshot() local
1816 struct block_device *bdev = s->origin->bdev; start_copy() local
2307 get_origin_minimum_chunksize(struct block_device *bdev) get_origin_minimum_chunksize() argument
[all...]
H A Dmd.h61 struct block_device *bdev; /* block device handle */ member
551 static inline void md_sync_acct(struct block_device *bdev, unsigned long nr_sectors) in md_sync_acct() argument
H A Draid5-cache.c1316 struct block_device *bdev = log->rdev->bdev; in r5l_write_super_and_discard_space() local
[all...]
H A Ddm.c342 static int dm_blk_open(struct block_device *bdev, fmode_t mode) in dm_blk_open() argument
434 static int dm_blk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in dm_blk_getgeo() argument
558 static int dm_blk_ioctl(struct block_device *bdev, fmode_t mode, in dm_blk_ioctl() argument
519 dm_prepare_ioctl(struct mapped_device *md, int *srcu_idx, struct block_device **bdev) dm_prepare_ioctl() argument
751 struct block_device *bdev; open_table_device() local
1140 dm_dax_supported(struct dax_device *dax_dev, struct block_device *bdev, int blocksize, sector_t start, sector_t len) dm_dax_supported() argument
2981 dm_call_pr(struct block_device *bdev, iterate_devices_callout_fn fn, void *data) dm_call_pr() argument
3027 dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, u32 flags) dm_pr_register() argument
3051 dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, u32 flags) dm_pr_reserve() argument
3072 dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) dm_pr_release() argument
3092 dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, enum pr_type type, bool abort) dm_pr_preempt() argument
3113 dm_pr_clear(struct block_device *bdev, u64 key) dm_pr_clear() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbcache.h302 struct block_device *bdev; member
416 struct block_device *bdev; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.c1140 static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev, in ips_biosparam() argument
H A Daha152x.c1223 static int aha152x_biosparam(struct scsi_device *sdev, struct block_device *bdev, in aha152x_biosparam() argument
H A Dsd.c1393 static bool sd_need_revalidate(struct block_device *bdev, in sd_need_revalidate() argument
1424 static int sd_open(struct block_device *bdev, fmode_t mode) in sd_open() argument
1513 sd_getgeo(struct block_device *bdev, struct hd_geometry *geo) sd_getgeo() argument
1552 sd_ioctl_common(struct block_device *bdev, fmode_t mode, unsigned int cmd, void __user *p) sd_ioctl_common() argument
1776 sd_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) sd_ioctl() argument
1790 sd_compat_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) sd_compat_ioctl() argument
1824 sd_pr_command(struct block_device *bdev, u8 sa, u64 key, u64 sa_key, u8 type, u8 flags) sd_pr_command() argument
1855 sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, u32 flags) sd_pr_register() argument
1865 sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, u32 flags) sd_pr_reserve() argument
1873 sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) sd_pr_release() argument
1878 sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, enum pr_type type, bool abort) sd_pr_preempt() argument
1885 sd_pr_clear(struct block_device *bdev, u64 key) sd_pr_clear() argument
[all...]
H A Dstorvsc_drv.c1564 static int storvsc_get_chs(struct scsi_device *sdev, struct block_device * bdev, in storvsc_get_chs() argument
H A Dstex.c1463 stex_biosparam(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int geom[]) stex_biosparam() argument
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd.c3335 static int dasd_open(struct block_device *bdev, fmode_t mode) in dasd_open() argument
3401 static int dasd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in dasd_getgeo() argument
[all...]

Completed in 125 milliseconds

1...<<1112131415161718192021