Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dtransport.c47 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry() function
486 *ppmidQ = AllocMidQEntry(in_buf, ses->server); in allocate_mid()
519 mid = AllocMidQEntry(hdr, server); in cifs_setup_async_request()
Dcifsproto.h74 extern struct mid_q_entry *AllocMidQEntry(const struct smb_hdr *smb_buffer,
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES868 Fix memory leak in AllocMidQEntry.