Lines Matching refs:full_path
54 struct inode *inode, char *full_path, in cifs_attrib_set() argument
69 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set()
78 struct inode *inode, char *full_path, in cifs_creation_time_set() argument
93 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set()
112 char *full_path; in cifs_xattr_set() local
121 full_path = build_path_from_dentry(dentry); in cifs_xattr_set()
122 if (full_path == NULL) { in cifs_xattr_set()
143 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
151 full_path, value, size); in cifs_xattr_set()
162 full_path, name, value, (__u16)size, in cifs_xattr_set()
184 full_path, in cifs_xattr_set()
191 full_path, in cifs_xattr_set()
209 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
221 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
230 kfree(full_path); in cifs_xattr_set()
292 char *full_path; in cifs_xattr_get() local
301 full_path = build_path_from_dentry(dentry); in cifs_xattr_get()
302 if (full_path == NULL) { in cifs_xattr_get()
326 full_path, name, value, size, cifs_sb); in cifs_xattr_get()
339 inode, full_path, &acllen); in cifs_xattr_get()
360 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, in cifs_xattr_get()
370 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, in cifs_xattr_get()
387 kfree(full_path); in cifs_xattr_get()
400 char *full_path; in cifs_listxattr() local
412 full_path = build_path_from_dentry(direntry); in cifs_listxattr()
413 if (full_path == NULL) { in cifs_listxattr()
426 full_path, NULL, data, buf_size, cifs_sb); in cifs_listxattr()
428 kfree(full_path); in cifs_listxattr()