Lines Matching defs:full_path
54 struct inode *inode, char *full_path,
69 rc = pTcon->ses->server->ops->set_file_info(inode, full_path,
78 struct inode *inode, char *full_path,
93 rc = pTcon->ses->server->ops->set_file_info(inode, full_path,
112 char *full_path;
121 full_path = build_path_from_dentry(dentry);
122 if (full_path == NULL) {
143 rc = cifs_attrib_set(xid, pTcon, inode, full_path,
151 full_path, value, size);
162 full_path, name, value, (__u16)size,
187 full_path,
194 full_path,
212 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path,
224 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path,
233 kfree(full_path);
295 char *full_path;
304 full_path = build_path_from_dentry(dentry);
305 if (full_path == NULL) {
329 full_path, name, value, size, cifs_sb);
342 inode, full_path, &acllen);
363 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path,
373 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path,
390 kfree(full_path);
403 char *full_path;
415 full_path = build_path_from_dentry(direntry);
416 if (full_path == NULL) {
429 full_path, NULL, data, buf_size, cifs_sb);
431 kfree(full_path);