Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-5.10/fs/cifs/
Dtrace.h17 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, fid, tid, sesid, offset, len),
76 __field(unsigned int, xid)
[all …]
Dcifsproto.h100 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,
113 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *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);
201 int xid, const struct cifs_fid *fid);
203 struct super_block *sb, unsigned int xid);
206 struct super_block *sb, unsigned int xid);
[all …]
Dsmb2proto.h72 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, struct cifs_tcon *tcon,
[all …]
Dsmb2inode.c63 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()
248 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
281 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
321 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
348 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
[all …]
Dlink.c182 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
199 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
215 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in query_mf_symlink() argument
229 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in query_mf_symlink()
249 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
267 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
303 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
324 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink()
340 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
342 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
[all …]
Dsmb1ops.c416 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, struct cifs_tcon *tcon, in cifs_query_path_info() argument
[all …]
Dsmb2file.c38 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()
93 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file()
118 const unsigned int xid) in smb2_unlock_range() argument
180 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
205 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
221 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
237 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
249 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
[all …]
Dxattr.c53 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()
209 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
[all …]
Ddir.c226 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()
412 xid); in cifs_do_create()
416 xid, fid); in cifs_do_create()
455 server->ops->close(xid, tcon, fid); in cifs_do_create()
466 unsigned int xid; in cifs_atomic_open() local
[all …]
Dinode.c348 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) argument
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) argument
489 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
503 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
[all …]
Dioctl.c38 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()
236 xid, tcon, pSMBFile); in cifs_ioctl()
241 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
[all …]
/kernel/linux/linux-4.19/fs/cifs/
Dsmb2proto.h69 extern int open_shroot(unsigned int xid, struct cifs_tcon *tcon,
74 extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
78 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 cifs_tcon *tcon,
91 struct cifs_tcon *tcon, const unsigned int xid);
92 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
94 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
96 extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
[all …]
Dcifsproto.h94 extern int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses,
97 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
105 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses,
120 extern int SendReceiveBlockingLock(const unsigned int xid,
148 extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses,
159 struct file_lock *flock, const unsigned int xid);
170 unsigned int xid);
183 int xid, const struct cifs_fid *fid);
186 struct super_block *sb, unsigned int xid);
188 unsigned int xid, char *full_path, __u32 dosattr);
[all …]
Dtrace.h27 TP_PROTO(unsigned int xid,
34 TP_ARGS(xid, fid, tid, sesid, offset, len, rc),
36 __field(unsigned int, xid)
45 __entry->xid = xid;
54 __entry->xid, __entry->sesid, __entry->tid, __entry->fid,
60 TP_PROTO(unsigned int xid, \
67 TP_ARGS(xid, fid, tid, sesid, offset, len, rc))
75 TP_PROTO(unsigned int xid,
81 TP_ARGS(xid, fid, tid, sesid, offset, len),
83 __field(unsigned int, xid)
[all …]
Dsmb2inode.c41 smb2_open_op_close(const unsigned int xid, struct cifs_tcon *tcon, in smb2_open_op_close() argument
57 rc = open_shroot(xid, tcon, &fid); in smb2_open_op_close()
74 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb2_open_op_close()
86 tmprc = SMB2_query_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
97 tmprc = SMB2_rmdir(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
101 tmprc = SMB2_rename(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
105 tmprc = SMB2_set_hardlink(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
109 tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
114 tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
126 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_open_op_close()
[all …]
Dlink.c182 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
199 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
215 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in query_mf_symlink() argument
229 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in query_mf_symlink()
249 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
267 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
303 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
324 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink()
340 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
342 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
[all …]
Dsmb1ops.c428 cifs_negotiate(const unsigned int xid, struct cifs_ses *ses) in cifs_negotiate() argument
431 rc = CIFSSMBNegotiate(xid, ses); in cifs_negotiate()
435 rc = CIFSSMBNegotiate(xid, ses); in cifs_negotiate()
519 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in cifs_qfs_tcon() argument
521 CIFSSMBQFSDeviceInfo(xid, tcon); in cifs_qfs_tcon()
522 CIFSSMBQFSAttributeInfo(xid, tcon); in cifs_qfs_tcon()
526 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() argument
536 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible()
541 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible()
548 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_path_info() argument
[all …]
Dsmb2file.c38 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()
73 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
90 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
110 const unsigned int xid) in smb2_unlock_range() argument
167 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
192 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
208 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
224 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
236 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
[all …]
Dinode.c339 unsigned int xid; local
347 xid = get_xid();
348 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
357 free_xid(xid);
363 struct super_block *sb, unsigned int xid) argument
380 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
395 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
435 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
483 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
497 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
[all …]
Ddir.c227 cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, in cifs_do_create() argument
257 oflags, oplock, &fid->netfid, xid); in cifs_do_create()
266 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_do_create()
280 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_do_create()
373 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_do_create()
402 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid, in cifs_do_create()
418 xid); in cifs_do_create()
421 xid, fid); in cifs_do_create()
460 server->ops->close(xid, tcon, fid); in cifs_do_create()
471 unsigned int xid; in cifs_atomic_open() local
[all …]
Dioctl.c37 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument
75 rc = cifs_file_copychunk_range(xid, src_file.file, 0, dst_file, 0, in cifs_ioctl_copychunk()
86 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument
125 unsigned int xid; in cifs_ioctl() local
132 xid = get_xid(); in cifs_ioctl()
145 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl()
192 xid, tcon, pSMBFile); in cifs_ioctl()
197 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
204 rc = tcon->ses->server->ops->set_integrity(xid, in cifs_ioctl()
213 rc = smb_mnt_get_fsinfo(xid, tcon, (void __user *)arg); in cifs_ioctl()
[all …]
Dxattr.c56 unsigned int xid; in cifs_xattr_set() local
68 xid = get_xid(); in cifs_xattr_set()
93 rc = pTcon->ses->server->ops->set_EA(xid, pTcon, in cifs_xattr_set()
129 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
141 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
151 free_xid(xid); in cifs_xattr_set()
207 unsigned int xid; in cifs_xattr_get() local
219 xid = get_xid(); in cifs_xattr_get()
245 rc = pTcon->ses->server->ops->query_all_EAs(xid, pTcon, in cifs_xattr_get()
280 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, in cifs_xattr_get()
[all …]
/kernel/linux/linux-5.10/include/trace/events/
Drpcgss.h182 __field(u32, xid)
188 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
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 = __be32_to_cpu(rqstp->rq_xid);
254 __get_str(addr), __entry->xid,
270 __field(u32, xid)
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c44 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument
56 if (xid >= netdev->fcoe_ddp_xid) in ixgbe_fcoe_ddp_put()
61 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put()
74 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(0, xid), 0); in ixgbe_fcoe_ddp_put()
75 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(3, xid), in ixgbe_fcoe_ddp_put()
76 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put()
79 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(2, xid), 0); in ixgbe_fcoe_ddp_put()
82 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
83 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put()
86 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c43 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument
55 if (xid >= netdev->fcoe_ddp_xid) in ixgbe_fcoe_ddp_put()
60 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put()
73 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(0, xid), 0); in ixgbe_fcoe_ddp_put()
74 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(3, xid), in ixgbe_fcoe_ddp_put()
75 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put()
78 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(2, xid), 0); in ixgbe_fcoe_ddp_put()
81 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
82 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put()
85 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
[all …]

12345678