Lines Matching refs:xid
43 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() argument
60 &info_buf, xid); in cifs_attrib_set()
67 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() argument
84 &info_buf, xid); in cifs_creation_time_set()
98 unsigned int xid; in cifs_xattr_set() local
111 xid = get_xid(); in cifs_xattr_set()
136 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
143 rc = cifs_creation_time_set(xid, pTcon, inode, in cifs_xattr_set()
154 rc = pTcon->ses->server->ops->set_EA(xid, pTcon, in cifs_xattr_set()
210 free_xid(xid); in cifs_xattr_set()
266 unsigned int xid; in cifs_xattr_get() local
279 xid = get_xid(); in cifs_xattr_get()
306 rc = pTcon->ses->server->ops->query_all_EAs(xid, pTcon, in cifs_xattr_get()
358 free_xid(xid); in cifs_xattr_get()
366 unsigned int xid; in cifs_listxattr() local
384 xid = get_xid(); in cifs_listxattr()
400 rc = pTcon->ses->server->ops->query_all_EAs(xid, pTcon, in cifs_listxattr()
404 free_xid(xid); in cifs_listxattr()