Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifs_debug.c97 if (tcon->nativeFileSystem) in cifs_debug_tcon()
98 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
H A Dmisc.c175 kfree(tcon->nativeFileSystem); in tconInfoFree()
H A Dconnect.c4096 kfree(tcon->nativeFileSystem); in CIFSTCon()
4097 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
4101 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
H A Dcifsglob.h1218 char *nativeFileSystem; member