MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fo_read

Function fo_read

freebsd/sys/file.h:325–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323static __inline fo_sendfile_t fo_sendfile;
324
325static __inline int
326fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred,
327 int flags, struct thread *td)
328{
329
330 return ((*fp->f_ops->fo_read)(fp, uio, active_cred, flags, td));
331}
332
333static __inline int
334fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred,

Callers 3

zfs_file_read_implFunction · 0.85
dofilereadFunction · 0.85
aio_process_rwFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected