Home
last modified time | relevance | path

Searched refs:nativeFileSystem (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/cifs/
Dcifs_debug.c193 if (tcon->nativeFileSystem) { in cifs_debug_data_proc_show()
195 tcon->nativeFileSystem); in cifs_debug_data_proc_show()
Dmisc.c138 kfree(buf_to_free->nativeFileSystem); in tconInfoFree()
Dcifsglob.h820 char *nativeFileSystem; member
Dconnect.c3778 kfree(tcon->nativeFileSystem); in CIFSTCon()
3779 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
3783 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES71 little memory for the "nativeFileSystem" field returned by the server