Lines Matching refs:full_path
47 struct inode *inode, const char *full_path, in cifs_attrib_set() argument
62 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set()
71 struct inode *inode, const char *full_path, in cifs_creation_time_set() argument
86 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set()
106 const char *full_path; in cifs_xattr_set() local
117 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
118 if (IS_ERR(full_path)) { in cifs_xattr_set()
119 rc = PTR_ERR(full_path); in cifs_xattr_set()
139 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
147 full_path, value, size); in cifs_xattr_set()
158 full_path, name, value, (__u16)size, in cifs_xattr_set()
208 size, inode, full_path, aclflags); in cifs_xattr_set()
283 const char *full_path; in cifs_xattr_get() local
294 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get()
295 if (IS_ERR(full_path)) { in cifs_xattr_get()
296 rc = PTR_ERR(full_path); in cifs_xattr_get()
319 full_path, name, value, size, cifs_sb); in cifs_xattr_get()
356 inode, full_path, &acllen, extra_info); in cifs_xattr_get()
397 const char *full_path; in cifs_listxattr() local
414 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
415 if (IS_ERR(full_path)) { in cifs_listxattr()
416 rc = PTR_ERR(full_path); in cifs_listxattr()
428 full_path, NULL, data, buf_size, cifs_sb); in cifs_listxattr()