Home
last modified time | relevance | path

Searched refs:hw_handler_params (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-mpath.c85 char *hw_handler_params; member
264 kfree(m->hw_handler_params); in free_multipath()
880 * Clear any hw_handler_params associated with a in setup_scsi_dh()
884 kfree(m->hw_handler_params); in setup_scsi_dh()
885 m->hw_handler_params = NULL; in setup_scsi_dh()
914 if (m->hw_handler_params) { in setup_scsi_dh()
915 r = scsi_dh_set_params(q, m->hw_handler_params); in setup_scsi_dh()
1081 p = m->hw_handler_params = kzalloc(len, GFP_KERNEL); in parse_hw_handler()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-mpath.c88 char *hw_handler_params; member
271 kfree(m->hw_handler_params); in free_multipath()
892 * Clear any hw_handler_params associated with a in setup_scsi_dh()
896 kfree(m->hw_handler_params); in setup_scsi_dh()
897 m->hw_handler_params = NULL; in setup_scsi_dh()
923 if (m->hw_handler_params) { in setup_scsi_dh()
924 r = scsi_dh_set_params(q, m->hw_handler_params); in setup_scsi_dh()
1090 p = m->hw_handler_params = kzalloc(len, GFP_KERNEL); in parse_hw_handler()

Completed in 6 milliseconds