Lines Matching refs:xid
53 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon,
70 &info_buf, xid);
77 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon,
94 &info_buf, xid);
107 unsigned int xid;
119 xid = get_xid();
143 rc = cifs_attrib_set(xid, pTcon, inode, full_path,
150 rc = cifs_creation_time_set(xid, pTcon, inode,
161 rc = pTcon->ses->server->ops->set_EA(xid, pTcon,
212 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path,
224 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path,
234 free_xid(xid);
290 unsigned int xid;
302 xid = get_xid();
328 rc = pTcon->ses->server->ops->query_all_EAs(xid, pTcon,
363 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path,
373 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path,
391 free_xid(xid);
399 unsigned int xid;
413 xid = get_xid();
428 rc = pTcon->ses->server->ops->query_all_EAs(xid, pTcon,
432 free_xid(xid);