Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_debug.c92 if (tcon->nativeFileSystem) in cifs_debug_tcon()
93 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
H A Dmisc.c150 kfree(buf_to_free->nativeFileSystem); in tconInfoFree()
H A Dcifsglob.h1096 char *nativeFileSystem; member
H A Dconnect.c4969 kfree(tcon->nativeFileSystem); in CIFSTCon()
4970 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
4974 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()