/drivers/md/ |
D | dm-linear.c | 28 int dm_linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dm_linear_ctr() 67 void dm_linear_dtr(struct dm_target *ti) in dm_linear_dtr() 75 static sector_t linear_map_sector(struct dm_target *ti, sector_t bi_sector) in linear_map_sector() 82 static void linear_map_bio(struct dm_target *ti, struct bio *bio) in linear_map_bio() 91 int dm_linear_map(struct dm_target *ti, struct bio *bio) in dm_linear_map() 98 void dm_linear_status(struct dm_target *ti, status_type_t type, in dm_linear_status() 115 int dm_linear_ioctl(struct dm_target *ti, unsigned int cmd, in dm_linear_ioctl() 132 int dm_linear_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in dm_linear_merge() 147 int dm_linear_iterate_devices(struct dm_target *ti, in dm_linear_iterate_devices()
|
D | dm-flakey.c | 47 struct dm_target *ti) in parse_features() 155 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() 230 static void flakey_dtr(struct dm_target *ti) in flakey_dtr() 238 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector() 245 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 273 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 323 static int flakey_end_io(struct dm_target *ti, struct bio *bio, int error) in flakey_end_io() 340 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status() 373 static int flakey_ioctl(struct dm_target *ti, unsigned int cmd, unsigned long arg) in flakey_ioctl() 389 static int flakey_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in flakey_merge() [all …]
|
D | dm-stripe.c | 37 struct dm_target *ti; member 72 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe() 94 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in stripe_ctr() 196 static void stripe_dtr(struct dm_target *ti) in stripe_dtr() 276 static int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 316 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() 346 static int stripe_end_io(struct dm_target *ti, struct bio *bio, int error) in stripe_end_io() 383 static int stripe_iterate_devices(struct dm_target *ti, in stripe_iterate_devices() 399 static void stripe_io_hints(struct dm_target *ti, in stripe_io_hints() 409 static int stripe_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in stripe_merge()
|
D | dm-mpath.c | 63 struct dm_target *ti; member 162 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) in free_pgpaths() 177 struct dm_target *ti) in free_priority_group() 190 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath() 531 struct dm_target *ti) in parse_path_selector() 567 struct dm_target *ti) in parse_path() 671 struct dm_target *ti = m->ti; in parse_priority_group() local 737 struct dm_target *ti = m->ti; in parse_hw_handler() local 786 struct dm_target *ti = m->ti; in parse_features() local 837 static int multipath_ctr(struct dm_target *ti, unsigned int argc, in multipath_ctr() [all …]
|
D | dm-table.c | 362 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid() 458 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, in dm_get_device() 516 int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits() 555 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device() 571 static int adjoin(struct dm_table *table, struct dm_target *ti) in adjoin() 1224 static int count_device(struct dm_target *ti, struct dm_dev *dev, in count_device() 1340 static int device_flush_capable(struct dm_target *ti, struct dm_dev *dev, in device_flush_capable() 1351 struct dm_target *ti; in dm_table_supports_flush() local 1379 struct dm_target *ti; in dm_table_discard_zeroes_data() local 1393 static int device_is_nonrot(struct dm_target *ti, struct dm_dev *dev, in device_is_nonrot() [all …]
|
D | dm-raid.c | 61 struct dm_target *ti; member 145 static struct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned r… in context_alloc() 1065 static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs) in analyse_superblocks() 1161 static int raid_ctr(struct dm_target *ti, unsigned argc, char **argv) in raid_ctr() 1263 static void raid_dtr(struct dm_target *ti) in raid_dtr() 1272 static int raid_map(struct dm_target *ti, struct bio *bio) in raid_map() 1307 static void raid_status(struct dm_target *ti, status_type_t type, in raid_status() 1479 static int raid_message(struct dm_target *ti, unsigned argc, char **argv) in raid_message() 1533 static int raid_iterate_devices(struct dm_target *ti, in raid_iterate_devices() 1551 static void raid_io_hints(struct dm_target *ti, struct queue_limits *limits) in raid_io_hints() [all …]
|
D | dm-delay.c | 130 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr() 216 static void delay_dtr(struct dm_target *ti) in delay_dtr() 261 static void delay_presuspend(struct dm_target *ti) in delay_presuspend() 270 static void delay_resume(struct dm_target *ti) in delay_resume() 277 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map() 296 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status() 319 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
|
D | dm-raid1.c | 50 struct dm_target *ti; member 252 static int mirror_flush(struct dm_target *ti) in mirror_flush() 851 struct dm_target *ti, in alloc_context() 901 static void free_context(struct mirror_set *ms, struct dm_target *ti, in free_context() 912 static int get_mirror(struct mirror_set *ms, struct dm_target *ti, in get_mirror() 940 static struct dm_dirty_log *create_dirty_log(struct dm_target *ti, in create_dirty_log() 979 struct dm_target *ti = ms->ti; in parse_features() local 1025 static int mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) in mirror_ctr() 1133 static void mirror_dtr(struct dm_target *ti) in mirror_dtr() 1148 static int mirror_map(struct dm_target *ti, struct bio *bio) in mirror_map() [all …]
|
D | dm-snap.c | 29 #define dm_target_is_snapshot_merge(ti) \ argument 53 struct dm_target *ti; member 1037 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) in snapshot_ctr() 1249 static void snapshot_dtr(struct dm_target *ti) in snapshot_dtr() 1573 static int snapshot_map(struct dm_target *ti, struct bio *bio) in snapshot_map() 1688 static int snapshot_merge_map(struct dm_target *ti, struct bio *bio) in snapshot_merge_map() 1748 static int snapshot_end_io(struct dm_target *ti, struct bio *bio, int error) in snapshot_end_io() 1758 static void snapshot_merge_presuspend(struct dm_target *ti) in snapshot_merge_presuspend() 1765 static int snapshot_preresume(struct dm_target *ti) in snapshot_preresume() 1791 static void snapshot_resume(struct dm_target *ti) in snapshot_resume() [all …]
|
D | dm-verity-target.c | 579 int verity_map(struct dm_target *ti, struct bio *bio) in verity_map() 631 void verity_status(struct dm_target *ti, status_type_t type, in verity_status() 691 int verity_ioctl(struct dm_target *ti, unsigned cmd, in verity_ioctl() 705 int verity_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in verity_merge() 720 int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices() 728 void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints() 741 void verity_dtr(struct dm_target *ti) in verity_dtr() 809 struct dm_target *ti = v->ti; in verity_parse_opt_args() local 871 int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in verity_ctr()
|
D | dm-thin.c | 155 struct dm_target *ti; /* Only set if a pool target is bound */ member 207 struct dm_target *ti; member 1454 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map() 1623 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target() 1645 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target() 1854 static void pool_dtr(struct dm_target *ti) in pool_dtr() 1870 struct dm_target *ti) in parse_pool_features() 1977 static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv) in pool_ctr() 2127 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map() 2145 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev() [all …]
|
D | dm.c | 71 struct dm_target *ti; member 927 static sector_t max_io_len_target_boundary(sector_t sector, struct dm_target *ti) in max_io_len_target_boundary() 934 static sector_t max_io_len(sector_t sector, struct dm_target *ti) in max_io_len() 957 int dm_set_target_max_io_len(struct dm_target *ti, sector_t len) in dm_set_target_max_io_len() 978 struct dm_target *ti = tio->ti; in __map_bio() local 1089 struct dm_target *ti, int nr_iovecs, in alloc_tio() 1107 struct dm_target *ti, in __clone_and_map_simple_bio() 1125 static void __send_duplicate_bios(struct clone_info *ci, struct dm_target *ti, in __send_duplicate_bios() 1137 struct dm_target *ti; in __send_empty_flush() local 1146 static void __clone_and_map_data_bio(struct clone_info *ci, struct dm_target *ti, in __clone_and_map_data_bio() [all …]
|
D | dm-zero.c | 18 static int zero_ctr(struct dm_target *ti, unsigned int argc, char **argv) in zero_ctr() 36 static int zero_map(struct dm_target *ti, struct bio *bio) in zero_map()
|
D | dm-crypt.c | 289 struct dm_target *ti, in setup_essiv_cpu() 339 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr() 399 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr() 460 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr() 1338 static void crypt_dtr(struct dm_target *ti) in crypt_dtr() 1378 static int crypt_ctr_cipher(struct dm_target *ti, in crypt_ctr_cipher() 1534 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr() 1696 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map() 1726 static void crypt_status(struct dm_target *ti, status_type_t type, in crypt_status() 1756 static void crypt_postsuspend(struct dm_target *ti) in crypt_postsuspend() [all …]
|
D | dm-log.c | 148 struct dm_target *ti, in dm_dirty_log_create() 149 int (*flush_callback_fn)(struct dm_target *ti), in dm_dirty_log_create() 218 struct dm_target *ti; member 344 static int _check_region_size(struct dm_target *ti, uint32_t region_size) in _check_region_size() 361 static int create_log_context(struct dm_dirty_log *log, struct dm_target *ti, in create_log_context() 514 static int core_ctr(struct dm_dirty_log *log, struct dm_target *ti, in core_ctr() 540 static int disk_ctr(struct dm_dirty_log *log, struct dm_target *ti, in disk_ctr()
|
D | dm-uevent.c | 72 struct dm_target *ti, in dm_build_path_uevent() 183 void dm_path_uevent(enum dm_uevent_type event_type, struct dm_target *ti, in dm_path_uevent()
|
D | dm-cache-target.c | 101 struct dm_target *ti; member 1528 static void cache_dtr(struct dm_target *ti) in cache_dtr() 1572 struct dm_target *ti; member 1916 struct dm_target *ti = ca->ti; in cache_create() local 2106 static int cache_ctr(struct dm_target *ti, unsigned argc, char **argv) in cache_ctr() 2140 static int cache_map(struct dm_target *ti, struct bio *bio) in cache_map() 2244 static int cache_end_io(struct dm_target *ti, struct bio *bio, int error) in cache_end_io() 2356 static void cache_postsuspend(struct dm_target *ti) in cache_postsuspend() 2402 static int cache_preresume(struct dm_target *ti) in cache_preresume() 2448 static void cache_resume(struct dm_target *ti) in cache_resume() [all …]
|
D | dm-uevent.h | 52 struct dm_target *ti, const char *path, in dm_path_uevent()
|
D | dm-log-userspace-base.c | 33 struct dm_target *ti; member 116 static int build_constructor_string(struct dm_target *ti, in build_constructor_string() 157 static int userspace_ctr(struct dm_dirty_log *log, struct dm_target *ti, in userspace_ctr()
|
D | dm-android-verity.c | 572 static int add_as_linear_device(struct dm_target *ti, char *dev) in add_as_linear_device() 606 static int android_verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in android_verity_ctr()
|
D | dm-exception-store.c | 191 int dm_exception_store_create(struct dm_target *ti, int argc, char **argv, in dm_exception_store_create()
|
D | dm-verity-fec.c | 633 struct dm_target *ti = v->ti; in verity_fec_parse_opt_args() local 736 struct dm_target *ti = v->ti; in verity_fec_ctr() local
|
/drivers/gpu/drm/gma500/ |
D | mdfld_tpo_vid.c | 34 struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; in tpo_vid_get_config_mode() local
|
D | mdfld_tmd_vid.c | 37 struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; in tmd_vid_get_config_mode() local
|
/drivers/scsi/ |
D | sr_ioctl.c | 115 static int sr_fake_playtrkind(struct cdrom_device_info *cdi, struct cdrom_ti *ti) in sr_fake_playtrkind() 159 struct cdrom_ti *ti) in sr_play_trkind()
|