Lines Matching refs:full_path

107 int cifs_posix_open(char *full_path, struct inode **pinode,  in cifs_posix_open()  argument
119 cFYI(1, "posix open %s", full_path); in cifs_posix_open()
136 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open()
170 cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument
214 rc = CIFSSMBOpen(xid, tcon, full_path, disposition, in cifs_nt_open()
219 rc = SMBLegacyOpen(xid, tcon, full_path, disposition, in cifs_nt_open()
228 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open()
231 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open()
349 char *full_path = NULL; in cifs_open() local
363 full_path = build_path_from_dentry(file->f_path.dentry); in cifs_open()
364 if (full_path == NULL) { in cifs_open()
370 inode, file->f_flags, full_path); in cifs_open()
382 rc = cifs_posix_open(full_path, &inode, inode->i_sb, in cifs_open()
405 rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, in cifs_open()
437 kfree(full_path); in cifs_open()
463 char *full_path = NULL; in cifs_reopen_file() local
485 full_path = build_path_from_dentry(pCifsFile->dentry); in cifs_reopen_file()
486 if (full_path == NULL) { in cifs_reopen_file()
494 inode, pCifsFile->f_flags, full_path); in cifs_reopen_file()
512 rc = cifs_posix_open(full_path, NULL, inode->i_sb, in cifs_reopen_file()
531 rc = CIFSSMBOpen(xid, tcon, full_path, disposition, desiredAccess, in cifs_reopen_file()
554 full_path, inode->i_sb, xid); in cifs_reopen_file()
557 full_path, NULL, inode->i_sb, in cifs_reopen_file()
571 kfree(full_path); in cifs_reopen_file()