Searched refs:fo_aio_queue (Results 1 – 3 of 3) sorted by relevance
149 fo_aio_queue_t *fo_aio_queue; member447 fo_aio_queue(struct file *fp, struct kaiocb *job) in fo_aio_queue() function450 return ((*fp->f_ops->fo_aio_queue)(fp, job)); in fo_aio_queue()
116 .fo_aio_queue = soo_aio_queue,
1707 } else if (fp->f_ops->fo_aio_queue == NULL) in aio_aqueue()1710 error = fo_aio_queue(fp, job); in aio_aqueue()