/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | trace.h | 24 TP_PROTO(unsigned int xid, 31 TP_ARGS(xid, fid, tid, sesid, offset, len, rc), 33 __field(unsigned int, xid) 42 __entry->xid = xid; 51 __entry->xid, __entry->sesid, __entry->tid, __entry->fid, 57 TP_PROTO(unsigned int xid, \ 64 TP_ARGS(xid, fid, tid, sesid, offset, len, rc)) 75 TP_PROTO(unsigned int xid, 81 TP_ARGS(xid, fi [all...] |
H A D | cifsproto.h | 49 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); 678 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 696 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 D | smb2proto.h | 56 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, 59 int smb2_query_path_info(const unsigned int xid, 64 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, 68 FILE_BASIC_INFO *buf, const unsigned int xid); 69 extern int smb311_posix_mkdir(const unsigned int xid, struct inode *inode, 73 extern int smb2_mkdir(const unsigned int xid, struct inode *inode, 78 struct cifs_tcon *tcon, const unsigned int xid); 79 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, 81 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, 83 int smb2_rename_path(const unsigned int xid, [all...] |
H A D | smb2inode.c | 58 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument 166 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op() 201 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 204 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 211 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 229 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 264 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 297 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op() 337 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 364 trace_smb3_hardlink_enter(xid, se in smb2_compound_op() 574 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 658 smb311_posix_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, struct cifs_sid *owner, struct cifs_sid *group) smb311_posix_query_path_info() argument 743 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 754 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 778 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) smb2_rmdir() argument 788 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) smb2_unlink() argument 796 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) smb2_set_path_attr() argument 818 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 834 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 848 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) smb2_set_path_size() argument 862 smb2_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) smb2_set_file_info() argument [all...] |
H A D | link.c | 172 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument 189 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink() 205 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument 224 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink() 262 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument 284 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink() 300 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 302 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink() 307 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument 327 rc = CIFS_open(xid, in cifs_create_mf_symlink() 347 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 410 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 479 unsigned int xid; global() local 582 unsigned int xid; global() local [all...] |
H A D | smb1ops.c | 423 cifs_negotiate(const unsigned int xid, in cifs_negotiate() argument 428 rc = CIFSSMBNegotiate(xid, ses, server); in cifs_negotiate() 432 rc = CIFSSMBNegotiate(xid, ses, server); in cifs_negotiate() 516 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon() argument 519 CIFSSMBQFSDeviceInfo(xid, tcon); in cifs_qfs_tcon() 520 CIFSSMBQFSAttributeInfo(xid, tcon); in cifs_qfs_tcon() 524 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() argument 534 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 539 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 545 static int cifs_query_path_info(const unsigned int xid, in cifs_query_path_info() 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) cifs_get_srv_inum() argument 623 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct cifs_open_info_data *data) cifs_query_file_info() 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) cifs_mkdir_setinfo() argument 723 cifs_open_file(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, void *buf) cifs_open_file() argument 757 cifs_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_close_file() argument 764 cifs_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_flush_file() 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) cifs_sync_read() 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) cifs_sync_write() argument 790 smb_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) smb_set_file_info() argument 866 cifs_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) cifs_set_compression() 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) cifs_query_dir_first() 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) cifs_query_dir_next() argument 896 cifs_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_close_dir() argument 911 cifs_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) cifs_queryfs() argument 943 cifs_mand_lock(const unsigned int xid, struct cifsFileInfo *cfile, __u64 offset, __u64 length, __u32 type, int lock, int unlock, bool wait) cifs_mand_lock() 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) cifs_unix_dfs_readlink() 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) cifs_query_symlink() 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) cifs_make_node() argument [all...] |
H A D | dir.c | 177 static int cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, argument 208 oflags, oplock, &fid->netfid, xid); 217 CIFSSMBClose(xid, tcon, fid->netfid); 231 CIFSSMBClose(xid, tcon, fid->netfid); 317 rc = server->ops->open(xid, &oparms, oplock, buf); 347 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid, 354 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/ 363 xid); 369 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid); 411 server->ops->close(xid, tco 422 unsigned int xid; global() local 537 unsigned int xid = get_xid(); global() local 587 unsigned int xid; global() local 630 unsigned int xid; global() local [all...] |
H A D | smb2ops.c | 420 smb2_negotiate(const unsigned int xid, in smb2_negotiate() argument 429 rc = SMB2_negotiate(xid, ses, server); in smb2_negotiate() 758 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() argument 772 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces() 805 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() argument 824 rc = open_cached_dir(xid, tcon, "", cifs_sb, false, &cfid); in smb3_qfs_tcon() 828 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL, in smb3_qfs_tcon() 833 SMB3_request_interfaces(xid, tcon, true /* called during mount */); in smb3_qfs_tcon() 835 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 837 SMB2_QFS_attr(xid, tco in smb3_qfs_tcon() 850 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb) smb2_qfs_tcon() argument 881 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) smb2_is_path_accessible() argument 948 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) smb2_get_srv_inum() argument 956 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct cifs_open_info_data *data) smb2_query_file_info() argument 1055 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) smb2_query_eas() argument 1104 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) smb2_set_ea() argument 1396 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_close_file() argument 1403 smb2_close_getattr(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb2_close_getattr() argument 1445 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct copychunk_ioctl *pcchunk) SMB2_request_res_key() argument 1477 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) smb2_ioctl_query_info() argument 1708 smb2_copychunk_range(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) smb2_copychunk_range() argument 1837 smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_flush_file() argument 1864 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) smb2_sync_read() argument 1874 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) smb2_sync_write() argument 1885 smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct inode *inode, __u8 setsparse) smb2_set_sparse() argument 1931 smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_alloc) smb2_set_file_size() argument 1955 smb2_duplicate_extents(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) smb2_duplicate_extents() argument 2010 smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb2_set_compression() argument 2018 smb3_set_integrity(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb3_set_integrity() argument 2048 smb3_enum_snapshots(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, void __user *ioc_buf) smb3_enum_snapshots() argument 2132 smb3_notify(const unsigned int xid, struct file *pfile, void __user *ioc_buf, bool return_changes) smb3_notify() argument 2215 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) smb2_query_dir_first() argument 2341 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) smb2_query_dir_next() argument 2350 smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_close_dir() argument 2538 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) smb2_query_info_compound() argument 2673 smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) smb2_queryfs() argument 2710 smb311_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) smb311_queryfs() argument 2751 smb2_mand_lock(const unsigned int xid, struct cifsFileInfo *cfile, __u64 offset, __u64 length, __u32 type, int lock, int unlock, bool wait) smb2_mand_lock() argument 2780 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) smb2_get_dfs_refer() argument 2996 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 3140 unsigned int xid; get_smb2_acl_by_fid() local 3170 unsigned int xid; get_smb2_acl_by_path() local 3235 unsigned int xid; set_smb2_acl() local 3307 smb3_zero_data(struct file *file, struct cifs_tcon *tcon, loff_t offset, loff_t len, unsigned int xid) smb3_zero_data() argument 3334 unsigned int xid; smb3_zero_range() local 3394 unsigned int xid; smb3_punch_hole() local 3431 smb3_simple_fallocate_write_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len, char *buf) smb3_simple_fallocate_write_range() argument 3468 smb3_simple_fallocate_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len) smb3_simple_fallocate_range() argument 3559 unsigned int xid; smb3_simple_falloc() local 3683 unsigned int xid; smb3_collapse_range() local 3736 unsigned int xid; smb3_insert_range() local 3794 unsigned int xid; smb3_llseek() local 3874 unsigned int xid; smb3_fiemap() local 5106 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) smb2_make_node() argument [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | trace.h | 17 TP_PROTO(unsigned int xid, 24 TP_ARGS(xid, fid, tid, sesid, offset, len, rc), 26 __field(unsigned int, xid) 35 __entry->xid = xid; 44 __entry->xid, __entry->sesid, __entry->tid, __entry->fid, 50 TP_PROTO(unsigned int xid, \ 57 TP_ARGS(xid, fid, tid, sesid, offset, len, rc)) 68 TP_PROTO(unsigned int xid, 74 TP_ARGS(xid, fi [all...] |
H A D | cifsproto.h | 61 cifs_dbg(FYI, "VFS: leaving %s (xid = %u) rc = %d\n", \ 100 extern int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses, 104 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses, 109 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *, 113 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses, 125 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *, 129 extern int SendReceiveBlockingLock(const unsigned int xid, 166 extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses, 177 struct file_lock *flock, const unsigned int xid); 188 unsigned int xid); 627 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 [all...] |
H A D | smb2proto.h | 72 extern int open_shroot(unsigned int xid, struct cifs_tcon *tcon, 80 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, 83 extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, 87 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, 91 FILE_BASIC_INFO *buf, const unsigned int xid); 92 extern int smb311_posix_mkdir(const unsigned int xid, struct inode *inode, 96 extern int smb2_mkdir(const unsigned int xid, struct inode *inode, 101 struct cifs_tcon *tcon, const unsigned int xid); 102 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, 104 extern int smb2_unlink(const unsigned int xid, struc [all...] |
H A D | smb2inode.c | 63 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument 167 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op() 202 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 205 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 212 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 230 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 265 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 298 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op() 338 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 365 trace_smb3_hardlink_enter(xid, se in smb2_compound_op() 523 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, FILE_ALL_INFO *data, bool *adjust_tz, bool *reparse) smb2_query_path_info() argument 587 smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct smb311_posix_qinfo *data, bool *adjust_tz, bool *reparse) smb311_posix_query_path_info() argument 639 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 650 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 674 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) smb2_rmdir() argument 683 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) smb2_unlink() argument 692 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 access, int command, struct cifsFileInfo *cfile) smb2_set_path_attr() argument 714 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) smb2_rename_path() argument 727 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) smb2_create_hardlink() argument 737 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) smb2_set_path_size() argument 749 smb2_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) smb2_set_file_info() argument [all...] |
H A D | link.c | 185 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument 202 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink() 218 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in query_mf_symlink() argument 232 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in query_mf_symlink() 252 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument 270 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink() 306 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument 327 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink() 343 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 345 CIFSSMBClose(xid, tco in cifs_query_mf_symlink() 350 cifs_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) cifs_create_mf_symlink() argument 388 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 449 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 516 unsigned int xid; cifs_hardlink() local 606 unsigned int xid; cifs_get_link() local 671 unsigned int xid; cifs_symlink() local [all...] |
H A D | smb1ops.c | 416 cifs_negotiate(const unsigned int xid, struct cifs_ses *ses) in cifs_negotiate() argument 419 rc = CIFSSMBNegotiate(xid, ses); in cifs_negotiate() 423 rc = CIFSSMBNegotiate(xid, ses); in cifs_negotiate() 507 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon() argument 510 CIFSSMBQFSDeviceInfo(xid, tcon); in cifs_qfs_tcon() 511 CIFSSMBQFSAttributeInfo(xid, tcon); in cifs_qfs_tcon() 515 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() argument 525 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 530 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 537 cifs_query_path_info(const unsigned int xid, struc argument 587 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, FILE_ALL_INFO *data) cifs_get_srv_inum() argument 608 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, FILE_ALL_INFO *data) cifs_query_file_info() argument 677 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) cifs_mkdir_setinfo() argument 697 cifs_open_file(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, FILE_ALL_INFO *buf) cifs_open_file() argument 721 cifs_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_close_file() argument 728 cifs_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_flush_file() argument 735 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) cifs_sync_read() argument 744 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) cifs_sync_write() argument 754 smb_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) smb_set_file_info() argument 829 cifs_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) cifs_set_compression() argument 836 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) cifs_query_dir_first() argument 851 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) cifs_query_dir_next() argument 859 cifs_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_close_dir() argument 875 cifs_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) cifs_queryfs() argument 907 cifs_mand_lock(const unsigned int xid, struct cifsFileInfo *cfile, __u64 offset, __u64 length, __u32 type, int lock, int unlock, bool wait) cifs_mand_lock() argument 916 cifs_unix_dfs_readlink(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage) cifs_unix_dfs_readlink() argument 942 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path, bool is_reparse_point) cifs_query_symlink() argument 1027 cifs_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, char *full_path, umode_t mode, dev_t dev) cifs_make_node() argument [all...] |
H A D | dir.c | 226 cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, in cifs_do_create() argument 254 oflags, oplock, &fid->netfid, xid); in cifs_do_create() 263 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_do_create() 277 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_do_create() 367 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_do_create() 396 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid, in cifs_do_create() 403 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/ in cifs_do_create() 412 xid); in cifs_do_create() 416 xid, fid); in cifs_do_create() 455 server->ops->close(xid, tco in cifs_do_create() 466 unsigned int xid; cifs_atomic_open() local 573 unsigned int xid = get_xid(); cifs_create() local 617 unsigned int xid; cifs_mknod() local 656 unsigned int xid; cifs_lookup() local [all...] |
H A D | inode.c | 348 unsigned int xid; local 356 xid = get_xid(); 357 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data); 366 free_xid(xid); 372 struct super_block *sb, unsigned int xid) 389 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, 404 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr, 443 struct cifs_sb_info *cifs_sb, unsigned int xid) 489 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); 503 rc = tcon->ses->server->ops->sync_read(xid, 370 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, unsigned int xid) global() argument 442 cifs_sfu_type(struct cifs_fattr *fattr, const char *path, struct cifs_sb_info *cifs_sb, unsigned int xid) global() argument 557 cifs_sfu_mode(struct cifs_fattr *fattr, const unsigned char *path, struct cifs_sb_info *cifs_sb, unsigned int xid) global() argument 741 unsigned int xid; global() local 812 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) global() argument 851 cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb, struct inode **inode, const char *full_path, FILE_ALL_INFO *data, struct cifs_fattr *fattr) global() argument 914 cifs_get_inode_info(struct inode **inode, const char *full_path, FILE_ALL_INFO *in_data, struct super_block *sb, int xid, const struct cifs_fid *fid) global() argument 1115 smb311_posix_get_inode_info(struct inode **inode, const char *full_path, struct super_block *sb, unsigned int xid) global() argument 1332 unsigned int xid; global() local 1403 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, char *full_path, __u32 dosattr) global() argument 1459 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, const unsigned int xid) global() argument 1604 unsigned int xid; global() local 1717 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 1791 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 1856 unsigned int xid; global() local 1928 unsigned int xid; global() local 1998 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 2074 unsigned int xid; global() local 2295 unsigned int xid; global() local 2503 cifs_set_file_size(struct inode *inode, struct iattr *attrs, unsigned int xid, char *full_path) global() argument 2594 unsigned int xid; global() local 2738 unsigned int xid; global() local [all...] |
H A D | smb2file.c | 38 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument 64 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, in smb2_open_file() 75 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 92 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file() 117 const unsigned int xid) in smb2_unlock_range() 179 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 204 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 220 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument 236 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks() 248 stored_rc = smb2_lockv(xid, tco in smb2_push_mand_fdlocks() 116 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, const unsigned int xid) smb2_unlock_range() argument 263 unsigned int xid; smb2_push_mandatory_locks() local [all...] |
H A D | ioctl.c | 38 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument 68 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info() 80 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument 118 rc = cifs_file_copychunk_range(xid, src_file.file, 0, dst_file, 0, in cifs_ioctl_copychunk() 129 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument 169 unsigned int xid; in cifs_ioctl() local 177 xid = get_xid(); in cifs_ioctl() 189 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl() 221 * rc = CIFSSetExtAttr(xid, tcon, in cifs_ioctl() 236 xid, tco in cifs_ioctl() [all...] |
H A D | xattr.c | 53 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() argument 70 &info_buf, xid); in cifs_attrib_set() 77 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() argument 94 &info_buf, xid); in cifs_creation_time_set() 107 unsigned int xid; in cifs_xattr_set() local 119 xid = get_xid(); in cifs_xattr_set() 143 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set() 150 rc = cifs_creation_time_set(xid, pTcon, inode, in cifs_xattr_set() 161 rc = pTcon->ses->server->ops->set_EA(xid, pTcon, in cifs_xattr_set() 212 rc = CIFSSMBSetPosixACL(xid, pTco in cifs_xattr_set() 290 unsigned int xid; cifs_xattr_get() local 399 unsigned int xid; cifs_listxattr() local [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcgss.h | 182 __field(u32, xid) 188 __entry->xid = __be32_to_cpu(rqstp->rq_xid); 193 TP_printk("addr=%s xid=0x%08x maj_stat=%s", 194 __get_str(addr), __entry->xid, 218 __field(u32, xid) 223 __entry->xid = be32_to_cpu(rqstp->rq_xid); 227 TP_printk("addr=%s xid=0x%08x", __get_str(addr), __entry->xid) 242 __field(u32, xid) 249 __entry->xid [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcgss.h | 184 __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...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 34 * 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) 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), in ixgbe_fcoe_ddp_put() 133 ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc, int target_mode) ixgbe_fcoe_ddp_setup() argument 344 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_get() argument 365 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_target() argument 396 u16 xid; ixgbe_fcoe_ddp() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 34 * 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) 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), in ixgbe_fcoe_ddp_put() 133 ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc, int target_mode) ixgbe_fcoe_ddp_setup() argument 344 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_get() argument 365 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_target() argument 396 u16 xid; ixgbe_fcoe_ddp() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 22 uint16_t xid; in qedf_initiate_els() local 66 "0x%p cb_arg = %p xid = %x\n", els_req, cb_arg, in qedf_initiate_els() 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() 148 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_ELS, "Entered with xid = 0x%x" in qedf_process_els_compl() 149 " cmd_type = %d.\n", els_req->xid, els_req->cmd_type); in qedf_process_els_compl() 155 "ELS completion xid=0x%x after flush event=0x%x", in qedf_process_els_compl() 156 els_req->xid, els_re in qedf_process_els_compl() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 22 uint16_t xid; in qedf_initiate_els() local 66 "0x%p cb_arg = %p xid = %x\n", els_req, cb_arg, in qedf_initiate_els() 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() 148 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_ELS, "Entered with xid = 0x%x" in qedf_process_els_compl() 149 " cmd_type = %d.\n", els_req->xid, els_req->cmd_type); in qedf_process_els_compl() 155 "ELS completion xid=0x%x after flush event=0x%x", in qedf_process_els_compl() 156 els_req->xid, els_re in qedf_process_els_compl() [all...] |