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()
176 cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument
237 oparms.path = full_path; in cifs_nt_open()
248 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
251 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
526 char *full_path = NULL; in cifs_open() local
542 full_path = build_path_from_dentry(file_dentry(file)); in cifs_open()
543 if (full_path == NULL) { in cifs_open()
549 inode, file->f_flags, full_path); in cifs_open()
568 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
598 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, in cifs_open()
636 kfree(full_path); in cifs_open()
685 char *full_path = NULL; in cifs_reopen_file() local
711 full_path = build_path_from_dentry(cfile->dentry); in cifs_reopen_file()
712 if (full_path == NULL) { in cifs_reopen_file()
720 inode, cfile->f_flags, full_path); in cifs_reopen_file()
737 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
768 oparms.path = full_path; in cifs_reopen_file()
805 rc = smb311_posix_get_inode_info(&inode, full_path, inode->i_sb, xid); in cifs_reopen_file()
807 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
810 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
834 kfree(full_path); in cifs_reopen_file()
2068 char *full_path; in cifs_get_writable_path() local
2076 full_path = build_path_from_dentry(cfile->dentry); in cifs_get_writable_path()
2077 if (full_path == NULL) { in cifs_get_writable_path()
2081 if (strcmp(full_path, name)) { in cifs_get_writable_path()
2082 kfree(full_path); in cifs_get_writable_path()
2086 kfree(full_path); in cifs_get_writable_path()
2103 char *full_path; in cifs_get_readable_path() local
2111 full_path = build_path_from_dentry(cfile->dentry); in cifs_get_readable_path()
2112 if (full_path == NULL) { in cifs_get_readable_path()
2116 if (strcmp(full_path, name)) { in cifs_get_readable_path()
2117 kfree(full_path); in cifs_get_readable_path()
2121 kfree(full_path); in cifs_get_readable_path()