Lines Matching refs:full_path
61 char *full_path; in cifs_xattr_set() local
70 full_path = build_path_from_dentry(dentry); in cifs_xattr_set()
71 if (full_path == NULL) { in cifs_xattr_set()
94 full_path, name, value, (__u16)size, in cifs_xattr_set()
113 full_path, CIFS_ACL_DACL); in cifs_xattr_set()
129 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
141 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
150 kfree(full_path); in cifs_xattr_set()
212 char *full_path; in cifs_xattr_get() local
221 full_path = build_path_from_dentry(dentry); in cifs_xattr_get()
222 if (full_path == NULL) { in cifs_xattr_get()
246 full_path, name, value, size, cifs_sb); in cifs_xattr_get()
258 inode, full_path, &acllen); in cifs_xattr_get()
280 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, in cifs_xattr_get()
290 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, in cifs_xattr_get()
307 kfree(full_path); in cifs_xattr_get()
320 char *full_path; in cifs_listxattr() local
332 full_path = build_path_from_dentry(direntry); in cifs_listxattr()
333 if (full_path == NULL) { in cifs_listxattr()
346 full_path, NULL, data, buf_size, cifs_sb); in cifs_listxattr()
348 kfree(full_path); in cifs_listxattr()