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
232 oparms.path = full_path; in cifs_nt_open()
242 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
245 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
448 char *full_path = NULL; in cifs_open() local
464 full_path = build_path_from_dentry(file->f_path.dentry); in cifs_open()
465 if (full_path == NULL) { in cifs_open()
471 inode, file->f_flags, full_path); in cifs_open()
490 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
520 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, in cifs_open()
558 kfree(full_path); in cifs_open()
607 char *full_path = NULL; in cifs_reopen_file() local
633 full_path = build_path_from_dentry(cfile->dentry); in cifs_reopen_file()
634 if (full_path == NULL) { in cifs_reopen_file()
642 inode, cfile->f_flags, full_path); in cifs_reopen_file()
659 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
686 oparms.path = full_path; in cifs_reopen_file()
722 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
725 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
740 kfree(full_path); in cifs_reopen_file()