SMB_VFS_WRITE 389 source3/modules/vfs_default.c result = SMB_VFS_WRITE(fsp, data, n); SMB_VFS_WRITE 405 source3/modules/vfs_default.c result = SMB_VFS_WRITE(fsp, data, n); SMB_VFS_WRITE 868 source3/modules/vfs_default.c retlen = SMB_VFS_WRITE(fsp,(char *)zero_space,current_len_to_write); SMB_VFS_WRITE 943 source3/modules/vfs_default.c if (SMB_VFS_WRITE(fsp, &c, 1)!=1) SMB_VFS_WRITE 458 source3/smbd/vfs.c ret = SMB_VFS_WRITE(fsp, buffer + total, N - total); SMB_VFS_WRITE 695 source3/smbd/vfs.c return SMB_VFS_WRITE(fsp, buf, len); SMB_VFS_WRITE 454 source3/torture/cmd_vfs.c wsize = SMB_VFS_WRITE(vfs->files[fd], vfs->data, size);