Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h149 fo_aio_queue_t *fo_aio_queue; member
440 fo_aio_queue(struct file *fp, struct kaiocb *job) in fo_aio_queue() function
443 return ((*fp->f_ops->fo_aio_queue)(fp, job)); in fo_aio_queue()
/f-stack/freebsd/kern/
H A Dsys_socket.c119 .fo_aio_queue = soo_aio_queue,
H A Dvfs_aio.c1696 } else if (fp->f_ops->fo_aio_queue == NULL) in aio_aqueue()
1699 error = fo_aio_queue(fp, job); in aio_aqueue()