Searched refs:nativeFileSystem (Results 1 – 4 of 4) sorted by relevance
102 if (tcon->nativeFileSystem) in cifs_debug_tcon()103 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
138 kfree(buf_to_free->nativeFileSystem); in tconInfoFree()
4319 kfree(tcon->nativeFileSystem); in CIFSTCon()4320 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()4324 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
931 char *nativeFileSystem; member