Home
last modified time | relevance | path

Searched defs:vdo (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/md/dm-vdo/
A Dvdo.h57 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 Dvdo.c106 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 Ddm-vdo-target.c1089 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 Dflush.c26 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 Dvio.c44 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 Drepair.c253 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 Dcompletion.c52 struct vdo *vdo, in vdo_initialize_completion()
111 struct vdo *vdo = completion->vdo; in vdo_enqueue_completion() local
A Ddump.c55 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 Ddata-vio.c244 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 Dvio.h86 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 Dio-submitter.c109 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 Dlogical-zone.c54 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 Dphysical-zone.c325 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 Dlogical-zone.h57 struct vdo *vdo; member
A Dmessage-stats.c418 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 Drecovery-journal.c588 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 Ddedupe.c1603 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 Dblock-map.h51 struct vdo *vdo; member
255 struct vdo *vdo; member
/linux/include/linux/usb/
A Dpd_vdo.h78 #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 Dtypec.h120 u32 vdo[3]; member
139 u32 vdo; member
A Dtypec_altmode.h29 u32 vdo; member
/linux/drivers/usb/typec/
A Dbus.c126 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 Dcros_typec_vdm.c95 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 Ddisplayport.c246 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 Ddisplayport.c48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()

Completed in 67 milliseconds

12