Home
last modified time | relevance | path

Searched refs:target_core_file_cmd (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_file.c253 struct target_core_file_cmd { struct
261 struct target_core_file_cmd *cmd; in cmd_rw_aio_complete() argument
263 cmd = container_of(iocb, struct target_core_file_cmd, iocb); in cmd_rw_aio_complete()
281 struct target_core_file_cmd *aio_cmd; in fd_execute_rw_aio()
288 aio_cmd = kmalloc(sizeof(struct target_core_file_cmd), GFP_KERNEL); in fd_execute_rw_aio()