Searched refs:nativeFileSystem (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_debug.c | 92 if (tcon->nativeFileSystem) in cifs_debug_tcon() 93 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
|
H A D | misc.c | 150 kfree(buf_to_free->nativeFileSystem); in tconInfoFree()
|
H A D | cifsglob.h | 1099 char *nativeFileSystem; member
|
H A D | connect.c | 4971 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 D | cifs_debug.c | 95 if (tcon->nativeFileSystem) in cifs_debug_tcon() 96 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
|
H A D | connect.c | 3768 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 D | misc.c | 159 kfree(tcon->nativeFileSystem); in tconInfoFree()
|
H A D | cifsglob.h | 1170 char *nativeFileSystem; member
|
Completed in 28 milliseconds