fc_lport_notifier_head   29 drivers/scsi/libfc/fc_libfc.c struct blocking_notifier_head fc_lport_notifier_head =
fc_lport_notifier_head   30 drivers/scsi/libfc/fc_libfc.c 		BLOCKING_NOTIFIER_INIT(fc_lport_notifier_head);
fc_lport_notifier_head   31 drivers/scsi/libfc/fc_libfc.c EXPORT_SYMBOL(fc_lport_notifier_head);
fc_lport_notifier_head  303 drivers/scsi/libfc/fc_libfc.c 	blocking_notifier_call_chain(&fc_lport_notifier_head,
fc_lport_notifier_head  316 drivers/scsi/libfc/fc_libfc.c 	blocking_notifier_call_chain(&fc_lport_notifier_head,
fc_lport_notifier_head  468 drivers/target/tcm_fc/tfc_conf.c 	blocking_notifier_chain_register(&fc_lport_notifier_head, &ft_notifier);
fc_lport_notifier_head  480 drivers/target/tcm_fc/tfc_conf.c 	blocking_notifier_chain_unregister(&fc_lport_notifier_head,
fc_lport_notifier_head  641 include/scsi/libfc.h extern struct blocking_notifier_head fc_lport_notifier_head;