Lines Matching refs:full_path

113 int cifs_posix_open(char *full_path, struct inode **pinode,  in cifs_posix_open()  argument
125 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open()
142 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open()
175 cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument
239 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()
462 char *full_path = NULL; in cifs_open() local
478 full_path = build_path_from_dentry(file_dentry(file)); in cifs_open()
479 if (full_path == NULL) { in cifs_open()
485 inode, file->f_flags, full_path); in cifs_open()
504 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
534 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, in cifs_open()
572 kfree(full_path); in cifs_open()
621 char *full_path = NULL; in cifs_reopen_file() local
647 full_path = build_path_from_dentry(cfile->dentry); in cifs_reopen_file()
648 if (full_path == NULL) { in cifs_reopen_file()
656 inode, cfile->f_flags, full_path); in cifs_reopen_file()
673 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
700 oparms.path = full_path; in cifs_reopen_file()
736 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
739 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
763 kfree(full_path); in cifs_reopen_file()