/freebsd/sys/sys/ |
H A D | file.h | 141 fo_rdwr_t *fo_write; member 331 static __inline fo_rdwr_t fo_write; variable 351 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_write() function 355 return ((*fp->f_ops->fo_write)(fp, uio, active_cred, flags, td)); in fo_write()
|
/freebsd/stand/libsa/ |
H A D | write.c | 86 if ((errno = (f->f_ops->fo_write)(f, dest, bcount, &resid))) in write()
|
H A D | splitfs.c | 56 .fo_write = null_write,
|
H A D | gzipfs.c | 56 .fo_write = null_write,
|
H A D | bzipfs.c | 74 .fo_write = null_write,
|
H A D | stand.h | 111 int (*fo_write)(struct open_file *f, const void *buf, member
|
H A D | cd9660.c | 87 .fo_write = null_write,
|
H A D | pkgfs.c | 53 .fo_write = null_write,
|
H A D | tftp.c | 79 .fo_write = null_write,
|
H A D | nfs.c | 137 .fo_write = null_write,
|
H A D | ufs.c | 99 .fo_write = ufs_write,
|
H A D | ext2fs.c | 112 .fo_write = null_write,
|
H A D | dosfs.c | 66 .fo_write = null_write,
|
/freebsd/stand/userboot/userboot/ |
H A D | host.c | 159 .fo_write = null_write,
|
/freebsd/stand/kboot/kboot/ |
H A D | hostfs.c | 222 .fo_write = null_write,
|
/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 68 .fo_write = eventfd_write,
|
H A D | sys_procdesc.c | 101 .fo_write = invfo_rdwr,
|
H A D | sys_timerfd.c | 364 .fo_write = invfo_rdwr,
|
H A D | tty_pts.c | 602 .fo_write = ptsdev_write,
|
H A D | sys_socket.c | 101 .fo_write = soo_write,
|
H A D | uipc_sem.c | 145 .fo_write = invfo_rdwr,
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_file_os.c | 140 rc = fo_write(fp, &auio, td->td_ucred, FOF_OFFSET, td); in zfs_file_write_impl()
|
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 72 error = fo_write(filemon->fp, &auio, filemon->cred, 0, curthread); in filemon_output()
|
/freebsd/stand/efi/libefi/ |
H A D | efihttp.c | 100 .fo_write = efihttp_fs_write,
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vnops.c | 1929 error = vnops.fo_write(fp, uio, cred, flags, td); in devfs_write_f() 2042 .fo_write = devfs_write_f,
|