Lines Matching refs:full_path

275 int cifs_posix_open(const char *full_path, struct inode **pinode,  in cifs_posix_open()  argument
287 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open()
304 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open()
338 static int cifs_nt_open(const char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument
395 .path = full_path, in cifs_nt_open()
405 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
408 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
699 const char *full_path; in cifs_open() local
722 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open()
723 if (IS_ERR(full_path)) { in cifs_open()
724 rc = PTR_ERR(full_path); in cifs_open()
729 inode, file->f_flags, full_path); in cifs_open()
740 rc = cifs_get_readable_path(tcon, full_path, &cfile); in cifs_open()
763 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
794 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, file->f_flags, &oplock, &fid, in cifs_open()
898 const char *full_path; in cifs_reopen_file() local
924 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_reopen_file()
925 if (IS_ERR(full_path)) { in cifs_reopen_file()
929 return PTR_ERR(full_path); in cifs_reopen_file()
933 inode, cfile->f_flags, full_path); in cifs_reopen_file()
951 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
984 .path = full_path, in cifs_reopen_file()
1024 rc = smb311_posix_get_inode_info(&inode, full_path, inode->i_sb, xid); in cifs_reopen_file()
1026 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
1029 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
2359 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_writable_path() local
2360 if (IS_ERR(full_path)) { in cifs_get_writable_path()
2363 return PTR_ERR(full_path); in cifs_get_writable_path()
2365 if (strcmp(full_path, name)) in cifs_get_writable_path()
2391 const char *full_path = build_path_from_dentry(cfile->dentry, page); in cifs_get_readable_path() local
2392 if (IS_ERR(full_path)) { in cifs_get_readable_path()
2395 return PTR_ERR(full_path); in cifs_get_readable_path()
2397 if (strcmp(full_path, name)) in cifs_get_readable_path()