Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c194 if (tcon->nativeFileSystem) { in cifs_debug_data_proc_show()
196 tcon->nativeFileSystem); in cifs_debug_data_proc_show()
Dmisc.c136 kfree(buf_to_free->nativeFileSystem); in tconInfoFree()
Dcifsglob.h862 char *nativeFileSystem; member
Dconnect.c3981 kfree(tcon->nativeFileSystem); in CIFSTCon()
3982 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
3986 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()