Lines Matching refs:xid

79 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses,
86 extern int SendReceiveBlockingLock(const unsigned int xid,
116 extern int CIFS_SessSetup(unsigned int xid, struct cifs_ses *ses,
131 __u32 *poplock, __u16 *pnetfid, int xid);
144 struct super_block *sb, int xid, const __u16 *pfid);
148 struct super_block *sb, int xid);
183 extern int cifs_negotiate_protocol(unsigned int xid,
185 extern int cifs_setup_session(unsigned int xid, struct cifs_ses *ses,
187 extern int CIFSSMBNegotiate(unsigned int xid, struct cifs_ses *ses);
189 extern int CIFSTCon(unsigned int xid, struct cifs_ses *ses,
193 extern int CIFSFindFirst(const int xid, struct cifs_tcon *tcon,
199 extern int CIFSFindNext(const int xid, struct cifs_tcon *tcon,
206 extern int CIFSSMBQFileInfo(const int xid, struct cifs_tcon *tcon,
208 extern int CIFSSMBQPathInfo(const int xid, struct cifs_tcon *tcon,
213 extern int SMBQueryInformation(const int xid, struct cifs_tcon *tcon,
218 extern int CIFSSMBUnixQFileInfo(const int xid, struct cifs_tcon *tcon,
220 extern int CIFSSMBUnixQPathInfo(const int xid,
226 extern int CIFSGetDFSRefer(const int xid, struct cifs_ses *ses,
232 extern int get_dfs_path(int xid, struct cifs_ses *pSesInfo,
238 extern void reset_cifs_unix_caps(int xid, struct cifs_tcon *tcon,
241 extern int CIFSSMBQFSInfo(const int xid, struct cifs_tcon *tcon,
243 extern int SMBOldQFSInfo(const int xid, struct cifs_tcon *tcon,
245 extern int CIFSSMBSetFSUnixInfo(const int xid, struct cifs_tcon *tcon,
248 extern int CIFSSMBQFSAttributeInfo(const int xid,
250 extern int CIFSSMBQFSDeviceInfo(const int xid, struct cifs_tcon *tcon);
251 extern int CIFSSMBQFSUnixInfo(const int xid, struct cifs_tcon *tcon);
252 extern int CIFSSMBQFSPosixInfo(const int xid, struct cifs_tcon *tcon,
255 extern int CIFSSMBSetPathInfo(const int xid, struct cifs_tcon *tcon,
259 extern int CIFSSMBSetFileInfo(const int xid, struct cifs_tcon *tcon,
262 extern int CIFSSMBSetFileDisposition(const int xid, struct cifs_tcon *tcon,
265 extern int CIFSSMBSetAttrLegacy(int xid, struct cifs_tcon *tcon,
269 extern int CIFSSMBSetEOF(const int xid, struct cifs_tcon *tcon,
274 extern int CIFSSMBSetFileSize(const int xid, struct cifs_tcon *tcon,
288 extern int CIFSSMBUnixSetFileInfo(const int xid, struct cifs_tcon *tcon,
292 extern int CIFSSMBUnixSetPathInfo(const int xid, struct cifs_tcon *pTcon,
298 extern int CIFSSMBMkDir(const int xid, struct cifs_tcon *tcon,
302 extern int CIFSSMBRmDir(const int xid, struct cifs_tcon *tcon,
305 extern int CIFSPOSIXDelFile(const int xid, struct cifs_tcon *tcon,
309 extern int CIFSSMBDelFile(const int xid, struct cifs_tcon *tcon,
313 extern int CIFSSMBRename(const int xid, struct cifs_tcon *tcon,
317 extern int CIFSSMBRenameOpenFile(const int xid, struct cifs_tcon *pTcon,
321 extern int CIFSCreateHardLink(const int xid,
326 extern int CIFSUnixCreateHardLink(const int xid,
331 extern int CIFSUnixCreateSymLink(const int xid,
335 extern int CIFSSMBUnixQuerySymLink(const int xid,
340 extern int CIFSSMBQueryReparseLinkInfo(const int xid,
346 extern int CIFSSMBOpen(const int xid, struct cifs_tcon *tcon,
351 extern int SMBLegacyOpen(const int xid, struct cifs_tcon *tcon,
356 extern int CIFSPOSIXCreate(const int xid, struct cifs_tcon *tcon,
361 extern int CIFSSMBClose(const int xid, struct cifs_tcon *tcon,
364 extern int CIFSSMBFlush(const int xid, struct cifs_tcon *tcon,
367 extern int CIFSSMBRead(const int xid, struct cifs_io_parms *io_parms,
370 extern int CIFSSMBWrite(const int xid, struct cifs_io_parms *io_parms,
373 extern int CIFSSMBWrite2(const int xid, struct cifs_io_parms *io_parms,
376 extern int CIFSGetSrvInodeNumber(const int xid, struct cifs_tcon *tcon,
381 extern int cifs_lockv(const int xid, struct cifs_tcon *tcon, const __u16 netfid,
384 extern int CIFSSMBLock(const int xid, struct cifs_tcon *tcon,
389 extern int CIFSSMBPosixLock(const int xid, struct cifs_tcon *tcon,
393 extern int CIFSSMBTDis(const int xid, struct cifs_tcon *tcon);
395 extern int CIFSSMBLogoff(const int xid, struct cifs_ses *ses);
421 extern int CIFSSMBNotify(const int xid, struct cifs_tcon *tcon,
426 extern int CIFSSMBCopy(int xid,
433 extern ssize_t CIFSSMBQAllEAs(const int xid, struct cifs_tcon *tcon,
438 extern int CIFSSMBSetEA(const int xid, struct cifs_tcon *tcon,
442 extern int CIFSSMBGetCIFSACL(const int xid, struct cifs_tcon *tcon,
446 extern int CIFSSMBGetPosixACL(const int xid, struct cifs_tcon *tcon,
450 extern int CIFSSMBSetPosixACL(const int xid, struct cifs_tcon *tcon,
454 extern int CIFSGetExtAttr(const int xid, struct cifs_tcon *tcon,
460 struct cifs_sb_info *cifs_sb, int xid);