Home
last modified time | relevance | path

Searched refs:nativeFileSystem (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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.h1099 char *nativeFileSystem; member
H A Dconnect.c4971 kfree(tcon->nativeFileSystem); in CIFSTCon()
4972 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
4976 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_debug.c95 if (tcon->nativeFileSystem) in cifs_debug_tcon()
96 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
H A Dconnect.c3768 kfree(tcon->nativeFileSystem); in CIFSTCon()
3769 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
3773 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
H A Dmisc.c159 kfree(tcon->nativeFileSystem); in tconInfoFree()
H A Dcifsglob.h1170 char *nativeFileSystem; member

Completed in 28 milliseconds