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
240 oparms.path = full_path; in cifs_nt_open()
250 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
253 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
501 char *full_path = NULL; in cifs_open() local
517 full_path = build_path_from_dentry(file_dentry(file)); in cifs_open()
518 if (full_path == NULL) { in cifs_open()
524 inode, file->f_flags, full_path); in cifs_open()
543 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
573 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, in cifs_open()
611 kfree(full_path); in cifs_open()
660 char *full_path = NULL; in cifs_reopen_file() local
686 full_path = build_path_from_dentry(cfile->dentry); in cifs_reopen_file()
687 if (full_path == NULL) { in cifs_reopen_file()
695 inode, cfile->f_flags, full_path); in cifs_reopen_file()
712 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
739 oparms.path = full_path; in cifs_reopen_file()
776 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
779 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
803 kfree(full_path); in cifs_reopen_file()
1993 char *full_path; in cifs_get_writable_path() local
2001 full_path = build_path_from_dentry(cfile->dentry); in cifs_get_writable_path()
2002 if (full_path == NULL) { in cifs_get_writable_path()
2006 if (strcmp(full_path, name)) { in cifs_get_writable_path()
2007 kfree(full_path); in cifs_get_writable_path()
2011 kfree(full_path); in cifs_get_writable_path()
2028 char *full_path; in cifs_get_readable_path() local
2036 full_path = build_path_from_dentry(cfile->dentry); in cifs_get_readable_path()
2037 if (full_path == NULL) { in cifs_get_readable_path()
2041 if (strcmp(full_path, name)) { in cifs_get_readable_path()
2042 kfree(full_path); in cifs_get_readable_path()
2046 kfree(full_path); in cifs_get_readable_path()