Lines Matching refs:full_path
149 int cifs_posix_open(const char *full_path, struct inode **pinode, in cifs_posix_open() argument
161 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open()
178 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open()
212 static int cifs_nt_open(const char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument
268 oparms.path = full_path; in cifs_nt_open()
278 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
281 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
572 const char *full_path; in cifs_open() local
595 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
596 if (IS_ERR(full_path)) { in cifs_open()
597 rc = PTR_ERR(full_path); in cifs_open()
602 inode, file->f_flags, full_path); in cifs_open()
613 rc = cifs_get_readable_path(tcon, full_path, &cfile); in cifs_open()
636 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
667 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, file->f_flags, &oplock, &fid, in cifs_open()
771 const char *full_path; in cifs_reopen_file() local
797 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
798 if (IS_ERR(full_path)) { in cifs_reopen_file()
802 return PTR_ERR(full_path); in cifs_reopen_file()
806 inode, cfile->f_flags, full_path); in cifs_reopen_file()
824 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
856 oparms.path = full_path; in cifs_reopen_file()
895 rc = smb311_posix_get_inode_info(&inode, full_path, inode->i_sb, xid); in cifs_reopen_file()
897 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
900 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
2230 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path() local
2231 if (IS_ERR(full_path)) { in cifs_get_writable_path()
2234 return PTR_ERR(full_path); in cifs_get_writable_path()
2236 if (strcmp(full_path, name)) in cifs_get_writable_path()
2262 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path() local
2263 if (IS_ERR(full_path)) { in cifs_get_readable_path()
2266 return PTR_ERR(full_path); in cifs_get_readable_path()
2268 if (strcmp(full_path, name)) in cifs_get_readable_path()