Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifs_debug.c91 if (tcon->nativeFileSystem) in cifs_debug_tcon()
92 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
Dmisc.c149 kfree(tcon->nativeFileSystem); in tconInfoFree()
Dconnect.c4011 kfree(tcon->nativeFileSystem); in CIFSTCon()
4012 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
4016 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
Dcifsglob.h1157 char *nativeFileSystem; member