search for: smb_proc_writ

Displaying 2 results from an estimated 2 matches for "smb_proc_writ".

Did you mean: smb_proc_write
2000 Apr 21
0
symlink-hack for smbfs under linux
...m = yes" and "create mask = 750" (or higher) are therefore necessary. Currently I also write a NUL-byte at the end of the symlink; from the other implementations I assume this would not be necessary, but for the moment I'm glad I got rid of the oopses (memcpy vs memcpy_fromfs in smb_proc_write gave me a real pain in 2.0.33 and yes, everything else does need the memcpy_fromfs so I had to create a similar smb_proc_write_mem and make it use memcpy. I still don't get it) and happy to forget everything about it at least until after easter. As the patch is rather large (> 10k), I'...
1998 Sep 04
0
Linux SMB Mount utils patch
...uct smb_sb_info *, struct smb_conn_opt *); +int smb_errno(struct smb_sb_info *); +int smb_close(struct inode *); +void smb_close_dentry(struct dentry *); +int smb_close_fileid(struct dentry *, __u16); +int smb_open(struct dentry *, int); +int smb_proc_read(struct dentry *, off_t, int, char *); +int smb_proc_write(struct dentry *, off_t, int, const char *); +int smb_proc_create(struct dentry *, __u16, time_t, __u16 *); +int smb_proc_mv(struct dentry *, struct dentry *); +int smb_proc_mkdir(struct dentry *); +int smb_proc_rmdir(struct dentry *); +int smb_proc_unlink(struct dentry *); +int smb_proc_readdir(st...