| /linux/drivers/md/dm-vdo/ |
| A D | vdo.h | 57 struct vdo *vdo; member 166 struct vdo { struct 169 vdo_action_fn action; argument 173 /* The atomic version of the state of this vdo */ argument 184 /* The load-time configuration of this vdo */ argument 190 struct vdo_super_block super_block; argument 214 /* The state the vdo was in when loaded (primarily for unit tests) */ argument 215 enum vdo_state load_state; argument 233 struct vdo_administrator admin; argument 251 /* A list of all device_configs referencing this vdo */ argument [all …]
|
| A D | vdo.c | 106 struct vdo *vdo; in filter_vdos_locked() local 123 struct vdo *vdo; in vdo_find_matching() local 541 struct vdo *vdo; in vdo_make() local 630 static void finish_vdo(struct vdo *vdo) in finish_vdo() 681 void vdo_destroy(struct vdo *vdo) in vdo_destroy() 1032 struct vdo *vdo = listener; in notify_vdo_of_read_only_mode() local 1081 struct vdo *vdo = parent->vdo; in vdo_wait_until_not_entering_read_only_mode() local 1145 struct vdo *vdo = completion->vdo; in make_thread_read_only() local 1209 struct vdo *vdo = parent->vdo; in vdo_allow_read_only_mode_entry() local 1294 bool vdo_is_read_only(struct vdo *vdo) in vdo_is_read_only() [all …]
|
| A D | dm-vdo-target.c | 1089 struct vdo *vdo; in vdo_message() local 1390 struct vdo *vdo = completion->vdo; in pre_load_callback() local 1450 struct vdo *vdo; in vdo_initialize() local 1640 struct vdo *vdo = completion->vdo; in check_may_grow_physical() local 1815 struct vdo *vdo) in prepare_to_modify() 1900 struct vdo *vdo; in vdo_ctr() local 1968 struct vdo *vdo = completion->vdo; in write_super_block_for_suspend() local 1998 struct vdo *vdo = completion->vdo; in suspend_callback() local 2181 struct vdo *vdo = completion->vdo; in load_callback() local 2285 struct vdo *vdo = completion->vdo; in handle_load_error() local [all …]
|
| A D | flush.c | 26 struct vdo *vdo; member 135 int vdo_make_flusher(struct vdo *vdo) in vdo_make_flusher() 369 static void initialize_flush(struct vdo_flush *flush, struct vdo *vdo) in initialize_flush() 392 void vdo_launch_flush(struct vdo *vdo, struct bio *bio) in vdo_launch_flush() 463 struct vdo *vdo = completion->vdo; in vdo_complete_flush_callback() local 493 struct vdo *vdo = flusher->vdo; in select_bio_queue() local
|
| A D | vio.c | 44 struct vdo *vdo = vio->completion.vdo; in pbn_from_vio_bio() local 78 int allocate_vio_components(struct vdo *vdo, enum vio_type vio_type, in allocate_vio_components() 118 int create_multi_block_metadata_vio(struct vdo *vdo, enum vio_type vio_type, in create_multi_block_metadata_vio() 176 struct vdo *vdo = vio->completion.vdo; in vdo_set_bio_properties() local 252 struct vdo *vdo = vio->completion.vdo; in update_vio_error_stats() local 311 int make_vio_pool(struct vdo *vdo, size_t pool_size, thread_id_t thread_id, in make_vio_pool()
|
| A D | repair.c | 253 struct vdo *vdo = completion->vdo; in finish_repair() local 326 struct vdo *vdo = completion->vdo; in drain_slab_depot() local 640 struct vdo *vdo = completion->vdo; in rebuild_reference_counts() local 797 struct vdo *vdo = completion->vdo; in add_slab_journal_entries() local 855 struct vdo *vdo = completion->vdo; in vdo_replay_into_slab_journals() local 1099 struct vdo *vdo = completion->vdo; in recover_block_map() local 1326 struct vdo *vdo = repair->completion.vdo; in append_sector_entries() local 1406 struct vdo *vdo = repair->completion.vdo; in parse_journal_for_rebuild() local 1456 struct vdo *vdo = repair->completion.vdo; in extract_new_mappings() local 1684 struct vdo *vdo = vio->completion.vdo; in read_journal_endio() local [all …]
|
| A D | completion.c | 52 struct vdo *vdo, in vdo_initialize_completion() 111 struct vdo *vdo = completion->vdo; in vdo_enqueue_completion() local
|
| A D | dump.c | 55 static void do_dump(struct vdo *vdo, unsigned int dump_options_requested, in do_dump() 130 int vdo_dump(struct vdo *vdo, unsigned int argc, char *const *argv, const char *why) in vdo_dump() 143 void vdo_dump_all(struct vdo *vdo, const char *why) in vdo_dump_all()
|
| A D | data-vio.c | 244 struct vdo *vdo = vdo_from_data_vio(data_vio); in initialize_lbn_lock() local 259 struct vdo *vdo = vdo_from_data_vio(data_vio); in launch_locked_request() local 273 struct vdo *vdo = vdo_from_data_vio(data_vio); in acknowledge_data_vio() local 422 struct vdo *vdo = vdo_from_data_vio(data_vio); in attempt_logical_block_lock() local 534 static void launch_bio(struct vdo *vdo, struct data_vio *data_vio, struct bio *bio) in launch_bio() 786 static int initialize_data_vio(struct data_vio *data_vio, struct vdo *vdo) in initialize_data_vio() 841 int make_data_vio_pool(struct vdo *vdo, data_vio_count_t pool_size, in make_data_vio_pool() 999 static void assert_on_vdo_cpu_thread(const struct vdo *vdo, const char *name) in assert_on_vdo_cpu_thread() 1306 struct vdo *vdo = vdo_from_data_vio(data_vio); in perform_cleanup_stage() local 1932 struct vdo *vdo = completion->vdo; in acknowledge_write_callback() local
|
| A D | vio.h | 86 static inline int __must_check create_metadata_vio(struct vdo *vdo, enum vio_type vio_type, in create_metadata_vio() 109 enum vio_priority priority, struct vdo *vdo) in initialize_vio()
|
| A D | io-submitter.c | 109 struct vdo *vdo = vio->completion.vdo; in send_bio_to_device() local 273 struct vdo *vdo = vio->completion.vdo; in try_bio_map_merge() local 375 unsigned int max_requests_active, struct vdo *vdo, in vdo_make_io_submitter()
|
| A D | logical-zone.c | 54 struct vdo *vdo = zones->vdo; in initialize_zone() local 87 int vdo_make_logical_zones(struct vdo *vdo, struct logical_zones **zones_ptr) in vdo_make_logical_zones()
|
| A D | physical-zone.c | 325 static int initialize_zone(struct vdo *vdo, struct physical_zones *zones) in initialize_zone() 361 int vdo_make_physical_zones(struct vdo *vdo, struct physical_zones **zones_ptr) in vdo_make_physical_zones()
|
| A D | logical-zone.h | 57 struct vdo *vdo; member
|
| A D | message-stats.c | 418 int vdo_write_stats(struct vdo *vdo, char *buf, unsigned int maxlen) in vdo_write_stats() 461 int vdo_write_config(struct vdo *vdo, char **buf, unsigned int *maxlen) in vdo_write_config()
|
| A D | recovery-journal.c | 588 struct vdo *vdo) in initialize_lock_counter() 656 static int initialize_recovery_block(struct vdo *vdo, struct recovery_journal *journal, in initialize_recovery_block() 704 struct vdo *vdo, struct partition *partition, in vdo_decode_recovery_journal()
|
| A D | dedupe.c | 1603 struct vdo *vdo = vdo_from_data_vio(data_vio); in decode_uds_advice() local 2167 static int initialize_index(struct vdo *vdo, struct hash_zones *zones) in initialize_index() 2346 static int __must_check initialize_zone(struct vdo *vdo, struct hash_zones *zones, in initialize_zone() 2408 int vdo_make_hash_zones(struct vdo *vdo, struct hash_zones **zones_ptr) in vdo_make_hash_zones() 2908 struct vdo *vdo = vdo_from_data_vio(data_vio); in query_index() local
|
| A D | block-map.h | 51 struct vdo *vdo; member 255 struct vdo *vdo; member
|
| /linux/include/linux/usb/ |
| A D | pd_vdo.h | 78 #define PD_VDO_VID(vdo) ((vdo) >> 16) argument 79 #define PD_VDO_SVDM(vdo) (((vdo) >> 15) & 1) argument 80 #define PD_VDO_SVDM_VER(vdo) (((vdo) >> 13) & 0x3) argument 81 #define PD_VDO_OPOS(vdo) (((vdo) >> 8) & 0x7) argument 82 #define PD_VDO_CMD(vdo) ((vdo) & 0x1f) argument 83 #define PD_VDO_CMDT(vdo) (((vdo) >> 6) & 0x3) argument 154 #define PD_IDH_PTYPE(vdo) (((vdo) >> 27) & 0x7) argument 155 #define PD_IDH_VID(vdo) ((vdo) & 0xffff) argument 166 #define PD_CSTAT_XID(vdo) (vdo) argument 510 #define PD_VDO_SVID_SVID0(vdo) ((vdo) >> 16) argument [all …]
|
| A D | typec.h | 120 u32 vdo[3]; member 139 u32 vdo; member
|
| A D | typec_altmode.h | 29 u32 vdo; member
|
| /linux/drivers/usb/typec/ |
| A D | bus.c | 126 int typec_altmode_enter(struct typec_altmode *adev, u32 *vdo) in typec_altmode_enter() 186 int typec_altmode_attention(struct typec_altmode *adev, u32 vdo) in typec_altmode_attention() 215 const u32 header, const u32 *vdo, int count) in typec_altmode_vdm() 259 int typec_cable_altmode_enter(struct typec_altmode *adev, enum typec_plug_index sop, u32 *vdo) in typec_cable_altmode_enter() 322 const u32 header, const u32 *vdo, int count) in typec_cable_altmode_vdm()
|
| /linux/drivers/platform/chrome/ |
| A D | cros_typec_vdm.c | 95 static int cros_typec_port_amode_enter(struct typec_altmode *amode, u32 *vdo) in cros_typec_port_amode_enter() 121 const u32 *vdo, int cnt) in cros_typec_port_amode_vdm()
|
| /linux/drivers/usb/typec/altmodes/ |
| A D | displayport.c | 246 u32 vdo; in dp_altmode_work() local 322 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention() 349 const u32 hdr, const u32 *vdo, int count) in dp_altmode_vdm() 417 const u32 hdr, const u32 *vdo, int count) in dp_cable_altmode_vdm()
|
| /linux/drivers/usb/typec/ucsi/ |
| A D | displayport.c | 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()
|