Searched refs:nativeFileSystem (Results 1 – 4 of 4) sorted by relevance
95 if (tcon->nativeFileSystem) in cifs_debug_tcon()96 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
166 kfree(tcon->nativeFileSystem); in tconInfoFree()
3852 kfree(tcon->nativeFileSystem); in CIFSTCon()3853 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()3857 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
1239 char *nativeFileSystem; member