Searched refs:TCP_Server_Info (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfscache.h41 extern void cifs_fscache_get_client_cookie(struct TCP_Server_Info *);
42 extern void cifs_fscache_release_client_cookie(struct TCP_Server_Info *);
99 cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) {}
101 cifs_fscache_release_client_cookie(struct TCP_Server_Info *server) {}
H A Dfscache.c26 void cifs_fscache_get_client_cookie(struct TCP_Server_Info *server)
35 void cifs_fscache_release_client_cookie(struct TCP_Server_Info *server)
45 struct TCP_Server_Info *server = tcon->ses->server;
H A Dcifs_debug.h30 void cifs_dump_mids(struct TCP_Server_Info *);
H A Dcifsproto.h38 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,
79 struct TCP_Server_Info *);
88 struct TCP_Server_Info *server);
102 extern __u16 GetNextMid(struct TCP_Server_Info *server);
357 extern int cifs_sign_smb(struct smb_hdr *, struct TCP_Server_Info *, __u32 *);
358 extern int cifs_sign_smb2(struct kvec *iov, int n_vec, struct TCP_Server_Info *,
H A Dcifs_spnego.c100 struct TCP_Server_Info *server = sesInfo->server;
H A Dconnect.c111 static int ipv4_connect(struct TCP_Server_Info *server);
112 static int ipv6_connect(struct TCP_Server_Info *server);
123 cifs_reconnect(struct TCP_Server_Info *server)
326 cifs_demultiplex_thread(struct TCP_Server_Info *server)
1378 match_address(struct TCP_Server_Info *server, struct sockaddr *addr)
1409 match_security(struct TCP_Server_Info *server, struct smb_vol *vol)
1456 static struct TCP_Server_Info *
1459 struct TCP_Server_Info *server;
1488 cifs_put_tcp_session(struct TCP_Server_Info *server)
1512 static struct TCP_Server_Info *
[all...]
H A Dcifs_debug.c70 void cifs_dump_mids(struct TCP_Server_Info *server)
112 struct TCP_Server_Info *server;
153 server = list_entry(tmp1, struct TCP_Server_Info,
260 struct TCP_Server_Info *server;
275 server = list_entry(tmp1, struct TCP_Server_Info,
316 struct TCP_Server_Info *server;
348 server = list_entry(tmp1, struct TCP_Server_Info,
H A Dcifsencrypt.c60 int cifs_sign_smb(struct smb_hdr *cifs_pdu, struct TCP_Server_Info *server,
126 int cifs_sign_smb2(struct kvec *iov, int n_vec, struct TCP_Server_Info *server,
H A Dcifsglob.h130 struct TCP_Server_Info { struct
206 struct TCP_Server_Info *server; /* pointer to server info */
656 * the list of TCP_Server_Info structures, ie each of the sockets
H A Dmisc.c235 __u16 GetNextMid(struct TCP_Server_Info *server)
492 is_valid_oplock_break(struct smb_hdr *buf, struct TCP_Server_Info *srv)
H A Dcache.c66 const struct TCP_Server_Info *server = cookie_netfs_data;
H A Dasn1.c474 struct TCP_Server_Info *server)
H A Dtransport.c40 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server)
107 smb_sendv(struct TCP_Server_Info *server, struct kvec *iov, int n_vec)
236 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer,
H A Dcifsfs.c340 cifs_show_address(struct seq_file *s, struct TCP_Server_Info *server)
H A Dcifssmb.c111 struct TCP_Server_Info *server;
363 struct TCP_Server_Info *server;

Completed in 213 milliseconds