Home
last modified time | relevance | path

Searched refs:nlsc (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/cifs/
Dsmb2pdu.c159 static int __smb2_reconnect(const struct nls_table *nlsc, in __smb2_reconnect() argument
178 rc = SMB2_tcon(0, tcon->ses, tree, tcon, nlsc); in __smb2_reconnect()
183 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __smb2_reconnect()
211 rc = SMB2_tcon(0, tcon->ses, tree, tcon, nlsc); in __smb2_reconnect()
231 static inline int __smb2_reconnect(const struct nls_table *nlsc, in __smb2_reconnect() argument
234 return SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __smb2_reconnect()
Dcifssmb.c125 static int __cifs_reconnect_tcon(const struct nls_table *nlsc, in __cifs_reconnect_tcon() argument
144 rc = CIFSTCon(0, tcon->ses, tree, tcon, nlsc); in __cifs_reconnect_tcon()
149 rc = CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __cifs_reconnect_tcon()
177 rc = CIFSTCon(0, tcon->ses, tree, tcon, nlsc); in __cifs_reconnect_tcon()
197 static inline int __cifs_reconnect_tcon(const struct nls_table *nlsc, in __cifs_reconnect_tcon() argument
200 return CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __cifs_reconnect_tcon()