/drivers/md/ |
D | dm-linear.c | 28 int dm_linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dm_linear_ctr() 71 void dm_linear_dtr(struct dm_target *ti) in dm_linear_dtr() 80 static sector_t linear_map_sector(struct dm_target *ti, sector_t bi_sector) in linear_map_sector() 87 static void linear_map_bio(struct dm_target *ti, struct bio *bio) in linear_map_bio() 97 int dm_linear_map(struct dm_target *ti, struct bio *bio) in dm_linear_map() 105 void dm_linear_status(struct dm_target *ti, status_type_t type, in dm_linear_status() 123 int dm_linear_prepare_ioctl(struct dm_target *ti, in dm_linear_prepare_ioctl() 141 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() 160 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() 239 static void flakey_dtr(struct dm_target *ti) in flakey_dtr() 247 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector() 254 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 283 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 337 static int flakey_end_io(struct dm_target *ti, struct bio *bio, int error) in flakey_end_io() 362 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status() 395 static int flakey_prepare_ioctl(struct dm_target *ti, in flakey_prepare_ioctl() 411 static int flakey_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) in flakey_iterate_devices()
|
D | dm-switch.c | 39 struct dm_target *ti; member 59 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned nr_paths, in alloc_switch_ctx() 77 static int alloc_region_table(struct dm_target *ti, unsigned nr_paths) in alloc_region_table() 204 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path() 233 static void switch_dtr(struct dm_target *ti) in switch_dtr() 252 static int switch_ctr(struct dm_target *ti, unsigned argc, char **argv) in switch_ctr() 319 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map() 469 static int switch_message(struct dm_target *ti, unsigned argc, char **argv) in switch_message() 488 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status() 514 static int switch_prepare_ioctl(struct dm_target *ti, in switch_prepare_ioctl() [all …]
|
D | dm-mpath.c | 65 struct dm_target *ti; member 159 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) in free_pgpaths() 171 struct dm_target *ti) in free_priority_group() 184 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath() 379 static int __multipath_map(struct dm_target *ti, struct request *clone, in __multipath_map() 451 static int multipath_map(struct dm_target *ti, struct request *clone, in multipath_map() 457 static int multipath_clone_and_map(struct dm_target *ti, struct request *rq, in multipath_clone_and_map() 515 struct dm_target *ti) in parse_path_selector() 551 struct dm_target *ti) in parse_path() 649 struct dm_target *ti = m->ti; in parse_priority_group() local [all …]
|
D | dm-stripe.c | 38 struct dm_target *ti; member 73 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe() 97 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in stripe_ctr() 201 static void stripe_dtr(struct dm_target *ti) in stripe_dtr() 283 static int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 324 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() 354 static int stripe_end_io(struct dm_target *ti, struct bio *bio, int error) in stripe_end_io() 391 static int stripe_iterate_devices(struct dm_target *ti, in stripe_iterate_devices() 407 static void stripe_io_hints(struct dm_target *ti, in stripe_io_hints()
|
D | dm-raid.c | 64 struct dm_target *ti; member 149 static struct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned r… in context_alloc() 1068 static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs) in analyse_superblocks() 1161 static void configure_discard_support(struct dm_target *ti, struct raid_set *rs) in configure_discard_support() 1213 static int raid_ctr(struct dm_target *ti, unsigned argc, char **argv) in raid_ctr() 1319 static void raid_dtr(struct dm_target *ti) in raid_dtr() 1328 static int raid_map(struct dm_target *ti, struct bio *bio) in raid_map() 1363 static void raid_status(struct dm_target *ti, status_type_t type, in raid_status() 1542 static int raid_message(struct dm_target *ti, unsigned argc, char **argv) in raid_message() 1596 static int raid_iterate_devices(struct dm_target *ti, in raid_iterate_devices() [all …]
|
D | dm-delay.c | 128 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr() 221 static void delay_dtr(struct dm_target *ti) in delay_dtr() 265 static void delay_presuspend(struct dm_target *ti) in delay_presuspend() 274 static void delay_resume(struct dm_target *ti) in delay_resume() 281 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map() 301 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status() 324 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
|
D | dm-table.c | 278 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid() 392 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, in dm_get_device() 441 static int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits() 471 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device() 499 static int adjoin(struct dm_table *table, struct dm_target *ti) in adjoin() 1240 struct dm_target *ti; in dm_table_any_dev_attr() local 1254 static int count_device(struct dm_target *ti, struct dm_dev *dev, in count_device() 1371 static int device_flush_capable(struct dm_target *ti, struct dm_dev *dev, in device_flush_capable() 1382 struct dm_target *ti; in dm_table_supports_flush() local 1410 struct dm_target *ti; in dm_table_discard_zeroes_data() local [all …]
|
D | dm-raid1.c | 52 struct dm_target *ti; member 254 static int mirror_flush(struct dm_target *ti) in mirror_flush() 882 struct dm_target *ti, in alloc_context() 932 static void free_context(struct mirror_set *ms, struct dm_target *ti, in free_context() 943 static int get_mirror(struct mirror_set *ms, struct dm_target *ti, in get_mirror() 973 static struct dm_dirty_log *create_dirty_log(struct dm_target *ti, in create_dirty_log() 1012 struct dm_target *ti = ms->ti; in parse_features() local 1069 static int mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) in mirror_ctr() 1176 static void mirror_dtr(struct dm_target *ti) in mirror_dtr() 1191 static int mirror_map(struct dm_target *ti, struct bio *bio) in mirror_map() [all …]
|
D | dm-log-writes.c | 415 static int log_writes_ctr(struct dm_target *ti, unsigned int argc, char **argv) in log_writes_ctr() 514 static void log_writes_dtr(struct dm_target *ti) in log_writes_dtr() 539 static void normal_map_bio(struct dm_target *ti, struct bio *bio) in normal_map_bio() 546 static int log_writes_map(struct dm_target *ti, struct bio *bio) in log_writes_map() 668 static int normal_end_io(struct dm_target *ti, struct bio *bio, int error) in normal_end_io() 696 static void log_writes_status(struct dm_target *ti, status_type_t type, in log_writes_status() 717 static int log_writes_prepare_ioctl(struct dm_target *ti, in log_writes_prepare_ioctl() 732 static int log_writes_iterate_devices(struct dm_target *ti, in log_writes_iterate_devices() 745 static int log_writes_message(struct dm_target *ti, unsigned argc, char **argv) in log_writes_message() 763 static void log_writes_io_hints(struct dm_target *ti, struct queue_limits *limits) in log_writes_io_hints()
|
D | dm-snap.c | 31 #define dm_target_is_snapshot_merge(ti) \ argument 55 struct dm_target *ti; member 322 struct dm_target *ti; member 1118 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) in snapshot_ctr() 1348 static void snapshot_dtr(struct dm_target *ti) in snapshot_dtr() 1744 static int snapshot_map(struct dm_target *ti, struct bio *bio) in snapshot_map() 1867 static int snapshot_merge_map(struct dm_target *ti, struct bio *bio) in snapshot_merge_map() 1927 static int snapshot_end_io(struct dm_target *ti, struct bio *bio, int error) in snapshot_end_io() 1937 static void snapshot_merge_presuspend(struct dm_target *ti) in snapshot_merge_presuspend() 1944 static int snapshot_preresume(struct dm_target *ti) in snapshot_preresume() [all …]
|
D | dm-verity-target.c | 582 int verity_map(struct dm_target *ti, struct bio *bio) in verity_map() 628 void verity_status(struct dm_target *ti, status_type_t type, in verity_status() 693 int verity_prepare_ioctl(struct dm_target *ti, in verity_prepare_ioctl() 707 int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices() 716 void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints() 730 void verity_dtr(struct dm_target *ti) in verity_dtr() 764 struct dm_target *ti = v->ti; in verity_alloc_most_once() local 817 struct dm_target *ti = v->ti; in verity_parse_opt_args() local 885 int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in verity_ctr()
|
D | dm-crypt.c | 308 struct dm_target *ti, in setup_essiv_cpu() 358 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr() 418 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr() 479 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr() 628 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_tcw_ctr() 1528 static void crypt_dtr(struct dm_target *ti) in crypt_dtr() 1566 static int crypt_ctr_cipher(struct dm_target *ti, in crypt_ctr_cipher() 1731 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr() 1912 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map() 1950 static void crypt_status(struct dm_target *ti, status_type_t type, in crypt_status() [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-thin.c | 231 struct dm_target *ti; /* Only set if a pool target is bound */ member 289 struct dm_target *ti; member 2638 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map() 2799 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target() 2825 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target() 3047 static void pool_dtr(struct dm_target *ti) in pool_dtr() 3063 struct dm_target *ti) in parse_pool_features() 3186 static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv) in pool_ctr() 3338 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map() 3356 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev() [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.c | 85 struct dm_target *ti; member 1386 static sector_t max_io_len_target_boundary(sector_t sector, struct dm_target *ti) in max_io_len_target_boundary() 1393 static sector_t max_io_len(sector_t sector, struct dm_target *ti) in max_io_len() 1416 int dm_set_target_max_io_len(struct dm_target *ti, sector_t len) in dm_set_target_max_io_len() 1531 struct dm_target *ti = tio->ti; in __map_bio() local 1601 struct dm_target *ti, in alloc_tio() 1618 struct dm_target *ti, in __clone_and_map_simple_bio() 1633 static void __send_duplicate_bios(struct clone_info *ci, struct dm_target *ti, in __send_duplicate_bios() 1645 struct dm_target *ti; in __send_empty_flush() local 1654 static void __clone_and_map_data_bio(struct clone_info *ci, struct dm_target *ti, in __clone_and_map_data_bio() [all …]
|
D | dm-target.c | 134 static int io_err_map_rq(struct dm_target *ti, struct request *clone, in io_err_map_rq() 140 static int io_err_clone_and_map_rq(struct dm_target *ti, struct request *rq, in io_err_clone_and_map_rq()
|
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-era-target.c | 1155 struct dm_target *ti; member 1452 static int era_ctr(struct dm_target *ti, unsigned argc, char **argv) in era_ctr() 1544 static void era_dtr(struct dm_target *ti) in era_dtr() 1549 static int era_map(struct dm_target *ti, struct bio *bio) in era_map() 1574 static void era_postsuspend(struct dm_target *ti) in era_postsuspend() 1588 static int era_preresume(struct dm_target *ti) in era_preresume() 1627 static void era_status(struct dm_target *ti, status_type_t type, in era_status() 1668 static int era_message(struct dm_target *ti, unsigned argc, char **argv) in era_message() 1695 static int era_iterate_devices(struct dm_target *ti, in era_iterate_devices() 1702 static void era_io_hints(struct dm_target *ti, struct queue_limits *limits) in era_io_hints()
|
D | dm-android-verity.c | 634 static int add_as_linear_device(struct dm_target *ti, char *dev) in add_as_linear_device() 661 static int create_linear_device(struct dm_target *ti, dev_t dev, in create_linear_device() 691 static int android_verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in android_verity_ctr()
|
D | dm-uevent.h | 52 struct dm_target *ti, const char *path, in dm_path_uevent()
|
D | dm-cache-target.c | 217 struct dm_target *ti; member 2356 static void cache_dtr(struct dm_target *ti) in cache_dtr() 2400 struct dm_target *ti; member 2759 struct dm_target *ti = ca->ti; in cache_create() local 2982 static int cache_ctr(struct dm_target *ti, unsigned argc, char **argv) in cache_ctr() 3018 static int cache_map(struct dm_target *ti, struct bio *bio) in cache_map() 3149 static int cache_end_io(struct dm_target *ti, struct bio *bio, int error) in cache_end_io() 3265 static void cache_postsuspend(struct dm_target *ti) in cache_postsuspend() 3431 static int cache_preresume(struct dm_target *ti) in cache_preresume() 3493 static void cache_resume(struct dm_target *ti) in cache_resume() [all …]
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 406 struct timeout_item *ti; in ptlrpc_new_timeout() local 459 struct timeout_item *ti; in ptlrpc_add_timeout_client() local 476 struct timeout_item *ti = NULL, *item; in ptlrpc_del_timeout_client() 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
|