Searched defs:xid (Results 1 - 25 of 29) sorted by relevance

12

/fs/cifs/
H A Dioctl.c38 static long cifs_ioctl_clone(unsigned int xid, struct file *dst_file, argument
118 rc = target_tcon->ses->server->ops->clone_range(xid,
145 unsigned int xid; local
152 xid = get_xid();
167 rc = CIFSGetExtAttr(xid, tcon,
199 * rc = CIFSSetExtAttr(xid, tcon,
214 xid, tcon, pSMBFile);
219 rc = cifs_ioctl_clone(xid, filep, arg, 0, 0, 0);
226 free_xid(xid);
H A Dsmb2file.c38 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, argument
66 rc = SMB2_open(xid, oparms, smb2_path, smb2_oplock, smb2_data, NULL);
72 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid,
92 const unsigned int xid)
147 stored_rc = smb2_lockv(xid, tcon,
172 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid,
188 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, argument
204 stored_rc = smb2_lockv(xid, tcon,
216 stored_rc = smb2_lockv(xid, tcon,
231 unsigned int xid; local
91 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, const unsigned int xid) argument
[all...]
H A Dxattr.c44 unsigned int xid; local
65 xid = get_xid();
88 rc = pTcon->ses->server->ops->set_EA(xid, pTcon,
94 free_xid(xid);
105 unsigned int xid; local
126 xid = get_xid();
156 rc = pTcon->ses->server->ops->set_EA(xid, pTcon,
166 rc = pTcon->ses->server->ops->set_EA(xid, pTcon,
198 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path,
210 rc = CIFSSMBSetPosixACL(xid, pTco
240 unsigned int xid; local
376 unsigned int xid; local
[all...]
H A Dcifs_dfs_ref.c284 unsigned int xid; local
312 xid = get_xid();
313 rc = get_dfs_path(xid, ses, full_path + 1, cifs_sb->local_nls,
316 free_xid(xid);
H A Dmisc.c39 /* The xid serves as a useful identifier for each incoming vfs request,
48 unsigned int xid; local
58 xid = GlobalCurrentXid++;
60 return xid;
64 _free_xid(unsigned int xid) argument
H A Dsess.c525 unsigned int xid; member in struct:sess_data
633 rc = SendReceive2(sess_data->xid, sess_data->ses,
1404 int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses, argument
1423 sess_data->xid = xid;
H A Dsmb2inode.c41 smb2_open_op_close(const unsigned int xid, struct cifs_tcon *tcon, argument
63 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL);
73 tmprc = SMB2_query_info(xid, tcon, fid.persistent_fid,
84 tmprc = SMB2_rename(xid, tcon, fid.persistent_fid,
88 tmprc = SMB2_set_hardlink(xid, tcon, fid.persistent_fid,
92 tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid,
97 tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid,
106 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid);
124 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, argument
139 rc = smb2_open_op_close(xid, tco
160 smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) argument
169 smb2_mkdir_setinfo(struct inode *inode, const char *name, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
190 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) argument
199 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) argument
208 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) argument
229 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) argument
238 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) argument
247 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) argument
258 smb2_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) argument
[all...]
H A Ddir.c194 cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, argument
224 oflags, oplock, &fid->netfid, xid);
240 CIFSSMBClose(xid, tcon, fid->netfid);
333 rc = server->ops->open(xid, &oparms, oplock, buf);
362 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid,
369 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/
378 xid);
381 xid, fid);
403 server->ops->close(xid, tcon, fid);
421 unsigned int xid; local
528 unsigned int xid = get_xid(); local
572 unsigned int xid; local
712 unsigned int xid; local
[all...]
H A Dlink.c204 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, argument
221 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon,
237 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, argument
251 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
271 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, argument
289 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
325 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, argument
346 rc = CIFS_open(xid, &oparms, &oplock, &file_info);
362 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type);
364 CIFSSMBClose(xid, tco
369 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) argument
412 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const unsigned char *path, char *pbuf, unsigned int *pbytes_read) argument
474 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const unsigned char *path, char *pbuf, unsigned int *pbytes_written) argument
544 unsigned int xid; local
634 unsigned int xid; local
690 unsigned int xid; local
[all...]
H A Dreaddir.c230 unsigned int xid)
239 rc = CIFSSMBOpen(xid, ptcon, full_path, FILE_OPEN, GENERIC_READ,
245 rc = CIFSSMBQueryReparseLinkInfo(xid, ptcon, full_path,
250 if (CIFSSMBClose(xid, ptcon, fid)) {
258 initiate_cifs_search(const unsigned int xid, struct file *file) argument
324 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb,
555 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, argument
596 server->ops->close_dir(xid, tcon, &cfile->fid);
609 rc = initiate_cifs_search(xid, file);
627 rc = server->ops->query_dir_next(xid, tco
766 unsigned int xid; local
[all...]
H A Dtransport.c601 SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses, argument
611 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags);
706 SendReceive2(const unsigned int xid, struct cifs_ses *ses, argument
835 SendReceive(const unsigned int xid, struct cifs_ses *ses, argument
948 send_lock_cancel(const unsigned int xid, struct cifs_tcon *tcon, argument
965 return SendReceive(xid, ses, in_buf, out_buf,
970 SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *tcon, argument
1067 rc = send_lock_cancel(xid, tcon, in_buf, out_buf);
H A Dcifsacl.c871 unsigned int xid; local
878 xid = get_xid();
879 rc = CIFSSMBGetCIFSACL(xid, tlink_tcon(tlink), cifsfid->netfid, &pntsd,
881 free_xid(xid);
896 unsigned int xid; local
907 xid = get_xid();
921 rc = CIFS_open(xid, &oparms, &oplock, NULL);
923 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen);
924 CIFSSMBClose(xid, tcon, fid.netfid);
928 free_xid(xid);
959 unsigned int xid; local
[all...]
H A Dcifsfs.c187 unsigned int xid; local
190 xid = get_xid();
204 rc = server->ops->queryfs(xid, tcon, buf);
206 free_xid(xid);
H A Dinode.c334 unsigned int xid; local
342 xid = get_xid();
343 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
352 free_xid(xid);
358 struct super_block *sb, unsigned int xid)
375 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
391 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
413 struct cifs_sb_info *cifs_sb, unsigned int xid)
459 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
473 rc = tcon->ses->server->ops->sync_read(xid,
356 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, unsigned int xid) argument
412 cifs_sfu_type(struct cifs_fattr *fattr, const char *path, struct cifs_sb_info *cifs_sb, unsigned int xid) argument
527 cifs_sfu_mode(struct cifs_fattr *fattr, const unsigned char *path, struct cifs_sb_info *cifs_sb, unsigned int xid) argument
641 unsigned int xid; local
690 cifs_get_inode_info(struct inode **inode, const char *full_path, FILE_ALL_INFO *data, struct super_block *sb, int xid, const struct cifs_fid *fid) argument
956 unsigned int xid; local
1009 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, char *full_path, __u32 dosattr) argument
1063 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, const unsigned int xid) argument
1208 unsigned int xid; local
1316 cifs_mkdir_qinfo(struct inode *parent, struct dentry *dentry, umode_t mode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
1388 cifs_posix_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
1453 unsigned int xid; local
1517 unsigned int xid; local
1581 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, const char *from_path, struct dentry *to_dentry, const char *to_path) argument
1651 unsigned int xid; local
1868 unsigned int xid; local
2003 cifs_set_file_size(struct inode *inode, struct iattr *attrs, unsigned int xid, char *full_path) argument
2111 unsigned int xid; local
2251 unsigned int xid; local
[all...]
H A Dsmb1ops.c424 cifs_negotiate(const unsigned int xid, struct cifs_ses *ses) argument
427 rc = CIFSSMBNegotiate(xid, ses);
431 rc = CIFSSMBNegotiate(xid, ses);
515 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) argument
517 CIFSSMBQFSDeviceInfo(xid, tcon);
518 CIFSSMBQFSAttributeInfo(xid, tcon);
522 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, argument
532 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info,
537 rc = SMBQueryInformation(xid, tcon, full_path, file_info,
544 cifs_query_path_info(const unsigned int xid, struc argument
594 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) argument
615 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, FILE_ALL_INFO *data) argument
688 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
708 cifs_open_file(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, FILE_ALL_INFO *buf) argument
732 cifs_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
739 cifs_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
746 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *bytes_read, char **buf, int *buf_type) argument
755 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *written, struct kvec *iov, unsigned long nr_segs) argument
765 smb_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) argument
840 cifs_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) argument
847 cifs_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
857 cifs_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
865 cifs_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
881 cifs_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *buf) argument
913 cifs_mand_lock(const unsigned int xid, struct cifsFileInfo *cfile, __u64 offset, __u64 length, __u32 type, int lock, int unlock, bool wait) argument
922 cifs_unix_dfs_readlink(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage) argument
949 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, const char *full_path, char **target_path, struct cifs_sb_info *cifs_sb) argument
[all...]
H A Dsmb2ops.c213 smb2_negotiate(const unsigned int xid, struct cifs_ses *ses) argument
217 rc = SMB2_negotiate(xid, ses);
258 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon) argument
264 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,
286 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) argument
301 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL);
306 SMB3_request_interfaces(xid, tcon);
309 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid,
311 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid,
313 SMB2_QFS_attr(xid, tco
320 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) argument
348 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) argument
380 smb2_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) argument
389 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, FILE_ALL_INFO *data) argument
537 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
544 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct copychunk_ioctl *pcchunk) argument
574 smb2_clone_range(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) argument
695 smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
717 smb2_sync_read(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *bytes_read, char **buf, int *buf_type) argument
727 smb2_sync_write(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *written, struct kvec *iov, unsigned long nr_segs) argument
738 smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct inode *inode, __u8 setsparse) argument
784 smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_alloc) argument
808 smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) argument
816 smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
857 smb2_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) argument
866 smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) argument
908 smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *buf) argument
942 smb2_mand_lock(const unsigned int xid, struct cifsFileInfo *cfile, __u64 offset, __u64 length, __u32 type, int lock, int unlock, bool wait) argument
971 smb2_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, const char *full_path, char **target_path, struct cifs_sb_info *cifs_sb) argument
1029 unsigned int xid; local
1079 unsigned int xid; local
[all...]
H A Dsmb2pdu.c323 SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses) argument
374 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, flags);
449 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) argument
487 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,
526 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, argument
662 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype,
747 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses) argument
773 rc = SendReceiveNoRsp(xid, ses, (char *) &req->hdr, 0);
799 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, argument
858 rc = SendReceive2(xid, se
917 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) argument
1069 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct smb2_err_rsp **err_buf) argument
1215 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 opcode, bool is_fsctl, char *in_data, u32 indatalen, char **out_data, u32 *plen ) argument
1354 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
1375 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
1477 query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u8 info_class, size_t output_len, size_t min_len, void *data) argument
1531 SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_all_info *data) argument
1542 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) argument
1603 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
1821 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, char **buf, int *buf_type) argument
2011 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, struct kvec *iov, int n_vec) argument
2109 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int index, struct cifs_search_info *srch_inf) argument
2233 send_set_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, int info_class, unsigned int num, void **data, unsigned int *size) argument
2303 SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le16 *target_file) argument
2335 SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le16 *target_file) argument
2366 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, __le64 *eof, bool is_falloc) argument
2387 SMB2_set_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, FILE_BASIC_INFO *buf) argument
2398 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, const u64 persistent_fid, const u64 volatile_fid, __u8 oplock_level) argument
2472 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) argument
2509 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int level) argument
2572 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u32 num_lock, struct smb2_lock_element *buf) argument
2614 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u64 length, const __u64 offset, const __u32 lock_flags, const bool wait) argument
2631 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon, __u8 *lease_key, const __le32 lease_state) argument
[all...]
/fs/jffs2/
H A Dxattr.h33 uint32_t xid; member in struct:jffs2_xattr_datum
60 uint32_t xid; /* only used in sccanning/building */ member in union:jffs2_xattr_ref::__anon261
78 uint32_t xid, uint32_t version);
H A Dscan.c332 uint32_t xid, version, totlen, crc; local
344 xid = je32_to_cpu(rx->xid);
357 xd = jffs2_setup_xattr_datum(c, xid, version);
378 dbg_xattr("scanning xdatum at %#08x (xid=%u, version=%u)\n",
379 ofs, xd->xid, xd->version);
415 * ref->xid is used to store 32bit xid, xd is not used
423 ref->xid = je32_to_cpu(rr->xid);
[all...]
H A Dsummary.h70 jint32_t xid; /* xattr identifier */ member in struct:jffs2_sum_xattr_flash
127 jint32_t xid; member in struct:jffs2_sum_xattr_mem
H A Dxattr.c90 D1(dbg_xattr("%s: xid=%u, version=%u\n", __func__, xd->xid, xd->version));
165 || je32_to_cpu(rx.xid) != xd->xid
168 "nodetype=%#04x/%#04x, totlen=%u/%u, xid=%u/%u, version=%u/%u\n",
172 je32_to_cpu(rx.xid), xd->xid,
198 dbg_xattr("success on verfying xdatum (xid=%u, version=%u)\n",
199 xd->xid, xd->version);
257 dbg_xattr("success on loading xdatum (xid
725 jffs2_find_xattr_datum(struct jffs2_sb_info *c, uint32_t xid) argument
889 jffs2_setup_xattr_datum(struct jffs2_sb_info *c, uint32_t xid, uint32_t version) argument
[all...]
/fs/dlm/
H A Ddebug_fs.c176 u64 xid = 0; local
182 xid = lkb->lkb_ua->xid;
188 /* id nodeid remid pid xid exflags flags sts grmode rqmode time_us
196 (unsigned long long)xid,
241 u64 xid = 0; local
246 xid = lkb->lkb_ua->xid;
254 (unsigned long long)xid,
410 seq_printf(seq, "id nodeid remid pid xid exflag
[all...]
H A Duser.c43 __u64 xid; member in struct:dlm_lock_params32
111 kb->i.lock.xid = kb32->i.lock.xid;
261 ua->xid = params->xid;
/fs/nfsd/
H A Dnfscache.c124 nfsd_cache_hash(__be32 xid) argument
126 return hash_32(be32_to_cpu(xid), maskbits);
408 __be32 xid = rqstp->rq_xid; local
413 u32 hash = nfsd_cache_hash(xid);
457 rp->c_xid = xid;
H A Dnfs4recover.c706 uint32_t xid; local
717 /* copy just the xid so we can try to find that */
718 if (copy_from_user(&xid, &cmsg->cm_xid, sizeof(xid)) != 0) {
719 dprintk("%s: error when copying xid from userspace", __func__);
723 /* walk the list and find corresponding xid */
727 if (get_unaligned(&tmp->cu_msg.cm_xid) == xid) {
737 dprintk("%s: couldn't find upcall -- xid=%u\n", __func__, xid);
897 dprintk("%s: allocated xid
[all...]

Completed in 233 milliseconds

12