Lines Matching refs:full_path
114 int cifs_posix_open(char *full_path, struct inode **pinode, in cifs_posix_open() argument
126 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open()
143 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open()
177 cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument
238 oparms.path = full_path; in cifs_nt_open()
249 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
252 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
527 char *full_path = NULL; in cifs_open() local
543 full_path = build_path_from_dentry(file_dentry(file)); in cifs_open()
544 if (full_path == NULL) { in cifs_open()
550 inode, file->f_flags, full_path); in cifs_open()
569 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
599 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, in cifs_open()
637 kfree(full_path); in cifs_open()
686 char *full_path = NULL; in cifs_reopen_file() local
712 full_path = build_path_from_dentry(cfile->dentry); in cifs_reopen_file()
713 if (full_path == NULL) { in cifs_reopen_file()
721 inode, cfile->f_flags, full_path); in cifs_reopen_file()
738 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
769 oparms.path = full_path; in cifs_reopen_file()
806 rc = smb311_posix_get_inode_info(&inode, full_path, inode->i_sb, xid); in cifs_reopen_file()
808 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
811 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
835 kfree(full_path); in cifs_reopen_file()
2072 char *full_path; in cifs_get_writable_path() local
2080 full_path = build_path_from_dentry(cfile->dentry); in cifs_get_writable_path()
2081 if (full_path == NULL) { in cifs_get_writable_path()
2085 if (strcmp(full_path, name)) { in cifs_get_writable_path()
2086 kfree(full_path); in cifs_get_writable_path()
2090 kfree(full_path); in cifs_get_writable_path()
2107 char *full_path; in cifs_get_readable_path() local
2115 full_path = build_path_from_dentry(cfile->dentry); in cifs_get_readable_path()
2116 if (full_path == NULL) { in cifs_get_readable_path()
2120 if (strcmp(full_path, name)) { in cifs_get_readable_path()
2121 kfree(full_path); in cifs_get_readable_path()
2125 kfree(full_path); in cifs_get_readable_path()