search for: smb_request_send_req

Displaying 1 result from an estimated 1 matches for "smb_request_send_req".

2005 Jan 04
0
[2.6 patch] smbfs: make some functions static
...d); extern void smb_destroy_request_cache(void); extern struct smb_request *smb_alloc_request(struct smb_sb_info *server, int bufsize); -extern void smb_rget(struct smb_request *req); extern void smb_rput(struct smb_request *req); extern int smb_add_request(struct smb_request *req); -extern int smb_request_send_req(struct smb_request *req); extern int smb_request_send_server(struct smb_sb_info *server); extern int smb_request_recv(struct smb_sb_info *server); /* symlink.c */ --- linux-2.6.10-mm1-full/fs/smbfs/inode.c.old 2005-01-04 00:57:57.000000000 +0100 +++ linux-2.6.10-mm1-full/fs/smbfs/inode.c 2005-01...