Searched refs:ipt (Results 1 – 1 of 1) sorted by relevance
1889 struct io_poll_table ipt; in io_poll_add() local1910 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()1911 ipt.pt._key = poll->events; in io_poll_add()1912 ipt.req = req; in io_poll_add()1913 ipt.error = -EINVAL; /* same as no support for IOCB_CMD_POLL */ in io_poll_add()1921 mask = vfs_poll(poll->file, &ipt.pt) & poll->events; in io_poll_add()1927 if (ipt.error) in io_poll_add()1929 ipt.error = 0; in io_poll_add()1932 if (mask || ipt.error) in io_poll_add()1941 ipt.error = 0; in io_poll_add()[all …]