| /linux/drivers/md/ |
| H A D | dm-linear.c | 30 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in linear_ctr() 74 static void linear_dtr(struct dm_target *ti) in linear_dtr() 82 static sector_t linear_map_sector(struct dm_target *ti, sector_t bi_sector) in linear_map_sector() 89 int linear_map(struct dm_target *ti, struct bio *bio) in linear_map() 99 static void linear_status(struct dm_target *ti, status_type_t type, in linear_status() 122 static int linear_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in linear_prepare_ioctl() 140 static int linear_report_zones(struct dm_target *ti, in linear_report_zones() 153 static int linear_iterate_devices(struct dm_target *ti, in linear_iterate_devices() 162 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in linear_dax_pgoff() 171 static long linear_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in linear_dax_direct_access() [all …]
|
| H A D | dm-table.c | 194 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_destroy() local 231 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid() 366 int dm_get_device(struct dm_target *ti, const char *path, blk_mode_t mode, in dm_get_device() 420 static int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits() 464 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device() 498 static int adjoin(struct dm_table *t, struct dm_target *ti) in adjoin() 640 struct dm_target *ti; in validate_hardware_logical_block_alignment() local 691 struct dm_target *ti; in dm_table_add_target() local 866 static int device_not_dax_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_capable() 877 static int device_not_dax_synchronous_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_synchronous_capable() [all …]
|
| H A D | dm-unstripe.c | 28 static void cleanup_unstripe(struct unstripe_c *uc, struct dm_target *ti) in cleanup_unstripe() 39 static int unstripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in unstripe_ctr() 110 static void unstripe_dtr(struct dm_target *ti) in unstripe_dtr() 117 static sector_t map_to_core(struct dm_target *ti, struct bio *bio) in map_to_core() 135 static int unstripe_map(struct dm_target *ti, struct bio *bio) in unstripe_map() 145 static void unstripe_status(struct dm_target *ti, status_type_t type, in unstripe_status() 167 static int unstripe_iterate_devices(struct dm_target *ti, in unstripe_iterate_devices() 175 static void unstripe_io_hints(struct dm_target *ti, in unstripe_io_hints()
|
| H A D | dm-stripe.c | 42 struct dm_target *ti; member 64 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe() 88 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in stripe_ctr() 190 static void stripe_dtr(struct dm_target *ti) in stripe_dtr() 272 int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 302 static struct dax_device *stripe_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in stripe_dax_pgoff() 317 static long stripe_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_direct_access() 326 static int stripe_dax_zero_page_range(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_zero_page_range() 334 static size_t stripe_dax_recovery_write(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_recovery_write() 361 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() [all …]
|
| H A D | dm-audit.h | 28 struct dm_target *ti, int result) in dm_audit_log_ctr() 34 struct dm_target *ti, int result) in dm_audit_log_dtr() 40 struct dm_target *ti, int result) in dm_audit_log_target() 51 const char *op, struct dm_target *ti, in dm_audit_log_target() 56 struct dm_target *ti, int result) in dm_audit_log_ctr() 61 struct dm_target *ti, int result) in dm_audit_log_dtr()
|
| H A D | dm-flakey.c | 55 struct dm_target *ti) in parse_features() 258 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() 337 static void flakey_dtr(struct dm_target *ti) in flakey_dtr() 345 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector() 352 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 428 static struct bio *clone_bio(struct dm_target *ti, struct flakey_c *fc, struct bio *bio) in clone_bio() 493 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 573 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io() 603 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status() 654 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in flakey_prepare_ioctl() [all …]
|
| H A D | dm-switch.c | 40 struct dm_target *ti; member 60 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned int nr_paths, in alloc_switch_ctx() 77 static int alloc_region_table(struct dm_target *ti, unsigned int nr_paths) in alloc_region_table() 205 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path() 234 static void switch_dtr(struct dm_target *ti) in switch_dtr() 253 static int switch_ctr(struct dm_target *ti, unsigned int argc, char **argv) in switch_ctr() 320 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map() 470 static int switch_message(struct dm_target *ti, unsigned int argc, char **argv, in switch_message() 490 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status() 520 static int switch_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in switch_prepare_ioctl() [all …]
|
| H A D | dm-delay.c | 159 static void delay_dtr(struct dm_target *ti) in delay_dtr() 182 static int delay_class_ctr(struct dm_target *ti, struct delay_class *c, char **argv) in delay_class_ctr() 216 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr() 342 static void delay_presuspend(struct dm_target *ti) in delay_presuspend() 355 static void delay_resume(struct dm_target *ti) in delay_resume() 362 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map() 384 static int delay_report_zones(struct dm_target *ti, in delay_report_zones() 401 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status() 430 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
|
| H A D | dm-verity-target.c | 714 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map() 757 static void verity_postsuspend(struct dm_target *ti) in verity_postsuspend() 767 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status() 914 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in verity_prepare_ioctl() 927 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices() 935 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints() 991 static void verity_dtr(struct dm_target *ti) in verity_dtr() 1036 struct dm_target *ti = v->ti; in verity_alloc_most_once() local 1140 struct dm_target *ti = v->ti; in verity_parse_opt_args() local 1239 struct dm_target *ti = v->ti; in verity_setup_hash_alg() local [all …]
|
| H A D | dm-log-writes.c | 506 static int log_writes_ctr(struct dm_target *ti, unsigned int argc, char **argv) in log_writes_ctr() 611 static void log_writes_dtr(struct dm_target *ti) in log_writes_dtr() 636 static void normal_map_bio(struct dm_target *ti, struct bio *bio) in normal_map_bio() 643 static int log_writes_map(struct dm_target *ti, struct bio *bio) in log_writes_map() 766 static int normal_end_io(struct dm_target *ti, struct bio *bio, in normal_end_io() 795 static void log_writes_status(struct dm_target *ti, status_type_t type, in log_writes_status() 820 static int log_writes_prepare_ioctl(struct dm_target *ti, in log_writes_prepare_ioctl() 837 static int log_writes_iterate_devices(struct dm_target *ti, in log_writes_iterate_devices() 850 static int log_writes_message(struct dm_target *ti, unsigned int argc, char **argv, in log_writes_message() 869 static void log_writes_io_hints(struct dm_target *ti, struct queue_limits *limits) in log_writes_io_hints() [all …]
|
| H A D | dm-mpath.c | 99 struct dm_target *ti; member 190 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) in free_pgpaths() 202 struct dm_target *ti) in free_priority_group() 215 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath() 238 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2() 512 static int multipath_clone_and_map(struct dm_target *ti, struct request *rq, in multipath_clone_and_map() 675 static int multipath_map_bio(struct dm_target *ti, struct bio *bio) in multipath_map_bio() 849 struct dm_target *ti) in parse_path_selector() 938 struct dm_target *ti) in parse_path() 998 struct dm_target *ti = m->ti; in parse_priority_group() local [all …]
|
| H A D | dm-ebs-target.c | 247 static int ebs_ctr(struct dm_target *ti, unsigned int argc, char **argv) in ebs_ctr() 348 static void ebs_dtr(struct dm_target *ti) in ebs_dtr() 361 static int ebs_map(struct dm_target *ti, struct bio *bio) in ebs_map() 393 static void ebs_postsuspend(struct dm_target *ti) in ebs_postsuspend() 399 static void ebs_status(struct dm_target *ti, status_type_t type, in ebs_status() 418 static int ebs_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in ebs_prepare_ioctl() 431 static void ebs_io_hints(struct dm_target *ti, struct queue_limits *limits) in ebs_io_hints() 441 static int ebs_iterate_devices(struct dm_target *ti, in ebs_iterate_devices()
|
| H A D | dm-zero.c | 19 static int zero_ctr(struct dm_target *ti, unsigned int argc, char **argv) in zero_ctr() 38 static int zero_map(struct dm_target *ti, struct bio *bio) in zero_map() 62 static void zero_io_hints(struct dm_target *ti, struct queue_limits *limits) in zero_io_hints()
|
| H A D | dm-zoned-target.c | 625 static int dmz_map(struct dm_target *ti, struct bio *bio) in dmz_map() 688 static int dmz_get_zoned_device(struct dm_target *ti, char *path, in dmz_get_zoned_device() 751 static void dmz_put_zoned_devices(struct dm_target *ti) in dmz_put_zoned_devices() 763 static int dmz_fixup_devices(struct dm_target *ti) in dmz_fixup_devices() 829 static int dmz_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dmz_ctr() 961 static void dmz_dtr(struct dm_target *ti) in dmz_dtr() 991 static void dmz_io_hints(struct dm_target *ti, struct queue_limits *limits) in dmz_io_hints() 1018 static int dmz_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in dmz_prepare_ioctl() 1035 static void dmz_suspend(struct dm_target *ti) in dmz_suspend() 1049 static void dmz_resume(struct dm_target *ti) in dmz_resume() [all …]
|
| H A D | dm-target.c | 199 static int io_err_clone_and_map_rq(struct dm_target *ti, struct request *rq, in io_err_clone_and_map_rq() 212 static sector_t io_err_map_sector(struct dm_target *ti, sector_t bi_sector) in io_err_map_sector() 219 static int io_err_report_zones(struct dm_target *ti, in io_err_report_zones() 239 static int io_err_iterate_devices(struct dm_target *ti, in io_err_iterate_devices() 250 static void io_err_io_hints(struct dm_target *ti, struct queue_limits *limits) in io_err_io_hints() 256 static long io_err_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in io_err_dax_direct_access()
|
| /linux/sound/pci/ctxfi/ |
| H A D | cttimer.c | 65 struct ct_timer_instance *ti = timer_container_of(ti, t, timer); in ct_systimer_callback() local 89 static void ct_systimer_init(struct ct_timer_instance *ti) in ct_systimer_init() 94 static void ct_systimer_start(struct ct_timer_instance *ti) in ct_systimer_start() 105 static void ct_systimer_stop(struct ct_timer_instance *ti) in ct_systimer_stop() 112 static void ct_systimer_prepare(struct ct_timer_instance *ti) in ct_systimer_prepare() 174 struct ct_timer_instance *ti; in ct_xfitimer_reprogram() local 224 struct ct_timer_instance *ti; in ct_xfitimer_check_period() local 252 static void ct_xfitimer_prepare(struct ct_timer_instance *ti) in ct_xfitimer_prepare() 274 static void ct_xfitimer_start(struct ct_timer_instance *ti) in ct_xfitimer_start() 288 static void ct_xfitimer_stop(struct ct_timer_instance *ti) in ct_xfitimer_stop() [all …]
|
| /linux/arch/xtensa/kernel/ |
| H A D | process.c | 79 struct thread_info *ti = coprocessor_owner[i]; in local_coprocessors_flush_release_all() local 103 struct thread_info *ti = info; in local_coprocessor_release_all() local 122 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all() 135 struct thread_info *ti = info; in local_coprocessor_flush_all() local 150 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all() 167 void coprocessor_flush_release_all(struct thread_info *ti) in coprocessor_flush_release_all() 207 struct thread_info *ti = current_thread_info(); in flush_thread() local 276 struct thread_info *ti; in copy_thread() local
|
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 145 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy() 153 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc() local 412 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local 452 struct table_instance *ti; in flow_tbl_destroy_rcu_cb() local 459 struct table_instance *ti, in table_instance_flow_free() 476 struct table_instance *ti, in table_instance_flow_flush() 502 static void table_instance_destroy(struct table_instance *ti, in table_instance_destroy() 514 struct table_instance *ti = rcu_dereference_raw(table->ti); in ovs_flow_tbl_destroy() local 524 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next() 551 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket() [all …]
|
| H A D | meter.c | 40 static u32 meter_hash(struct dp_meter_instance *ti, u32 id) in meter_hash() 57 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in lookup_meter() local 70 struct dp_meter_instance *ti; in dp_meter_instance_alloc() local 81 static void dp_meter_instance_free(struct dp_meter_instance *ti) in dp_meter_instance_free() 88 struct dp_meter_instance *ti; in dp_meter_instance_free_rcu() local 97 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in dp_meter_instance_realloc() local 116 static void dp_meter_instance_insert(struct dp_meter_instance *ti, in dp_meter_instance_insert() 125 static void dp_meter_instance_remove(struct dp_meter_instance *ti, in dp_meter_instance_remove() 136 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in attach_meter() local 171 struct dp_meter_instance *ti; in detach_meter() local [all …]
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 42 struct tracefs_inode *ti; in tracefs_alloc_inode() local 58 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_free_inode() local 65 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_destroy_inode() local 116 struct tracefs_inode *ti; in tracefs_syscall_mkdir() local 178 struct tracefs_inode *ti = get_tracefs(inode); in set_tracefs_inode_owner() local 238 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_setattr() local 337 struct tracefs_inode *ti; in tracefs_apply_options() local 423 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_drop_inode() local 589 struct tracefs_inode *ti; in instance_inode() local 636 struct tracefs_inode *ti; in tracefs_create_file() local [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | dm-vdo-target.c | 708 static int parse_device_config(int argc, char **argv, struct dm_target *ti, in parse_device_config() 890 static struct vdo *get_vdo_for_target(struct dm_target *ti) in get_vdo_for_target() 896 static int vdo_map_bio(struct dm_target *ti, struct bio *bio) in vdo_map_bio() 923 static void vdo_io_hints(struct dm_target *ti, struct queue_limits *limits) in vdo_io_hints() 958 static int vdo_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, in vdo_iterate_devices() 973 static void vdo_status(struct dm_target *ti, status_type_t status_type, in vdo_status() 1085 static int vdo_message(struct dm_target *ti, unsigned int argc, char **argv, in vdo_message() 1120 static void configure_target_capabilities(struct dm_target *ti) in configure_target_capabilities() 1437 static void set_device_config(struct dm_target *ti, struct vdo *vdo, in set_device_config() 1447 static int vdo_initialize(struct dm_target *ti, unsigned int instance, in vdo_initialize() [all …]
|
| /linux/include/linux/ |
| H A D | thread_info.h | 95 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() 100 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() 105 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag() 114 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag() 119 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag() 124 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() 133 static __always_inline unsigned long read_ti_thread_flags(struct thread_info *ti) in read_ti_thread_flags()
|
| /linux/fs/nilfs2/ |
| H A D | namei.c | 92 struct nilfs_transaction_info ti; in nilfs_create() local 120 struct nilfs_transaction_info ti; in nilfs_mknod() local 144 struct nilfs_transaction_info ti; in nilfs_symlink() local 197 struct nilfs_transaction_info ti; in nilfs_link() local 225 struct nilfs_transaction_info ti; in nilfs_mkdir() local 313 struct nilfs_transaction_info ti; in nilfs_unlink() local 335 struct nilfs_transaction_info ti; in nilfs_rmdir() local 372 struct nilfs_transaction_info ti; in nilfs_rename() local
|
| /linux/tools/perf/tests/ |
| H A D | symbols.c | 22 static int init_test_info(struct test_info *ti) in init_test_info() 43 static void exit_test_info(struct test_info *ti) in exit_test_info() 82 static int create_map(struct test_info *ti, char *filename, struct map **map_p) in create_map() 170 static int test_file(struct test_info *ti, char *filename) in test_file() 210 struct test_info ti; in test__symbols() local
|
| /linux/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 124 struct udp_tunnel_info *ti) in udp_tunnel_nic_ti_from_entry() 169 unsigned int idx, struct udp_tunnel_info *ti) in __udp_tunnel_nic_get_port() 217 struct udp_tunnel_info ti; in udp_tunnel_nic_device_sync_one() local 313 struct udp_tunnel_info *ti) in udp_tunnel_nic_table_is_capable() 320 struct udp_tunnel_info *ti) in udp_tunnel_nic_is_capable() 338 struct udp_tunnel_info *ti) in udp_tunnel_nic_has_collision() 399 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_entry_try_adj() 422 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_try_existing() 443 struct udp_tunnel_info *ti) in udp_tunnel_nic_add_existing() 450 struct udp_tunnel_info *ti) in udp_tunnel_nic_del_existing() [all …]
|