Home
last modified time | relevance | path

Searched refs:xid (Results 1 – 25 of 100) sorted by relevance

1234

/linux/fs/smb/client/
H A Dsmb2proto.h56 const unsigned int xid,
61 int smb2_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon,
65 int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
68 int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
73 FILE_BASIC_INFO *buf, const unsigned int xid);
74 int smb311_posix_mkdir(const unsigned int xid, struct inode *inode,
77 int smb2_mkdir(const unsigned int xid, struct inode *parent_inode,
82 const unsigned int xid);
83 int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
85 int smb2_unlink(const unsigned int xid, struc
[all...]
H A Dtrace.h246 unsigned int xid,
254 xid, fid, tid, sesid, offset, len, rc),
258 __field(unsigned int, xid)
269 __entry->xid = xid;
279 __entry->xid, __entry->sesid, __entry->tid, __entry->fid,
287 unsigned int xid, \
294 TP_ARGS(rreq_debug_id, rreq_debug_index, xid, fid, tid, sesid, offset, len, rc))
301 TP_PROTO(unsigned int xid,
308 TP_ARGS(xid, fid, tid, sesid, offset, len, rc),
310 __field(unsigned int, xid)
[all …]
H A Dlink.c136 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
153 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
170 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
189 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
227 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
249 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, &query_data); in cifs_query_mf_symlink()
265 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
267 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
272 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument
292 rc = tcon->ses->server->ops->open(xid, in cifs_create_mf_symlink()
312 smb3_query_mf_symlink(unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,const unsigned char * path,char * pbuf,unsigned int * pbytes_read) smb3_query_mf_symlink() argument
375 smb3_create_mf_symlink(unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,const unsigned char * path,char * pbuf,unsigned int * pbytes_written) smb3_create_mf_symlink() argument
445 unsigned int xid; global() local
554 unsigned int xid; global() local
[all...]
H A Dsmb1ops.c21 void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, in reset_cifs_unix_caps() argument
50 if (!CIFSSMBQFSUnixInfo(xid, tcon)) { in reset_cifs_unix_caps()
123 if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) { in reset_cifs_unix_caps()
146 unsigned int xid) in send_nt_cancel() argument
193 unsigned int xid) in send_lock_cancel() argument
209 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel()
219 unsigned int xid) in cifs_send_cancel() argument
222 return send_lock_cancel(ses, server, rqst, mid, xid); in cifs_send_cancel()
223 return send_nt_cancel(ses, server, rqst, mid, xid); in cifs_send_cancel()
414 cifs_negotiate(const unsigned int xid, in cifs_negotiate() argument
[all …]
H A Dsmb2inode.c196 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op()
318 trace_smb3_query_info_compound_enter(xid, tcon->tid, in smb2_compound_op()
337 trace_smb3_posix_query_info_compound_enter(xid, tcon->tid, in smb2_compound_op()
345 trace_smb3_mkdir_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
363 trace_smb3_unlink_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
381 trace_smb3_set_eof_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
398 trace_smb3_set_info_compound_enter(xid, tcon->tid, in smb2_compound_op()
426 trace_smb3_rename_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
452 trace_smb3_hardlink_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
466 trace_smb3_set_reparse_compound_enter(xid, tco in smb2_compound_op()
175 smb2_compound_op(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,const char * full_path,struct cifs_open_parms * oparms,struct kvec * in_iov,int * cmds,int num_cmds,struct cifsFileInfo * cfile,struct kvec * out_iov,int * out_buftype,struct dentry * dentry) smb2_compound_op() argument
950 smb2_query_path_info(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,const char * full_path,struct cifs_open_info_data * data) smb2_query_path_info() argument
1127 smb2_mkdir(const unsigned int xid,struct inode * parent_inode,umode_t mode,struct cifs_tcon * tcon,const char * name,struct cifs_sb_info * cifs_sb) smb2_mkdir() argument
1144 smb2_mkdir_setinfo(struct inode * inode,const char * name,struct cifs_sb_info * cifs_sb,struct cifs_tcon * tcon,const unsigned int xid) smb2_mkdir_setinfo() argument
1171 smb2_rmdir(const unsigned int xid,struct cifs_tcon * tcon,const char * name,struct cifs_sb_info * cifs_sb) smb2_rmdir() argument
1186 smb2_unlink(const unsigned int xid,struct cifs_tcon * tcon,const char * name,struct cifs_sb_info * cifs_sb,struct dentry * dentry) smb2_unlink() argument
1298 smb2_set_path_attr(const unsigned int xid,struct cifs_tcon * tcon,const char * from_name,const char * to_name,struct cifs_sb_info * cifs_sb,__u32 create_options,__u32 access,int command,struct cifsFileInfo * cfile,struct dentry * dentry) smb2_set_path_attr() argument
1329 smb2_rename_path(const unsigned int xid,struct cifs_tcon * tcon,struct dentry * source_dentry,const char * from_name,const char * to_name,struct cifs_sb_info * cifs_sb) smb2_rename_path() argument
1352 smb2_create_hardlink(const unsigned int xid,struct cifs_tcon * tcon,struct dentry * source_dentry,const char * from_name,const char * to_name,struct cifs_sb_info * cifs_sb) smb2_create_hardlink() argument
1366 smb2_set_path_size(const unsigned int xid,struct cifs_tcon * tcon,const char * full_path,__u64 size,struct cifs_sb_info * cifs_sb,bool set_alloc,struct dentry * dentry) smb2_set_path_size() argument
1400 smb2_set_file_info(struct inode * inode,const char * full_path,FILE_BASIC_INFO * buf,const unsigned int xid) smb2_set_file_info() argument
1435 smb2_create_reparse_inode(struct cifs_open_info_data * data,struct super_block * sb,const unsigned int xid,struct cifs_tcon * tcon,const char * full_path,bool directory,struct kvec * reparse_iov,struct kvec * xattr_iov) smb2_create_reparse_inode() argument
1515 smb2_query_reparse_point(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,const char * full_path,u32 * tag,struct kvec * rsp,int * rsp_buftype) smb2_query_reparse_point() argument
1567 smb2_rename_pending_delete(const char * full_path,struct dentry * dentry,const unsigned int xid) smb2_rename_pending_delete() argument
[all...]
H A Dinode.c394 unsigned int xid; in cifs_get_file_info_unix() local
402 xid = get_xid(); in cifs_get_file_info_unix()
412 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data); in cifs_get_file_info_unix()
423 free_xid(xid); in cifs_get_file_info_unix()
431 const unsigned int xid) in cifs_get_unix_fattr() argument
449 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, in cifs_get_unix_fattr()
468 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path); in cifs_get_unix_fattr()
475 rc = server->ops->query_symlink(xid, tcon, in cifs_get_unix_fattr()
485 struct super_block *sb, unsigned int xid) in cifs_get_inode_info_unix() argument
490 rc = cifs_get_unix_fattr(full_path, sb, &fattr, pinode, xid); in cifs_get_inode_info_unix()
504 cifs_get_unix_fattr(const unsigned char * full_path,struct super_block * sb,struct cifs_fattr * fattr,struct inode ** pinode,const unsigned int xid) cifs_get_unix_fattr() argument
511 cifs_get_inode_info_unix(struct inode ** pinode,const unsigned char * full_path,struct super_block * sb,unsigned int xid) cifs_get_inode_info_unix() argument
519 cifs_sfu_type(struct cifs_fattr * fattr,const char * path,struct cifs_sb_info * cifs_sb,unsigned int xid) cifs_sfu_type() argument
705 cifs_sfu_mode(struct cifs_fattr * fattr,const unsigned char * path,struct cifs_sb_info * cifs_sb,unsigned int xid) cifs_sfu_mode() argument
966 unsigned int xid; cifs_get_file_info() local
1061 cifs_backup_query_path_info(int xid,struct cifs_tcon * tcon,struct super_block * sb,const char * full_path,void ** resp_buf,FILE_ALL_INFO ** data) cifs_backup_query_path_info() argument
1100 cifs_set_fattr_ino(int xid,struct cifs_tcon * tcon,struct super_block * sb,struct inode ** inode,const char * full_path,struct cifs_open_info_data * data,struct cifs_fattr * fattr) cifs_set_fattr_ino() argument
1157 reparse_info_to_fattr(struct cifs_open_info_data * data,struct super_block * sb,const unsigned int xid,struct cifs_tcon * tcon,const char * full_path,struct cifs_fattr * fattr) reparse_info_to_fattr() argument
1256 cifs_get_fattr(struct cifs_open_info_data * data,struct super_block * sb,int xid,const struct cifs_fid * fid,struct cifs_fattr * fattr,struct inode ** inode,const char * full_path) cifs_get_fattr() argument
1425 cifs_get_inode_info(struct inode ** inode,const char * full_path,struct cifs_open_info_data * data,struct super_block * sb,int xid,const struct cifs_fid * fid) cifs_get_inode_info() argument
1450 smb311_posix_get_fattr(struct cifs_open_info_data * data,struct cifs_fattr * fattr,const char * full_path,struct super_block * sb,const unsigned int xid) smb311_posix_get_fattr() argument
1525 smb311_posix_get_inode_info(struct inode ** inode,const char * full_path,struct cifs_open_info_data * data,struct super_block * sb,const unsigned int xid) smb311_posix_get_inode_info() argument
1656 unsigned int xid; cifs_root_iget() local
1731 cifs_set_file_info(struct inode * inode,struct iattr * attrs,unsigned int xid,const char * full_path,__u32 dosattr) cifs_set_file_info() argument
1789 cifs_rename_pending_delete(const char * full_path,struct dentry * dentry,const unsigned int xid) cifs_rename_pending_delete() argument
1935 unsigned int xid; __cifs_unlink() local
2097 cifs_mkdir_qinfo(struct inode * parent,struct dentry * dentry,umode_t mode,const char * full_path,struct cifs_sb_info * cifs_sb,struct cifs_tcon * tcon,const unsigned int xid) global() argument
2192 cifs_posix_mkdir(struct inode * inode,struct dentry * dentry,umode_t mode,const char * full_path,struct cifs_sb_info * cifs_sb,struct cifs_tcon * tcon,const unsigned int xid) global() argument
2257 unsigned int xid; global() local
2335 unsigned int xid; global() local
2413 cifs_do_rename(const unsigned int xid,struct dentry * from_dentry,const char * from_path,struct dentry * to_dentry,const char * to_path) global() argument
2505 unsigned int xid; global() local
2821 unsigned int xid; global() local
3023 cifs_file_set_size(const unsigned int xid,struct dentry * dentry,const char * full_path,struct cifsFileInfo * open_file,loff_t size) global() argument
3099 unsigned int xid; global() local
3280 unsigned int xid; global() local
[all...]
H A Ddir.c202 const char *full_path, unsigned int xid,
236 oflags, oplock, &fid->netfid, xid);
245 CIFSSMBClose(xid, tcon, fid->netfid);
258 CIFSSMBClose(xid, tcon, fid->netfid);
375 rc = server->ops->open(xid, &oparms, oplock, buf);
412 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid,
419 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/
428 xid);
434 rc = cifs_get_inode_info(&newinode, full_path, buf, dir->i_sb, xid, fid);
471 server->ops->close(xid, tco
178 cifs_do_create(struct inode * inode,struct dentry * direntry,unsigned int xid,struct tcon_link * tlink,unsigned int oflags,umode_t mode,__u32 * oplock,struct cifs_fid * fid,struct cifs_open_info_data * buf) global() argument
473 unsigned int xid; global() local
576 unsigned int xid = get_xid(); global() local
626 unsigned int xid; global() local
676 unsigned int xid; global() local
[all...]
H A Dsmb2file.c147 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file()
182 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
189 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
204 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file()
224 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
241 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file()
266 const unsigned int xid) in smb2_unlock_range()
326 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
351 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
367 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks()
143 smb2_open_file(const unsigned int xid,struct cifs_open_parms * oparms,__u32 * oplock,void * buf) smb2_open_file() argument
262 smb2_unlock_range(struct cifsFileInfo * cfile,struct file_lock * flock,const unsigned int xid) smb2_unlock_range() argument
363 smb2_push_mand_fdlocks(struct cifs_fid_locks * fdlocks,const unsigned int xid,struct smb2_lock_element * buf,unsigned int max_num) smb2_push_mand_fdlocks() argument
406 unsigned int xid; smb2_push_mandatory_locks() local
[all...]
H A Dsmb2ops.c457 smb2_negotiate(const unsigned int xid, in smb2_negotiate() argument
466 rc = SMB2_negotiate(xid, ses, server); in smb2_negotiate()
818 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() argument
839 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces()
872 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() argument
891 rc = open_cached_dir(xid, tcon, "", cifs_sb, false, &cfid); in smb3_qfs_tcon()
895 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL, in smb3_qfs_tcon()
900 SMB3_request_interfaces(xid, tcon, true /* called during mount */); in smb3_qfs_tcon()
902 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
904 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
[all …]
H A Dcifsproto.h37 void _free_xid(unsigned int xid);
51 cifs_dbg(FYI, "VFS: leaving %s (xid = %u) rc = %d\n", \
101 int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses,
104 int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
120 unsigned int xid) in send_cancel() argument
123 server->ops->send_cancel(ses, server, rqst, mid, xid) : 0; in send_cancel()
166 unsigned int xid);
175 __u32 *poplock, __u16 *pnetfid, unsigned int xid);
189 struct super_block *sb, int xid,
194 const unsigned int xid);
407 get_dfs_path(const unsigned int xid,struct cifs_ses * ses,const char * old_path,const struct nls_table * nls_codepage,struct dfs_info3_param * referral,int remap) get_dfs_path() argument
423 cifs_inval_name_dfs_link_error(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,const char * full_path,bool * islink) cifs_inval_name_dfs_link_error() argument
[all...]
H A Dxattr.c45 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() argument
62 &info_buf, xid); in cifs_attrib_set()
69 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() argument
86 &info_buf, xid); in cifs_creation_time_set()
100 unsigned int xid; in cifs_xattr_set() local
113 xid = get_xid(); in cifs_xattr_set()
138 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
145 rc = cifs_creation_time_set(xid, pTcon, inode, in cifs_xattr_set()
156 rc = pTcon->ses->server->ops->set_EA(xid, pTcon, in cifs_xattr_set()
220 free_xid(xid); in cifs_xattr_set()
[all …]
H A Dioctl.c25 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument
58 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info()
70 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument
107 rc = cifs_file_copychunk_range(xid, fd_file(src_file), 0, dst_file, 0, in cifs_ioctl_copychunk()
130 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument
353 unsigned int xid; in cifs_ioctl() local
365 xid = get_xid(); in cifs_ioctl()
369 trace_smb3_ioctl(xid, 0, command); in cifs_ioctl()
371 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl()
383 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl()
[all …]
H A Dfile.c59 wdata->xid = get_xid(); in cifs_prepare_write()
164 rdata->xid = get_xid(); in cifs_prepare_read()
346 free_xid(rdata->xid); in cifs_free_subrequest()
486 __u32 *poplock, __u16 *pnetfid, unsigned int xid) in cifs_posix_open()
512 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data, in cifs_posix_open()
549 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open()
607 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_nt_open()
622 xid); in cifs_nt_open()
625 xid, fid); in cifs_nt_open()
628 server->ops->close(xid, tco in cifs_nt_open()
480 cifs_posix_open(const char * full_path,struct inode ** pinode,struct super_block * sb,int mode,unsigned int f_flags,__u32 * poplock,__u16 * pnetfid,unsigned int xid) cifs_posix_open() argument
543 cifs_nt_open(const char * full_path,struct inode * inode,struct cifs_sb_info * cifs_sb,struct cifs_tcon * tcon,unsigned int f_flags,__u32 * oplock,struct cifs_fid * fid,unsigned int xid,struct cifs_open_info_data * buf) cifs_nt_open() argument
911 unsigned int xid; _cifsFileInfo_put() local
944 cifs_file_flush(const unsigned int xid,struct inode * inode,struct cifsFileInfo * cfile) cifs_file_flush() argument
970 cifs_do_truncate(const unsigned int xid,struct dentry * dentry) cifs_do_truncate() argument
1018 unsigned int xid; cifs_open() local
1224 unsigned int xid; cifs_reopen_file() local
1513 unsigned int xid; cifs_closedir() local
1805 unsigned int xid; cifs_push_mandatory_locks() local
1904 int rc = 0, xid, type; cifs_push_posix_locks() local
2068 cifs_getlk(struct file * file,struct file_lock * flock,__u32 type,bool wait_flag,bool posix_lck,unsigned int xid) cifs_getlk() argument
2182 cifs_unlock_range(struct cifsFileInfo * cfile,struct file_lock * flock,unsigned int xid) cifs_unlock_range() argument
2295 cifs_setlk(struct file * file,struct file_lock * flock,__u32 type,bool wait_flag,bool posix_lck,int lock,int unlock,unsigned int xid) cifs_setlk() argument
2389 int rc, xid; cifs_flock() local
2445 int rc, xid; cifs_lock() local
2760 unsigned int xid; cifs_strict_fsync() local
2787 unsigned int xid; cifs_fsync() local
3071 int xid, rc = 0; cifs_file_strict_mmap_prepare() local
3089 int rc, xid; cifs_file_mmap_prepare() local
[all...]
H A Dsmb2pdu.c253 int xid; in smb2_reconnect()
453 xid = get_xid(); in smb2_reconnect()
454 rc = server->ops->query_server_interfaces(xid, tcon, false); in smb2_reconnect()
455 free_xid(xid); in smb2_reconnect()
1076 SMB2_negotiate(const unsigned int xid,
1162 rc = cifs_send_recv(xid, ses, server, in SMB2_negotiate()
1327 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon)
1409 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate()
1503 unsigned int xid;
1628 rc = cifs_send_recv(sess_data->xid, sess_dat in SMB2_sess_sendreceive()
254 int xid; smb2_reconnect() local
1077 SMB2_negotiate(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server) SMB2_negotiate() argument
1328 smb3_validate_negotiate(const unsigned int xid,struct cifs_tcon * tcon) smb3_validate_negotiate() argument
1504 unsigned int xid; global() member
1970 SMB2_sess_setup(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server,const struct nls_table * nls_cp) SMB2_sess_setup() argument
2017 SMB2_logoff(const unsigned int xid,struct cifs_ses * ses) SMB2_logoff() argument
2093 SMB2_tcon(const unsigned int xid,struct cifs_ses * ses,const char * tree,struct cifs_tcon * tcon,const struct nls_table * cp) SMB2_tcon() argument
2234 SMB2_tdis(const unsigned int xid,struct cifs_tcon * tcon) SMB2_tdis() argument
2880 smb311_posix_mkdir(const unsigned int xid,struct inode * inode,umode_t mode,struct cifs_tcon * tcon,const char * full_path,struct cifs_sb_info * cifs_sb) smb311_posix_mkdir() argument
3251 SMB2_open(const unsigned int xid,struct cifs_open_parms * oparms,__le16 * path,__u8 * oplock,struct smb2_file_all_info * buf,struct create_posix_rsp * posix,struct kvec * err_iov,int * buftype) SMB2_open() argument
3469 SMB2_ioctl(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,u32 opcode,char * in_data,u32 indatalen,u32 max_out_data_len,char ** out_data,u32 * plen) SMB2_ioctl() argument
3614 SMB2_set_compression(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid) SMB2_set_compression() argument
3670 __SMB2_close(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,struct smb2_file_network_open_info * pbuf) __SMB2_close() argument
3765 SMB2_close(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid) SMB2_close() argument
3876 query_info(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,u8 info_class,u8 info_type,u32 additional_info,size_t output_len,size_t min_len,void ** data,u32 * dlen) query_info() argument
3982 SMB2_query_info(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,struct smb2_file_all_info * data) SMB2_query_info() argument
3993 SMB2_query_acl(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,void ** data,u32 * plen,u32 extra_info) SMB2_query_acl() argument
4005 SMB2_get_srv_num(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,__le64 * uniqueid) SMB2_get_srv_num() argument
4021 SMB2_notify_init(const unsigned int xid,struct smb_rqst * rqst,struct cifs_tcon * tcon,struct TCP_Server_Info * server,u64 persistent_fid,u64 volatile_fid,u32 completion_filter,bool watch_tree) SMB2_notify_init() argument
4054 SMB2_change_notify(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,bool watch_tree,u32 completion_filter,u32 max_out_data_len,char ** out_data,u32 * plen) SMB2_change_notify() argument
4375 SMB2_flush_init(const unsigned int xid,struct smb_rqst * rqst,struct cifs_tcon * tcon,struct TCP_Server_Info * server,u64 persistent_fid,u64 volatile_fid) SMB2_flush_init() argument
4399 SMB2_flush(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid) SMB2_flush() argument
4844 SMB2_read(const unsigned int xid,struct cifs_io_parms * io_parms,unsigned int * nbytes,char ** buf,int * buf_type) SMB2_read() argument
5073 unsigned int total_len, xid = wdata->xid; smb2_async_writev() local
5252 SMB2_write(const unsigned int xid,struct cifs_io_parms * io_parms,unsigned int * nbytes,struct kvec * iov,int n_vec) SMB2_write() argument
5502 SMB2_query_directory_init(const unsigned int xid,struct cifs_tcon * tcon,struct TCP_Server_Info * server,struct smb_rqst * rqst,u64 persistent_fid,u64 volatile_fid,int index,int info_level) SMB2_query_directory_init() argument
5658 SMB2_query_directory(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,int index,struct cifs_search_info * srch_inf) SMB2_query_directory() argument
5796 send_set_info(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,u32 pid,u8 info_class,u8 info_type,u32 additional_info,unsigned int num,void ** data,unsigned int * size) send_set_info() argument
5873 SMB2_set_eof(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,u32 pid,loff_t new_eof) SMB2_set_eof() argument
5893 SMB2_set_acl(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,struct smb_ntsd * pnntsd,int pacllen,int aclflag) SMB2_set_acl() argument
5903 SMB2_set_ea(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,struct smb2_file_full_ea_info * buf,int len) SMB2_set_ea() argument
5913 SMB2_oplock_break(const unsigned int xid,struct cifs_tcon * tcon,const u64 persistent_fid,const u64 volatile_fid,__u8 oplock_level) SMB2_oplock_break() argument
6051 SMB311_posix_qfs_info(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,struct kstatfs * fsdata) SMB311_posix_qfs_info() argument
6120 SMB2_QFS_attr(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,int level) SMB2_QFS_attr() argument
6223 smb2_lockv(const unsigned int xid,struct cifs_tcon * tcon,const __u64 persist_fid,const __u64 volatile_fid,const __u32 pid,const __u32 num_lock,struct smb2_lock_element * buf) smb2_lockv() argument
6299 SMB2_lock(const unsigned int xid,struct cifs_tcon * tcon,const __u64 persist_fid,const __u64 volatile_fid,const __u32 pid,const __u64 length,const __u64 offset,const __u32 lock_flags,const bool wait) SMB2_lock() argument
6316 SMB2_lease_break(const unsigned int xid,struct cifs_tcon * tcon,__u8 * lease_key,const __le32 lease_state) SMB2_lease_break() argument
[all...]
H A Dreparse.c17 static int mknod_nfs(unsigned int xid, struct inode *inode,
22 static int mknod_wsl(unsigned int xid, struct inode *inode,
27 static int create_native_symlink(const unsigned int xid, struct inode *inode,
32 const unsigned int xid,
37 int create_reparse_symlink(const unsigned int xid, struct inode *inode, in create_reparse_symlink() argument
43 return create_native_symlink(xid, inode, dentry, tcon, full_path, symname); in create_reparse_symlink()
45 return mknod_nfs(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in create_reparse_symlink()
47 return mknod_wsl(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in create_reparse_symlink()
53 static int create_native_symlink(const unsigned int xid, struct inode *inode, in create_native_symlink() argument
194 rc = detect_directory_symlink_target(cifs_sb, xid, full_path, symname, &directory); in create_native_symlink()
[all …]
/linux/include/trace/events/
H A Drpcgss.h184 __field(u32, xid)
190 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
196 __get_str(addr), __entry->xid,
222 __field(u32, xid)
227 __entry->xid = be32_to_cpu(rqstp->rq_xid);
231 TP_printk("addr=%s xid=0x%08x", __get_str(addr), __entry->xid)
242 __field(u32, xid)
247 __entry->xid = be32_to_cpu(rqstp->rq_xid);
251 TP_printk("addr=%s xid=0x%08x", __get_str(addr), __entry->xid)
266 __field(u32, xid)
[all …]
H A Dsunrpc.h505 __field(u32, xid)
515 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
525 __entry->xid, __get_str(progname), __entry->version,
633 __field(u32, xid)
646 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
659 __entry->task_id, __entry->client_id, __entry->xid,
1044 __be32 xid,
1048 TP_ARGS(xprt, xid, status),
1051 __field(u32, xid)
1058 __entry->xid = be32_to_cpu(xid);
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c44 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument
56 if (xid >= netdev->fcoe_ddp_xid) in ixgbe_fcoe_ddp_put()
61 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put()
74 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(0, xid), 0); in ixgbe_fcoe_ddp_put()
75 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(3, xid), in ixgbe_fcoe_ddp_put()
76 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put()
79 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(2, xid), 0); in ixgbe_fcoe_ddp_put()
82 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
83 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put()
86 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
[all …]
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c188 io_req->xid); in bnx2fc_scsi_done()
192 pr_err(PFX "0x%x: sc_cmd->device is NULL.\n", io_req->xid); in bnx2fc_scsi_done()
197 io_req->xid); in bnx2fc_scsi_done()
218 u16 xid; in bnx2fc_cmd_mgr_alloc() local
270 xid = BNX2FC_MIN_XID; in bnx2fc_cmd_mgr_alloc()
283 io_req->xid = xid++; in bnx2fc_cmd_mgr_alloc()
286 &cmgr->free_list[io_req->xid % in bnx2fc_cmd_mgr_alloc()
403 u16 xid; in bnx2fc_elstm_alloc() local
439 xid = io_req->xid; in bnx2fc_elstm_alloc()
440 cmd_mgr->cmds[xid] = io_req; in bnx2fc_elstm_alloc()
[all …]
H A Dbnx2fc_els.c39 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl()
49 rrq_req->xid); in bnx2fc_rrq_compl()
80 aborted_io_req->xid); in bnx2fc_send_rrq()
94 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq()
113 aborted_io_req->xid); in bnx2fc_send_rrq()
284 orig_io_req->xid); in bnx2fc_srr_compl()
294 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
313 orig_io_req->xid); in bnx2fc_srr_compl()
321 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
359 orig_io_req->xid); in bnx2fc_srr_compl()
[all …]
/linux/drivers/scsi/qedf/
H A Dqedf_els.c22 uint16_t xid; in qedf_initiate_els() local
67 els_req->xid); in qedf_initiate_els()
115 xid = els_req->xid; in qedf_initiate_els()
124 task = qedf_get_task_mem(&qedf->tasks, xid); in qedf_initiate_els()
149 " cmd_type = %d.\n", els_req->xid, els_req->cmd_type); in qedf_process_els_compl()
156 els_req->xid, els_req->event); in qedf_process_els_compl()
169 els_req->xid); in qedf_process_els_compl()
214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl()
261 aborted_io_req->xid, refcount); in qedf_send_rrq()
287 aborted_io_req->xid, aborted_io_req, refcount); in qedf_send_rrq()
[all …]
H A Dqedf_io.c39 io_req->xid); in qedf_cmd_timeout()
44 io_req->xid); in qedf_cmd_timeout()
69 io_req->xid); in qedf_cmd_timeout()
82 io_req->xid); in qedf_cmd_timeout()
94 "xid=0x%x.\n", io_req->xid); in qedf_cmd_timeout()
101 "Hit default case, xid=0x%x.\n", io_req->xid); in qedf_cmd_timeout()
177 u16 xid; in qedf_cmd_mgr_alloc() local
212 xid = 0; in qedf_cmd_mgr_alloc()
218 io_req->xid = xid++; in qedf_cmd_mgr_alloc()
300 u16 xid; in qedf_alloc_cmd() local
[all …]
/linux/fs/jffs2/
H A Dxattr.c90 D1(dbg_xattr("%s: xid=%u, version=%u\n", __func__, xd->xid, xd->version)); in unload_xattr_datum()
165 || je32_to_cpu(rx.xid) != xd->xid in do_verify_xattr_datum()
172 je32_to_cpu(rx.xid), xd->xid, in do_verify_xattr_datum()
199 xd->xid, xd->version); in do_verify_xattr_datum()
258 xd->xid, xd->xprefix, xd->xname); in do_load_xattr_datum()
309 rx.xid = cpu_to_je32(xd->xid); in save_xattr_datum()
331 xd->xid, xd->version, xd->xprefix, xd->xname); in save_xattr_datum()
376 xd->xid = ++c->highest_xid; in create_xattr_datum()
419 xd->xid, xd->version); in unrefer_xattr_datum()
483 ref->xid = je32_to_cpu(rr.xid); in verify_xattr_ref()
[all …]
/linux/drivers/scsi/libfc/
H A Dfc_exch.c446 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order; in fc_exch_delete()
875 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid; in fc_exch_em_alloc()
926 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find() argument
931 u16 cpu = xid & fc_cpu_mask; in fc_exch_find()
933 if (xid == FC_XID_UNKNOWN) in fc_exch_find()
938 lport->host->host_no, lport->port_id, xid, cpu); in fc_exch_find()
942 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find()
945 ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order); in fc_exch_find()
947 FC_LPORT_DBG(lport, "xid %x quarantined\n", xid); in fc_exch_find()
951 WARN_ON(ep->xid != xid); in fc_exch_find()
[all …]
/linux/drivers/s390/net/
H A Dctcm_mpc.c830 priv->xid->xid2_flag2 = 0x00; in mpc_action_go_ready()
958 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb); in mpc_channel_action()
968 ch->xid->xid2_dlc_type = in mpc_channel_action()
973 ch->xid->xid2_buf_len = 0x00; in mpc_channel_action()
1185 mpcginfo->xid = thisxid; in ctcmpc_unpack_skb()
1289 grp->xid = (struct xid2 *)skb_tail_pointer(grp->xid_skb); in ctcmpc_init_mpc_group()
1291 grp->xid->xid2_adj_id = jiffies | 0xfff00000; in ctcmpc_init_mpc_group()
1292 grp->xid->xid2_sender_id = jiffies; in ctcmpc_init_mpc_group()
1309 priv->xid = grp->xid; in ctcmpc_init_mpc_group()
1534 struct xid2 *xid = mpcginfo->xid; in mpc_validate_xid() local
[all …]

1234