eh_owner         7135 drivers/ata/libata-core.c 	bool owns_eh = ap && ap->host->eh_owner == current;
eh_owner          465 drivers/ata/libata-eh.c 	WARN_ON_ONCE(ap->host->eh_owner);
eh_owner          466 drivers/ata/libata-eh.c 	ap->host->eh_owner = current;
eh_owner          481 drivers/ata/libata-eh.c 	WARN_ON_ONCE(ap->host->eh_owner != current);
eh_owner          482 drivers/ata/libata-eh.c 	ap->host->eh_owner = NULL;
eh_owner          607 include/linux/libata.h 	struct task_struct	*eh_owner;