Lines Matching refs:full_path
103 char *full_path, int xid) in cifs_open_inode_helper() argument
149 full_path, inode->i_sb, xid); in cifs_open_inode_helper()
152 full_path, buf, inode->i_sb, xid, NULL); in cifs_open_inode_helper()
174 char *full_path = NULL; in cifs_open() local
215 full_path = build_path_from_dentry(file->f_path.dentry); in cifs_open()
216 if (full_path == NULL) { in cifs_open()
222 inode, file->f_flags, full_path)); in cifs_open()
272 rc = CIFSSMBOpen(xid, pTcon, full_path, disposition, in cifs_open()
281 rc = SMBLegacyOpen(xid, pTcon, full_path, disposition, in cifs_open()
304 &oplock, buf, full_path, xid); in cifs_open()
322 CIFSSMBUnixSetInfo(xid, pTcon, full_path, &args, in cifs_open()
331 kfree(full_path); in cifs_open()
356 char *full_path = NULL; in cifs_reopen_file() local
396 full_path = build_path_from_dentry(file->f_path.dentry); in cifs_reopen_file()
397 if (full_path == NULL) { in cifs_reopen_file()
406 inode, file->f_flags, full_path)); in cifs_reopen_file()
420 rc = CIFSSMBOpen(xid, pTcon, full_path, disposition, desiredAccess, in cifs_reopen_file()
444 full_path, inode->i_sb, xid); in cifs_reopen_file()
447 full_path, NULL, inode->i_sb, in cifs_reopen_file()
471 kfree(full_path); in cifs_reopen_file()