Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifs_debug.c93 if (tcon->nativeFileSystem) in cifs_debug_tcon()
94 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
Dmisc.c159 kfree(tcon->nativeFileSystem); in tconInfoFree()
Dconnect.c3716 kfree(tcon->nativeFileSystem); in CIFSTCon()
3717 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
3721 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
Dcifsglob.h1140 char *nativeFileSystem; member