Lines Matching refs:full_path

103 int cifs_posix_open(const char *full_path, struct inode **pinode,  in cifs_posix_open()  argument
115 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open()
132 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open()
166 cifs_nt_open(const char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument
227 oparms.path = full_path; in cifs_nt_open()
238 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
241 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
526 const char *full_path; in cifs_open() local
548 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
549 if (IS_ERR(full_path)) { in cifs_open()
550 rc = PTR_ERR(full_path); in cifs_open()
555 inode, file->f_flags, full_path); in cifs_open()
566 rc = cifs_get_readable_path(tcon, full_path, &cfile); in cifs_open()
588 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
618 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, in cifs_open()
706 const char *full_path; in cifs_reopen_file() local
732 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
733 if (IS_ERR(full_path)) { in cifs_reopen_file()
737 return PTR_ERR(full_path); in cifs_reopen_file()
741 inode, cfile->f_flags, full_path); in cifs_reopen_file()
758 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
789 oparms.path = full_path; in cifs_reopen_file()
826 rc = smb311_posix_get_inode_info(&inode, full_path, inode->i_sb, xid); in cifs_reopen_file()
828 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
831 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
2148 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path() local
2149 if (IS_ERR(full_path)) { in cifs_get_writable_path()
2152 return PTR_ERR(full_path); in cifs_get_writable_path()
2154 if (strcmp(full_path, name)) in cifs_get_writable_path()
2180 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path() local
2181 if (IS_ERR(full_path)) { in cifs_get_readable_path()
2184 return PTR_ERR(full_path); in cifs_get_readable_path()
2186 if (strcmp(full_path, name)) in cifs_get_readable_path()