Searched refs:xid (Results 1 - 25 of 110) sorted by relevance

12345

/linux-master/fs/smb/client/
H A Dsmb2proto.h56 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon,
61 const unsigned int xid,
66 int smb2_query_reparse_point(const unsigned int xid,
72 int smb2_query_path_info(const unsigned int xid,
77 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
82 FILE_BASIC_INFO *buf, const unsigned int xid);
83 extern int smb311_posix_mkdir(const unsigned int xid, struct inode *inode,
87 extern int smb2_mkdir(const unsigned int xid, struct inode *inode,
92 struct cifs_tcon *tcon, const unsigned int xid);
93 extern int smb2_rmdir(const unsigned int xid, struc
[all...]
H A Dtrace.h88 TP_PROTO(unsigned int xid,
95 TP_ARGS(xid, fid, tid, sesid, offset, len, rc),
97 __field(unsigned int, xid)
106 __entry->xid = xid;
115 __entry->xid, __entry->sesid, __entry->tid, __entry->fid,
121 TP_PROTO(unsigned int xid, \
128 TP_ARGS(xid, fid, tid, sesid, offset, len, rc))
139 TP_PROTO(unsigned int xid,
145 TP_ARGS(xid, fi
[all...]
H A Dcifsproto.h49 cifs_dbg(FYI, "VFS: leaving %s (xid = %u) rc = %d\n", \
101 extern int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses,
105 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
110 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
114 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses,
126 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
130 extern int SendReceiveBlockingLock(const unsigned int xid,
176 extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses,
188 struct file_lock *flock, const unsigned int xid);
198 unsigned int xid);
688 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) argument
706 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) argument
[all...]
H A Dsmb1ops.c423 cifs_negotiate(const unsigned int xid, argument
428 rc = CIFSSMBNegotiate(xid, ses, server);
432 rc = CIFSSMBNegotiate(xid, ses, server);
516 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, argument
519 CIFSSMBQFSDeviceInfo(xid, tcon);
520 CIFSSMBQFSAttributeInfo(xid, tcon);
524 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, argument
534 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info,
539 rc = SMBQueryInformation(xid, tcon, full_path, file_info,
545 static int cifs_query_path_info(const unsigned int xid, argument
603 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, struct cifs_open_info_data *unused) argument
623 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct cifs_open_info_data *data) argument
704 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
723 cifs_open_file(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, void *buf) argument
757 cifs_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
764 cifs_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
771 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *bytes_read, char **buf, int *buf_type) argument
780 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *written, struct kvec *iov, unsigned long nr_segs) argument
790 smb_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) argument
866 cifs_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) argument
873 cifs_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
888 cifs_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
896 cifs_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
911 cifs_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) argument
943 cifs_mand_lock(const unsigned int xid, struct cifsFileInfo *cfile, __u64 offset, __u64 length, __u32 type, int lock, int unlock, bool wait) argument
952 cifs_unix_dfs_readlink(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage) argument
975 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path) argument
1038 cifs_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
[all...]
H A Dsmb2inode.c172 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, argument
301 trace_smb3_query_info_compound_enter(xid, ses->Suid,
337 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid,
341 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
348 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
366 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
401 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
432 trace_smb3_set_info_compound_enter(xid, ses->Suid,
472 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
499 trace_smb3_hardlink_enter(xid, se
859 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) argument
981 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) argument
996 smb2_mkdir_setinfo(struct inode *inode, const char *name, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
1025 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) argument
1040 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb, struct dentry *dentry) argument
1061 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) argument
1090 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) argument
1112 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) argument
1126 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) argument
1158 smb2_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) argument
1190 smb2_get_reparse_inode(struct cifs_open_info_data *data, struct super_block *sb, const unsigned int xid, struct cifs_tcon *tcon, const char *full_path, struct kvec *reparse_iov, struct kvec *xattr_iov) argument
1243 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) argument
[all...]
H A Dlink.c160 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, argument
177 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon,
193 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, argument
212 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
250 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, argument
272 rc = CIFS_open(xid, &oparms, &oplock, &file_info);
288 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type);
290 CIFSSMBClose(xid, tcon, fid.netfid);
295 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, argument
315 rc = CIFS_open(xid,
335 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) argument
398 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) argument
467 unsigned int xid; local
570 unsigned int xid; local
[all...]
H A Dxattr.c43 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, argument
60 &info_buf, xid);
67 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, argument
84 &info_buf, xid);
98 unsigned int xid; local
111 xid = get_xid();
136 rc = cifs_attrib_set(xid, pTcon, inode, full_path,
143 rc = cifs_creation_time_set(xid, pTcon, inode,
154 rc = pTcon->ses->server->ops->set_EA(xid, pTcon,
210 free_xid(xid);
266 unsigned int xid; local
366 unsigned int xid; local
[all...]
H A Dsmb2file.c100 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, void *buf) argument
120 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov,
133 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data,
148 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid,
165 rc = SMB2_get_srv_num(xid, oparms->tcon,
190 const unsigned int xid)
252 stored_rc = smb2_lockv(xid, tcon,
277 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid,
293 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, argument
309 stored_rc = smb2_lockv(xid, tco
189 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, const unsigned int xid) argument
336 unsigned int xid; local
[all...]
H A Ddir.c177 static int cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, argument
213 oflags, oplock, &fid->netfid, xid);
222 CIFSSMBClose(xid, tcon, fid->netfid);
236 CIFSSMBClose(xid, tcon, fid->netfid);
325 rc = server->ops->open(xid, &oparms, oplock, buf);
362 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid,
369 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/
378 xid);
384 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid);
426 server->ops->close(xid, tco
437 unsigned int xid; local
552 unsigned int xid = get_xid(); local
602 unsigned int xid; local
652 unsigned int xid; local
[all...]
H A Dsmb2ops.c421 smb2_negotiate(const unsigned int xid, argument
430 rc = SMB2_negotiate(xid, ses, server);
759 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) argument
773 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,
806 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, argument
825 rc = open_cached_dir(xid, tcon, "", cifs_sb, false, &cfid);
829 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL,
834 SMB3_request_interfaces(xid, tcon, true /* called during mount */);
836 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid,
838 SMB2_QFS_attr(xid, tco
851 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb) argument
882 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) argument
949 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, struct cifs_open_info_data *data) argument
957 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct cifs_open_info_data *data) argument
1056 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *path, const unsigned char *ea_name, char *ea_data, size_t buf_size, struct cifs_sb_info *cifs_sb) argument
1105 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, const char *path, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) argument
1416 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
1423 smb2_close_getattr(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) argument
1466 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct copychunk_ioctl *pcchunk) argument
1498 smb2_ioctl_query_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, __le16 *path, int is_dir, unsigned long p) argument
1748 smb2_copychunk_range(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) argument
1877 smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
1904 smb2_sync_read(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *bytes_read, char **buf, int *buf_type) argument
1914 smb2_sync_write(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *written, struct kvec *iov, unsigned long nr_segs) argument
1925 smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct inode *inode, __u8 setsparse) argument
1971 smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_alloc) argument
1994 smb2_duplicate_extents(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) argument
2049 smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) argument
2057 smb3_set_integrity(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) argument
2087 smb3_enum_snapshots(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, void __user *ioc_buf) argument
2171 smb3_notify(const unsigned int xid, struct file *pfile, void __user *ioc_buf, bool return_changes) argument
2254 smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
2393 smb2_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
2402 smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
2629 smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon, const char *path, u32 desired_access, u32 class, u32 type, u32 output_len, struct kvec *rsp, int *buftype, struct cifs_sb_info *cifs_sb) argument
2785 smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) argument
2822 smb311_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) argument
2863 smb2_mand_lock(const unsigned int xid, struct cifsFileInfo *cfile, __u64 offset, __u64 length, __u32 type, int lock, int unlock, bool wait) argument
2892 smb2_get_dfs_refer(const unsigned int xid, struct cifs_ses *ses, const char *search_name, struct dfs_info3_param **target_nodes, unsigned int *num_of_nodes, const struct nls_table *nls_codepage, int remap) argument
3003 unsigned int xid; local
3033 unsigned int xid; local
3098 unsigned int xid; local
3170 smb3_zero_data(struct file *file, struct cifs_tcon *tcon, loff_t offset, loff_t len, unsigned int xid) argument
3197 unsigned int xid; local
3258 unsigned int xid; local
3295 smb3_simple_fallocate_write_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len, char *buf) argument
3332 smb3_simple_fallocate_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len) argument
3423 unsigned int xid; local
3547 unsigned int xid; local
3602 unsigned int xid; local
3661 unsigned int xid; local
3741 unsigned int xid; local
4972 __cifs_sfu_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
5026 cifs_sfu_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
5053 smb2_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
[all...]
H A Dcached_dir.h65 extern int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon,
73 extern void drop_cached_dir_by_name(const unsigned int xid,
H A Dinode.c381 unsigned int xid; local
389 xid = get_xid();
399 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
410 free_xid(xid);
418 const unsigned int xid)
436 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
455 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path);
462 rc = server->ops->query_symlink(xid, tcon,
472 struct super_block *sb, unsigned int xid)
477 rc = cifs_get_unix_fattr(full_path, sb, &fattr, pinode, xid);
414 cifs_get_unix_fattr(const unsigned char *full_path, struct super_block *sb, struct cifs_fattr *fattr, struct inode **pinode, const unsigned int xid) argument
470 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, unsigned int xid) argument
487 cifs_get_unix_fattr(const unsigned char *full_path, struct super_block *sb, struct cifs_fattr *fattr, struct inode **pinode, const unsigned int xid) argument
496 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, unsigned int xid) argument
505 cifs_sfu_type(struct cifs_fattr *fattr, const char *path, struct cifs_sb_info *cifs_sb, unsigned int xid) argument
625 cifs_sfu_mode(struct cifs_fattr *fattr, const unsigned char *path, struct cifs_sb_info *cifs_sb, unsigned int xid) argument
811 unsigned int xid; local
906 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) argument
945 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) argument
1000 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) argument
1059 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) argument
1221 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) argument
1245 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) argument
1320 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) argument
1455 unsigned int xid; local
1530 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, const char *full_path, __u32 dosattr) argument
1587 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, const unsigned int xid) argument
1734 unsigned int xid; local
1859 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) argument
1952 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) argument
2019 unsigned int xid; local
2097 unsigned int xid; local
2173 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, const char *from_path, struct dentry *to_dentry, const char *to_path) argument
2254 unsigned int xid; local
2531 unsigned int xid; local
2747 cifs_set_file_size(struct inode *inode, struct iattr *attrs, unsigned int xid, const char *full_path, struct dentry *dentry) argument
2839 unsigned int xid; local
2988 unsigned int xid; local
[all...]
H A Dioctl.c26 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, argument
59 xid, tcon, cifs_sb, utf16_path,
71 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, argument
109 rc = cifs_file_copychunk_range(xid, src_file.file, 0, dst_file, 0,
134 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, argument
337 unsigned int xid; local
349 xid = get_xid();
353 trace_smb3_ioctl(xid, 0, command);
355 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command);
367 rc = CIFSGetExtAttr(xid, tco
[all...]
H A Ddfs.c394 static void __tree_connect_ipc(const unsigned int xid, char *tree, argument
419 rc = server->ops->tree_connect(xid, ses, tree, tcon,
432 static void tree_connect_ipc(const unsigned int xid, char *tree, argument
438 __tree_connect_ipc(xid, tree, cifs_sb, ses);
439 __tree_connect_ipc(xid, tree, cifs_sb, CIFS_DFS_ROOT_SES(ses));
442 static int __tree_connect_dfs_target(const unsigned int xid, struct cifs_tcon *tcon, argument
485 tree_connect_ipc(xid, tree, cifs_sb, tcon);
489 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls);
499 if (dfs_cache_find(xid, root_ses, cifs_sb->local_nls, cifs_remap(cifs_sb), target,
501 rc = ops->tree_connect(xid, tco
527 tree_connect_dfs_target(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, char *tree, bool islink, struct dfs_cache_tgt_list *tl) argument
552 cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) argument
[all...]
H A Dfile.c280 __u32 *poplock, __u16 *pnetfid, unsigned int xid)
306 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data,
343 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf)
408 rc = server->ops->open(xid, &oparms, oplock, buf);
423 xid);
426 xid, fid);
429 server->ops->close(xid, tcon, fid);
722 unsigned int xid; local
725 xid = get_xid();
727 rc = server->ops->close_getattr(xid, tco
278 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) argument
341 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) argument
759 unsigned int xid; local
958 unsigned int xid; local
1252 unsigned int xid; local
1544 unsigned int xid; local
1643 int rc = 0, xid, type; local
1806 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, bool wait_flag, bool posix_lck, unsigned int xid) argument
1897 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, unsigned int xid) argument
2011 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, bool wait_flag, bool posix_lck, int lock, int unlock, unsigned int xid) argument
2107 int rc, xid; local
2156 int rc, xid; local
2233 unsigned int xid; local
2845 unsigned int xid, wsize; local
3133 unsigned int xid; local
3199 unsigned int xid; local
3246 unsigned int xid; local
3299 unsigned int xid; local
3517 unsigned int xid, max_segs = INT_MAX; local
4420 unsigned int xid; local
4533 int xid, rc = 0; local
4551 int rc, xid; local
4620 unsigned int xid, nr_pages, cache_nr_pages = 0; local
4833 unsigned int xid; local
[all...]
H A Dsmb2pdu.c216 int xid; local
430 xid = get_xid();
431 rc = server->ops->query_server_interfaces(xid, tcon, false);
432 free_xid(xid);
1041 SMB2_negotiate(const unsigned int xid, argument
1128 rc = cifs_send_recv(xid, ses, server,
1268 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) argument
1351 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,
1430 unsigned int xid; member in struct:SMB2_sess_data
1555 rc = cifs_send_recv(sess_data->xid, sess_dat
1894 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, const struct nls_table *nls_cp) argument
1941 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses) argument
2018 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, struct cifs_tcon *tcon, const struct nls_table *cp) argument
2159 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) argument
2802 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) argument
3168 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) argument
3382 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 ) argument
3521 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
3577 __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_network_open_info *pbuf) argument
3668 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
3779 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) argument
3881 SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_all_info *data) argument
3909 SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, void **data, u32 *plen, u32 extra_info) argument
3923 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) argument
3939 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) argument
3972 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 ) argument
4272 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) argument
4296 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
4651 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, char **buf, int *buf_type) argument
4982 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, struct kvec *iov, int n_vec) argument
5224 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) argument
5380 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) argument
5514 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) argument
5587 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, loff_t new_eof) argument
5607 SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct cifs_ntsd *pnntsd, int pacllen, int aclflag) argument
5617 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) argument
5627 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, const u64 persistent_fid, const u64 volatile_fid, __u8 oplock_level) argument
5761 SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) argument
5826 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) argument
5891 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int level) argument
5990 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) argument
6062 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) argument
6079 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon, __u8 *lease_key, const __le32 lease_state) argument
[all...]
/linux-master/include/trace/events/
H A Drpcgss.h184 __field(u32, xid)
190 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
195 TP_printk("addr=%s xid=0x%08x maj_stat=%s",
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
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c34 * ixgbe_fcoe_ddp_put - free the ddp context for a given xid
36 * @xid: the xid that corresponding ddp will be freed
44 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) argument
56 if (xid >= netdev->fcoe_ddp_xid)
61 ddp = &fcoe->ddp[xid];
74 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(0, xid), 0);
75 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(3, xid),
76 (xid | IXGBE_FCFLTRW_WE));
79 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(2, xid),
133 ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc, int target_mode) argument
344 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) argument
365 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) argument
396 u16 xid; local
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c188 io_req->xid);
192 pr_err(PFX "0x%x: sc_cmd->device is NULL.\n", io_req->xid);
197 io_req->xid);
218 u16 xid; local
231 BNX2FC_MISC_DBG("min xid 0x%x, max xid 0x%x\n", min_xid, max_xid);
272 xid = BNX2FC_MIN_XID;
285 io_req->xid = xid++;
288 &cmgr->free_list[io_req->xid
405 u16 xid; local
474 u16 xid; local
674 u16 xid; local
830 u16 xid; local
935 u16 xid; local
1001 u16 xid, orig_xid; local
2034 u16 xid; local
[all...]
H A Dbnx2fc_els.c38 BNX2FC_ELS_DBG("rrq_compl: orig xid = 0x%x, rrq_xid = 0x%x\n",
39 orig_io_req->xid, rrq_req->xid);
48 BNX2FC_ELS_DBG("rrq xid - 0x%x timed out, clean it up\n",
49 rrq_req->xid);
80 aborted_io_req->xid);
94 rrq.rrq_ox_id = htons(aborted_io_req->xid);
113 aborted_io_req->xid);
284 orig_io_req->xid);
293 BNX2FC_IO_DBG(srr_req, "srr_compl:xid
687 u16 xid; local
[all...]
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c22 uint16_t xid; local
66 "0x%p cb_arg = %p xid = %x\n", els_req, cb_arg,
67 els_req->xid);
115 xid = els_req->xid;
124 task = qedf_get_task_mem(&qedf->tasks, xid);
148 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_ELS, "Entered with xid = 0x%x"
149 " cmd_type = %d.\n", els_req->xid, els_req->cmd_type);
155 "ELS completion xid=0x%x after flush event=0x%x",
156 els_req->xid, els_re
[all...]
H A Dqedf_io.c38 "qedf is NULL for ABTS xid=0x%x.\n",
39 io_req->xid);
43 QEDF_ERR((&qedf->dbg_ctx), "ABTS timeout, xid=0x%x.\n",
44 io_req->xid);
68 "qedf is NULL for ELS xid=0x%x.\n",
69 io_req->xid);
81 QEDF_ERR(&(qedf->dbg_ctx), "ELS timeout, xid=0x%x.\n",
82 io_req->xid);
94 "xid=0x%x.\n", io_req->xid);
177 u16 xid; local
304 u16 xid; local
857 u16 xid; local
1857 u16 xid; local
2298 uint16_t xid; local
[all...]
/linux-master/fs/jffs2/
H A Dxattr.h33 uint32_t xid; member in struct:jffs2_xattr_datum
60 uint32_t xid; /* only used in sccanning/building */ member in union:jffs2_xattr_ref::__anon1784
78 uint32_t xid, uint32_t version);
H A Dxattr.c90 D1(dbg_xattr("%s: xid=%u, version=%u\n", __func__, xd->xid, xd->version));
165 || je32_to_cpu(rx.xid) != xd->xid
168 "nodetype=%#04x/%#04x, totlen=%u/%u, xid=%u/%u, version=%u/%u\n",
172 je32_to_cpu(rx.xid), xd->xid,
198 dbg_xattr("success on verifying xdatum (xid=%u, version=%u)\n",
199 xd->xid, xd->version);
257 dbg_xattr("success on loading xdatum (xid
725 jffs2_find_xattr_datum(struct jffs2_sb_info *c, uint32_t xid) argument
894 jffs2_setup_xattr_datum(struct jffs2_sb_info *c, uint32_t xid, uint32_t version) argument
[all...]
/linux-master/include/linux/sunrpc/
H A Dxprtsock.h35 xid, member in struct:sock_xprt::__anon873::__anon874

Completed in 374 milliseconds

12345