Lines Matching refs:full_path
44 struct inode *inode, const char *full_path, in cifs_attrib_set() argument
59 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set()
68 struct inode *inode, const char *full_path, in cifs_creation_time_set() argument
83 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set()
103 const char *full_path; in cifs_xattr_set() local
114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
115 if (IS_ERR(full_path)) { in cifs_xattr_set()
116 rc = PTR_ERR(full_path); in cifs_xattr_set()
136 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
144 full_path, value, size); in cifs_xattr_set()
155 full_path, name, value, (__u16)size, in cifs_xattr_set()
193 size, inode, full_path, aclflags); in cifs_xattr_set()
268 const char *full_path; in cifs_xattr_get() local
279 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_get()
280 if (IS_ERR(full_path)) { in cifs_xattr_get()
281 rc = PTR_ERR(full_path); in cifs_xattr_get()
304 full_path, name, value, size, cifs_sb); in cifs_xattr_get()
326 inode, full_path, &acllen, extra_info); in cifs_xattr_get()
367 const char *full_path; in cifs_listxattr() local
384 full_path = build_path_from_dentry(direntry, page); in cifs_listxattr()
385 if (IS_ERR(full_path)) { in cifs_listxattr()
386 rc = PTR_ERR(full_path); in cifs_listxattr()
398 full_path, NULL, data, buf_size, cifs_sb); in cifs_listxattr()