| /linux/fs/smb/client/ |
| H A D | smb2proto.h | 56 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 D | trace.h | 248 unsigned int xid, 256 xid, fid, tid, sesid, offset, len, rc), 260 __field(unsigned int, xid) 271 __entry->xid = xid; 279 TP_printk("R=%08x[%x] xid=%u sid=0x%llx tid=0x%x fid=0x%llx offset=0x%llx len=0x%x rc=%d", 281 __entry->xid, __entry->sesid, __entry->tid, __entry->fid, 289 unsigned int xid, \ 296 TP_ARGS(rreq_debug_id, rreq_debug_index, xid, fid, tid, sesid, offset, len, rc)) 303 TP_PROTO(unsigned int xid, [all...] |
| H A D | smb1ops.c | 21 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() 120 if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) { in reset_cifs_unix_caps() 143 unsigned int xid) in send_nt_cancel() argument 190 unsigned int xid) in send_lock_cancel() argument 206 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel() 216 unsigned int xid) in cifs_send_cancel() argument 219 return send_lock_cancel(ses, server, rqst, mid, xid); in cifs_send_cancel() 220 return send_nt_cancel(ses, server, rqst, mid, xid); in cifs_send_cancel() 411 cifs_negotiate(const unsigned int xid, in cifs_negotiate() argument 497 cifs_qfs_tcon(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb) cifs_qfs_tcon() argument 505 cifs_is_path_accessible(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,const char * full_path) cifs_is_path_accessible() argument 526 cifs_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) cifs_query_path_info() argument 734 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 760 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 850 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 872 cifs_open_file(const unsigned int xid,struct cifs_open_parms * oparms,__u32 * oplock,void * buf) cifs_open_file() argument 909 cifs_close_file(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_fid * fid) cifs_close_file() argument 916 cifs_flush_file(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_fid * fid) cifs_flush_file() argument 923 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 932 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 943 smb_set_file_info(struct inode * inode,const char * full_path,FILE_BASIC_INFO * buf,const unsigned int xid) smb_set_file_info() argument 1112 cifs_set_compression(const unsigned int xid,struct cifs_tcon * tcon,struct cifsFileInfo * cfile) cifs_set_compression() argument 1119 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 1134 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 1142 cifs_close_dir(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_fid * fid) cifs_close_dir() argument 1161 cifs_queryfs(const unsigned int xid,struct cifs_tcon * tcon,const char * path,struct cifs_sb_info * cifs_sb,struct kstatfs * buf) cifs_queryfs() argument 1193 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 1202 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 1225 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 1283 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 | link.c | 136 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, &oparms, &oplock, NULL); in cifs_create_mf_symlink() [all …]
|
| H A D | smb2inode.c | 200 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument 322 trace_smb3_query_info_compound_enter(xid, tcon->tid, in smb2_compound_op() 341 trace_smb3_posix_query_info_compound_enter(xid, tcon->tid, in smb2_compound_op() 349 trace_smb3_mkdir_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 367 trace_smb3_unlink_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 385 trace_smb3_set_eof_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 402 trace_smb3_set_info_compound_enter(xid, tcon->tid, in smb2_compound_op() 430 trace_smb3_rename_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 456 trace_smb3_hardlink_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 470 trace_smb3_set_reparse_compound_enter(xid, tcon->tid, in smb2_compound_op() [all …]
|
| H A D | inode.c | 411 unsigned int xid; in cifs_get_file_info_unix() 419 xid = get_xid(); in cifs_get_file_info_unix() 429 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data); in cifs_get_unix_fattr() 440 free_xid(xid); in cifs_get_unix_fattr() 448 const unsigned int xid) in cifs_get_unix_fattr() 466 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, in cifs_get_unix_fattr() 485 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path); in cifs_get_inode_info_unix() argument 492 rc = server->ops->query_symlink(xid, tcon, in cifs_get_inode_info_unix() 502 struct super_block *sb, unsigned int xid) in cifs_get_unix_fattr() 507 rc = cifs_get_unix_fattr(full_path, sb, &fattr, pinode, xid); in cifs_get_unix_fattr() 394 unsigned int xid; cifs_get_file_info_unix() local 431 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 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 2824 unsigned int xid; global() local 3026 cifs_file_set_size(const unsigned int xid,struct dentry * dentry,const char * full_path,struct cifsFileInfo * open_file,loff_t size) global() argument 3102 unsigned int xid; global() local 3283 unsigned int xid; global() local [all...] |
| H A D | dir.c | 202 const char *full_path, unsigned int xid, argument 236 oflags, oplock, &fid->netfid, xid); 245 CIFSSMBClose(xid, tcon, fid->netfid); 251 CIFSSMBClose(xid, tcon, fid->netfid); 264 CIFSSMBClose(xid, tcon, fid->netfid); 381 rc = server->ops->open(xid, &oparms, oplock, buf); 418 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid, 425 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/ 434 xid); 440 rc = cifs_get_inode_info(&newinode, full_path, buf, dir->i_sb, xid, fi 478 cifs_do_create(struct inode * dir,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,struct inode ** inode) global() argument 522 unsigned int xid; global() local 640 unsigned int xid = get_xid(); global() local 695 unsigned int xid; global() local 745 unsigned int xid; global() local 1031 set_tmpfile_attr(const unsigned int xid,unsigned int oflags,struct inode * inode,const char * full_path,struct TCP_Server_Info * server) global() argument 1071 unsigned int xid; global() local [all...] |
| H A D | smb2file.c | 150 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument 185 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 192 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 207 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file() 227 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 244 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file() 269 const unsigned int xid) in smb2_unlock_range() argument 329 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 354 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 370 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument [all …]
|
| H A D | smb2ops.c | 468 smb2_negotiate(const unsigned int xid, in smb2_negotiate() argument 477 rc = SMB2_negotiate(xid, ses, server); in smb2_negotiate() 829 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() argument 850 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces() 883 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() argument 902 rc = open_cached_dir(xid, tcon, "", cifs_sb, false, &cfid); in smb3_qfs_tcon() 906 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL, in smb3_qfs_tcon() 911 SMB3_request_interfaces(xid, tcon, true /* called during mount */); in smb3_qfs_tcon() 913 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 915 SMB2_QFS_attr(xid, tco in smb3_qfs_tcon() 928 smb2_qfs_tcon(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb) smb2_qfs_tcon() argument 959 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 1023 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 1031 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 1132 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 1181 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 1499 smb2_close_file(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_fid * fid) smb2_close_file() argument 1506 smb2_close_getattr(const unsigned int xid,struct cifs_tcon * tcon,struct cifsFileInfo * cfile) smb2_close_getattr() argument 1545 SMB2_request_res_key(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,struct copychunk_ioctl_req * pcchunk) SMB2_request_res_key() argument 1577 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 1881 smb2_copychunk_range(const unsigned int xid,struct cifsFileInfo * src_file,struct cifsFileInfo * dst_file,u64 src_off,u64 len,u64 dst_off) smb2_copychunk_range() argument 2072 smb2_flush_file(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_fid * fid) smb2_flush_file() argument 2099 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 2109 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 2120 smb2_set_sparse(const unsigned int xid,struct cifs_tcon * tcon,struct cifsFileInfo * cfile,struct inode * inode,__u8 setsparse) smb2_set_sparse() argument 2166 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 2189 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 2248 smb2_set_compression(const unsigned int xid,struct cifs_tcon * tcon,struct cifsFileInfo * cfile) smb2_set_compression() argument 2256 smb3_set_integrity(const unsigned int xid,struct cifs_tcon * tcon,struct cifsFileInfo * cfile) smb3_set_integrity() argument 2286 smb3_enum_snapshots(const unsigned int xid,struct cifs_tcon * tcon,struct cifsFileInfo * cfile,void __user * ioc_buf) smb3_enum_snapshots() argument 2370 smb3_notify(const unsigned int xid,struct file * pfile,void __user * ioc_buf,bool return_changes) smb3_notify() argument 2453 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 2595 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 2604 smb2_close_dir(const unsigned int xid,struct cifs_tcon * tcon,struct cifs_fid * fid) smb2_close_dir() argument 2829 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 2989 smb2_queryfs(const unsigned int xid,struct cifs_tcon * tcon,const char * path,struct cifs_sb_info * cifs_sb,struct kstatfs * buf) smb2_queryfs() argument 3026 smb311_queryfs(const unsigned int xid,struct cifs_tcon * tcon,const char * path,struct cifs_sb_info * cifs_sb,struct kstatfs * buf) smb311_queryfs() argument 3072 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 3101 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 3212 unsigned int xid; get_smb2_acl_by_fid() local 3242 unsigned int xid; get_smb2_acl_by_path() local 3307 unsigned int xid; set_smb2_acl() local 3380 smb3_zero_data(struct file * file,struct cifs_tcon * tcon,loff_t offset,loff_t len,unsigned int xid) smb3_zero_data() argument 3407 unsigned int xid; smb3_zero_range() local 3479 unsigned int xid; smb3_punch_hole() local 3539 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 3576 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 3667 unsigned int xid; smb3_simple_falloc() local 3789 unsigned int xid; smb3_collapse_range() local 3845 unsigned int xid; smb3_insert_range() local 3907 unsigned int xid; smb3_llseek() local 3987 unsigned int xid; smb3_fiemap() local 5229 __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,const char * symname) __cifs_sfu_make_node() argument 5351 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) cifs_sfu_make_node() argument 5378 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...] |
| H A D | cifsproto.h | 38 void _free_xid(unsigned int xid); 52 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() 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); 119 send_cancel(struct cifs_ses * ses,struct TCP_Server_Info * server,struct smb_rqst * rqst,struct mid_q_entry * mid,unsigned int xid) send_cancel() argument 404 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 420 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 | file.c | 59 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() argument 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() argument 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() 920 unsigned int xid; _cifsFileInfo_put() local 953 cifs_file_flush(const unsigned int xid,struct inode * inode,struct cifsFileInfo * cfile) cifs_file_flush() argument 979 cifs_do_truncate(const unsigned int xid,struct dentry * dentry) cifs_do_truncate() argument 1027 unsigned int xid; cifs_open() local 1236 unsigned int xid; cifs_reopen_file() local 1530 unsigned int xid; cifs_closedir() local 1725 cifs_lock_add_if(struct cifsFileInfo * cfile,struct cifsLockInfo * lock,bool wait,unsigned int xid) cifs_lock_add_if() argument 1831 unsigned int xid; cifs_push_mandatory_locks() local 1930 int rc = 0, xid, type; cifs_push_posix_locks() local 2094 cifs_getlk(struct file * file,struct file_lock * flock,__u32 type,bool wait_flag,bool posix_lck,unsigned int xid) cifs_getlk() argument 2208 cifs_unlock_range(struct cifsFileInfo * cfile,struct file_lock * flock,unsigned int xid) cifs_unlock_range() argument 2321 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 2415 int rc, xid; cifs_flock() local 2471 int rc, xid; cifs_lock() local 2798 unsigned int xid; cifs_strict_fsync() local 2825 unsigned int xid; cifs_fsync() local 3109 int xid, rc = 0; cifs_file_strict_mmap_prepare() local 3127 int rc, xid; cifs_file_mmap_prepare() local [all...] |
| H A D | xattr.c | 45 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() 276 unsigned int xid; cifs_xattr_get() local 391 unsigned int xid; cifs_listxattr() local [all...] |
| H A D | ioctl.c | 25 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 int cifs_set_compression_by_path(unsigned int xid, struct file *filep, in cifs_ioctl_copychunk() argument 110 rc = server->ops->open(xid, &oparms, &oplock, NULL); in cifs_ioctl_copychunk() 121 rc = server->ops->query_file_info(xid, tcon, tmp_cfile, &data); in smb_mnt_get_tcon_info() 131 rc = server->ops->set_compression(xid, tcon, tmp_cfile, in smb_mnt_get_fsinfo() 135 server->ops->close(xid, tcon, &fid); in smb_mnt_get_fsinfo() 144 static int cifs_ioctl_set_compression(unsigned int xid, struct file *filep, in smb_mnt_get_fsinfo() 158 rc = tcon->ses->server->ops->set_compression(xid, tcon, cfile, in smb_mnt_get_fsinfo() 167 rc = wtcon->ses->server->ops->set_compression(xid, wtco in cifs_shutdown() 130 smb_mnt_get_fsinfo(unsigned int xid,struct cifs_tcon * tcon,void __user * arg) smb_mnt_get_fsinfo() argument 353 unsigned int xid; cifs_ioctl() local [all...] |
| H A D | cifssmb.c | 423 CIFSSMBNegotiate(const unsigned int xid, in CIFSSMBNegotiate() argument 471 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBNegotiate() 541 CIFSTCon(const unsigned int xid, struct cifs_ses *ses, in CIFSTCon() argument 608 rc = SendReceive(xid, ses, smb_buffer, in_len, smb_buffer_response, in CIFSTCon() 670 reset_cifs_unix_caps(xid, tcon, NULL, NULL); in CIFSTCon() 678 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis() argument 709 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, in_len, 0); in CIFSSMBTDis() 782 CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses) in CIFSSMBLogoff() argument 822 rc = SendReceiveNoRsp(xid, ses, (char *) pSMB, in_len, 0); in CIFSSMBLogoff() 836 CIFSPOSIXDelFile(const unsigned int xid, struc argument 912 CIFSSMBDelFile(const unsigned int xid,struct cifs_tcon * tcon,const char * name,struct cifs_sb_info * cifs_sb,struct dentry * dentry) CIFSSMBDelFile() argument 958 CIFSSMBRmDir(const unsigned int xid,struct cifs_tcon * tcon,const char * name,struct cifs_sb_info * cifs_sb) CIFSSMBRmDir() argument 1003 CIFSSMBMkDir(const unsigned int xid,struct inode * inode,umode_t mode,struct cifs_tcon * tcon,const char * name,struct cifs_sb_info * cifs_sb) CIFSSMBMkDir() argument 1049 CIFSPOSIXCreate(const unsigned int xid,struct cifs_tcon * tcon,__u32 posix_flags,__u64 mode,__u16 * netfid,FILE_UNIX_BASIC_INFO * pRetData,__u32 * pOplock,const char * name,const struct nls_table * nls_codepage,int remap) CIFSPOSIXCreate() argument 1233 SMBLegacyOpen(const unsigned int xid,struct cifs_tcon * tcon,const char * fileName,const int openDisposition,const int access_flags,const int create_options,__u16 * netfid,int * pOplock,FILE_ALL_INFO * pfile_info,const struct nls_table * nls_codepage,int remap) SMBLegacyOpen() argument 1339 CIFS_open(const unsigned int xid,struct cifs_open_parms * oparms,int * oplock,FILE_ALL_INFO * buf) CIFS_open() argument 1645 CIFSSMBRead(const unsigned int xid,struct cifs_io_parms * io_parms,unsigned int * nbytes,char ** buf,int * pbuf_type) CIFSSMBRead() argument 1758 CIFSSMBWrite(const unsigned int xid,struct cifs_io_parms * io_parms,unsigned int * nbytes,const char * buf) CIFSSMBWrite() argument 2042 CIFSSMBWrite2(const unsigned int xid,struct cifs_io_parms * io_parms,unsigned int * nbytes,struct kvec * iov,int n_vec) CIFSSMBWrite2() argument 2148 cifs_lockv(const unsigned int xid,struct cifs_tcon * tcon,const __u16 netfid,const __u8 lock_type,const __u32 num_unlock,const __u32 num_lock,LOCKING_ANDX_RANGE * buf) cifs_lockv() argument 2196 CIFSSMBLock(const unsigned int xid,struct cifs_tcon * tcon,const __u16 smb_file_id,const __u32 netpid,const __u64 len,const __u64 offset,const __u32 numUnlock,const __u32 numLock,const __u8 lockType,const bool waitFlag,const __u8 oplock_level) CIFSSMBLock() argument 2268 CIFSSMBPosixLock(const unsigned int xid,struct cifs_tcon * tcon,const __u16 smb_file_id,const __u32 netpid,const loff_t start_offset,const __u64 len,struct file_lock * pLockData,const __u16 lock_type,const bool waitFlag) CIFSSMBPosixLock() argument 2402 CIFSSMBClose(const unsigned int xid,struct cifs_tcon * tcon,int smb_file_id) CIFSSMBClose() argument 2439 CIFSSMBFlush(const unsigned int xid,struct cifs_tcon * tcon,int smb_file_id) CIFSSMBFlush() argument 2463 CIFSSMBRename(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) CIFSSMBRename() argument 2530 CIFSSMBRenameOpenFile(const unsigned int xid,struct cifs_tcon * pTcon,int netfid,const char * target_name,const struct nls_table * nls_codepage,int remap) CIFSSMBRenameOpenFile() argument 2615 CIFSUnixCreateSymLink(const unsigned int xid,struct cifs_tcon * tcon,const char * fromName,const char * toName,const struct nls_table * nls_codepage,int remap) CIFSUnixCreateSymLink() argument 2703 CIFSUnixCreateHardLink(const unsigned int xid,struct cifs_tcon * tcon,const char * fromName,const char * toName,const struct nls_table * nls_codepage,int remap) CIFSUnixCreateHardLink() argument 2786 CIFSCreateHardLink(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) CIFSCreateHardLink() argument 2859 CIFSSMBUnixQuerySymLink(const unsigned int xid,struct cifs_tcon * tcon,const unsigned char * searchName,char ** symlinkinfo,const struct nls_table * nls_codepage,int remap) CIFSSMBUnixQuerySymLink() argument 2954 cifs_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) cifs_query_reparse_point() argument 3087 cifs_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) cifs_create_reparse_inode() argument 3209 CIFSSMB_set_compression(const unsigned int xid,struct cifs_tcon * tcon,__u16 fid) CIFSSMB_set_compression() argument 3439 cifs_do_get_acl(const unsigned int xid,struct cifs_tcon * tcon,const unsigned char * searchName,struct posix_acl ** acl,const int acl_type,const struct nls_table * nls_codepage,int remap) cifs_do_get_acl() argument 3533 cifs_do_set_acl(const unsigned int xid,struct cifs_tcon * tcon,const unsigned char * fileName,const struct posix_acl * acl,const int acl_type,const struct nls_table * nls_codepage,int remap) cifs_do_set_acl() argument 3610 cifs_do_get_acl(const unsigned int xid,struct cifs_tcon * tcon,const unsigned char * searchName,struct posix_acl ** acl,const int acl_type,const struct nls_table * nls_codepage,int remap) cifs_do_get_acl() argument 3618 cifs_do_set_acl(const unsigned int xid,struct cifs_tcon * tcon,const unsigned char * fileName,const struct posix_acl * acl,const int acl_type,const struct nls_table * nls_codepage,int remap) cifs_do_set_acl() argument 3628 CIFSGetExtAttr(const unsigned int xid,struct cifs_tcon * tcon,const int netfid,__u64 * pExtAttrBits,__u64 * pMask) CIFSGetExtAttr() argument 3808 CIFSSMBGetCIFSACL(const unsigned int xid,struct cifs_tcon * tcon,__u16 fid,struct smb_ntsd ** acl_inf,__u32 * pbuflen,__u32 info) CIFSSMBGetCIFSACL() argument 3900 CIFSSMBSetCIFSACL(const unsigned int xid,struct cifs_tcon * tcon,__u16 fid,struct smb_ntsd * pntsd,__u32 acllen,int aclflag) CIFSSMBSetCIFSACL() argument 3966 SMBQueryInformation(const unsigned int xid,struct cifs_tcon * tcon,const char * search_name,FILE_ALL_INFO * data,const struct nls_table * nls_codepage,int remap) SMBQueryInformation() argument 4036 CIFSSMBQFileInfo(const unsigned int xid,struct cifs_tcon * tcon,u16 netfid,FILE_ALL_INFO * pFindData) CIFSSMBQFileInfo() argument 4108 CIFSSMBQPathInfo(const unsigned int xid,struct cifs_tcon * tcon,const char * search_name,FILE_ALL_INFO * data,int legacy,const struct nls_table * nls_codepage,int remap) CIFSSMBQPathInfo() argument 4212 CIFSSMBUnixQFileInfo(const unsigned int xid,struct cifs_tcon * tcon,u16 netfid,FILE_UNIX_BASIC_INFO * pFindData) CIFSSMBUnixQFileInfo() argument 4283 CIFSSMBUnixQPathInfo(const unsigned int xid,struct cifs_tcon * tcon,const unsigned char * searchName,FILE_UNIX_BASIC_INFO * pFindData,const struct nls_table * nls_codepage,int remap) CIFSSMBUnixQPathInfo() argument 4368 CIFSFindFirst(const unsigned int xid,struct cifs_tcon * tcon,const char * searchName,struct cifs_sb_info * cifs_sb,__u16 * pnetfid,__u16 search_flags,struct cifs_search_info * psrch_inf,bool msearch) CIFSFindFirst() argument 4521 CIFSFindNext(const unsigned int xid,struct cifs_tcon * tcon,__u16 searchHandle,__u16 search_flags,struct cifs_search_info * psrch_inf) CIFSFindNext() argument 4649 CIFSFindClose(const unsigned int xid,struct cifs_tcon * tcon,const __u16 searchHandle) CIFSFindClose() argument 4684 CIFSGetSrvInodeNumber(const unsigned int xid,struct cifs_tcon * tcon,const char * search_name,__u64 * inode_number,const struct nls_table * nls_codepage,int remap) CIFSGetSrvInodeNumber() argument 4779 CIFSGetDFSRefer(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) CIFSGetDFSRefer() argument 4898 SMBOldQFSInfo(const unsigned int xid,struct cifs_tcon * tcon,struct kstatfs * FSData) SMBOldQFSInfo() argument 4988 CIFSSMBQFSInfo(const unsigned int xid,struct cifs_tcon * tcon,struct kstatfs * FSData) CIFSSMBQFSInfo() argument 5078 CIFSSMBQFSAttributeInfo(const unsigned int xid,struct cifs_tcon * tcon) CIFSSMBQFSAttributeInfo() argument 5151 CIFSSMBQFSDeviceInfo(const unsigned int xid,struct cifs_tcon * tcon) CIFSSMBQFSDeviceInfo() argument 5226 CIFSSMBQFSUnixInfo(const unsigned int xid,struct cifs_tcon * tcon) CIFSSMBQFSUnixInfo() argument 5299 CIFSSMBSetFSUnixInfo(const unsigned int xid,struct cifs_tcon * tcon,__u64 cap) CIFSSMBSetFSUnixInfo() argument 5374 CIFSSMBQFSPosixInfo(const unsigned int xid,struct cifs_tcon * tcon,struct kstatfs * FSData) CIFSSMBQFSPosixInfo() argument 5477 CIFSSMBSetEOF(const unsigned int xid,struct cifs_tcon * tcon,const char * file_name,__u64 size,struct cifs_sb_info * cifs_sb,bool set_allocation,struct dentry * dentry) CIFSSMBSetEOF() argument 5568 CIFSSMBSetFileSize(const unsigned int xid,struct cifs_tcon * tcon,struct cifsFileInfo * cfile,__u64 size,bool set_allocation) CIFSSMBSetFileSize() argument 5646 SMBSetInformation(const unsigned int xid,struct cifs_tcon * tcon,const char * fileName,__le32 attributes,__le64 write_time,const struct nls_table * nls_codepage,struct cifs_sb_info * cifs_sb) SMBSetInformation() argument 5711 CIFSSMBSetFileInfo(const unsigned int xid,struct cifs_tcon * tcon,const FILE_BASIC_INFO * data,__u16 fid,__u32 pid_of_opener) CIFSSMBSetFileInfo() argument 5776 CIFSSMBSetFileDisposition(const unsigned int xid,struct cifs_tcon * tcon,bool delete_file,__u16 fid,__u32 pid_of_opener) CIFSSMBSetFileDisposition() argument 5833 CIFSSMBSetPathInfoFB(const unsigned int xid,struct cifs_tcon * tcon,const char * fileName,const FILE_BASIC_INFO * data,const struct nls_table * nls_codepage,struct cifs_sb_info * cifs_sb) CIFSSMBSetPathInfoFB() argument 5865 CIFSSMBSetPathInfo(const unsigned int xid,struct cifs_tcon * tcon,const char * fileName,const FILE_BASIC_INFO * data,const struct nls_table * nls_codepage,struct cifs_sb_info * cifs_sb) CIFSSMBSetPathInfo() argument 5997 CIFSSMBUnixSetFileInfo(const unsigned int xid,struct cifs_tcon * tcon,const struct cifs_unix_set_info_args * args,u16 fid,u32 pid_of_opener) CIFSSMBUnixSetFileInfo() argument 6063 CIFSSMBUnixSetPathInfo(const unsigned int xid,struct cifs_tcon * tcon,const char * file_name,const struct cifs_unix_set_info_args * args,const struct nls_table * nls_codepage,int remap) CIFSSMBUnixSetPathInfo() argument 6149 CIFSSMBQAllEAs(const unsigned int xid,struct cifs_tcon * tcon,const unsigned char * searchName,const unsigned char * ea_name,char * EAData,size_t buf_size,struct cifs_sb_info * cifs_sb) CIFSSMBQAllEAs() argument 6340 CIFSSMBSetEA(const unsigned int xid,struct cifs_tcon * tcon,const char * fileName,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) CIFSSMBSetEA() argument [all...] |
| H A D | smb2pdu.c | 253 int xid; in smb2_reconnect() local 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() 1102 SMB2_negotiate(const unsigned int xid, in SMB2_negotiate() 1188 rc = cifs_send_recv(xid, ses, server, in SMB2_negotiate() 1353 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() 1435 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate() 1529 unsigned int xid; in SMB2_sess_alloc_buffer() 1654 rc = cifs_send_recv(sess_data->xid, sess_dat in SMB2_sess_establish_session() 1076 SMB2_negotiate(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server) SMB2_negotiate() argument 1327 smb3_validate_negotiate(const unsigned int xid,struct cifs_tcon * tcon) smb3_validate_negotiate() argument 1503 unsigned int xid; global() member 1982 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 2029 SMB2_logoff(const unsigned int xid,struct cifs_ses * ses) SMB2_logoff() argument 2105 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 2246 SMB2_tdis(const unsigned int xid,struct cifs_tcon * tcon) SMB2_tdis() argument 2892 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 3264 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 3483 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 3628 SMB2_set_compression(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid) SMB2_set_compression() argument 3684 __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 3779 SMB2_close(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid) SMB2_close() argument 3890 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 3996 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 4007 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 4019 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 4035 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 4068 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 4389 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 4413 SMB2_flush(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid) SMB2_flush() argument 4857 SMB2_read(const unsigned int xid,struct cifs_io_parms * io_parms,unsigned int * nbytes,char ** buf,int * buf_type) SMB2_read() argument 5086 unsigned int total_len, xid = wdata->xid; smb2_async_writev() local 5263 SMB2_write(const unsigned int xid,struct cifs_io_parms * io_parms,unsigned int * nbytes,struct kvec * iov,int n_vec) SMB2_write() argument 5513 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 5669 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 5807 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 5884 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 5904 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 5914 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 5924 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 6062 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 6131 SMB2_QFS_attr(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,int level) SMB2_QFS_attr() argument 6234 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 6323 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 6340 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 D | reparse.c | 17 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 D | rpcgss.h | 184 __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 …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 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), 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 D | bnx2fc_io.c | 188 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 D | bnx2fc_els.c | 39 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 D | qedf_els.c | 22 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 D | qedf_io.c | 39 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 D | xattr.c | 90 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 D | fc_exch.c | 446 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 D | ctcm_mpc.c | 830 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 …]
|