target_core_file_cmd  248 drivers/target/target_core_file.c 	struct target_core_file_cmd *cmd;
target_core_file_cmd  250 drivers/target/target_core_file.c 	cmd = container_of(iocb, struct target_core_file_cmd, iocb);
target_core_file_cmd  268 drivers/target/target_core_file.c 	struct target_core_file_cmd *aio_cmd;
target_core_file_cmd  275 drivers/target/target_core_file.c 	aio_cmd = kmalloc(sizeof(struct target_core_file_cmd), GFP_KERNEL);