Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h135 fo_rdwr_t *fo_read; member
313 static __inline fo_rdwr_t fo_read; variable
326 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_read() function
330 return ((*fp->f_ops->fo_read)(fp, uio, active_cred, flags, td)); in fo_read()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c158 rc = fo_read(fp, &auio, td->td_ucred, FOF_OFFSET, td); in zfs_file_read_impl()
/f-stack/freebsd/kern/
H A Dsys_eventfd.c72 .fo_read = eventfd_read,
H A Dsys_procdesc.c104 .fo_read = invfo_rdwr,
H A Dtty_pts.c610 .fo_read = ptsdev_read,
H A Dsys_socket.c106 .fo_read = soo_read,
H A Duipc_sem.c146 .fo_read = invfo_rdwr,
H A Dsys_pipe.c161 .fo_read = pipe_read,
H A Dsys_generic.c369 if ((error = fo_read(fp, auio, td->td_ucred, flags, td))) { in dofileread()
H A Duipc_shm.c152 .fo_read = shm_read,
H A Dkern_event.c134 .fo_read = invfo_rdwr,
H A Duipc_mqueue.c2663 .fo_read = invfo_rdwr,
H A Dvfs_aio.c800 error = fo_read(fp, job->uiop, fp->f_cred, FOF_OFFSET, in aio_process_rw()
H A Dvfs_vnops.c111 .fo_read = vn_io_fault,
H A Dkern_descrip.c4973 .fo_read = badfo_readwrite,