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

Function fo_write

freebsd/sys/file.h:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333static __inline int
334fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred,
335 int flags, struct thread *td)
336{
337
338 return ((*fp->f_ops->fo_write)(fp, uio, active_cred, flags, td));
339}
340
341static __inline int
342fo_truncate(struct file *fp, off_t length, struct ucred *active_cred,

Callers 3

zfs_file_write_implFunction · 0.85
dofilewriteFunction · 0.85
aio_process_rwFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected