Home
last modified time | relevance | path

Searched refs:AllocMidQEntry (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/cifs/
Dtransport.c46 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry() function
324 *ppmidQ = AllocMidQEntry(in_buf, ses->server); in allocate_mid()
367 mid = AllocMidQEntry(in_buf, server); in cifs_call_async()
Dcifsproto.h64 extern struct mid_q_entry *AllocMidQEntry(const struct smb_hdr *smb_buffer,
DCHANGES868 Fix memory leak in AllocMidQEntry.