Home
last modified time | relevance | path

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

/fs/
Daio.c1721 struct aio_poll_table apt; in aio_poll() local
1739 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
1740 apt.pt._key = req->events; in aio_poll()
1741 apt.iocb = aiocb; in aio_poll()
1742 apt.error = -EINVAL; /* same as no support for IOCB_CMD_POLL */ in aio_poll()
1748 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
1753 if (apt.error) in aio_poll()
1755 apt.error = 0; in aio_poll()
1758 if (mask || apt.error) { in aio_poll()
1770 apt.error = 0; in aio_poll()
[all …]