Searched refs:fo_aio_queue (Results 1 – 3 of 3) sorted by relevance
143 fo_aio_queue_t *fo_aio_queue; member423 fo_aio_queue(struct file *fp, struct kaiocb *job) in fo_aio_queue() function426 return ((*fp->f_ops->fo_aio_queue)(fp, job)); in fo_aio_queue()
116 .fo_aio_queue = soo_aio_queue,
1614 } else if (fp->f_ops->fo_aio_queue == NULL) in aio_aqueue()1617 error = fo_aio_queue(fp, job); in aio_aqueue()