Lines Matching defs:full_path
607 char *full_path = NULL;
627 full_path = build_path_from_dentry(direntry);
628 if (!full_path) {
634 cifs_dbg(FYI, "Full path: %s inode = 0x%p\n", full_path, inode);
642 rc = query_mf_symlink(xid, tcon, cifs_sb, full_path,
652 rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
656 kfree(full_path);
675 char *full_path = NULL;
687 full_path = build_path_from_dentry(direntry);
688 if (full_path == NULL) {
693 cifs_dbg(FYI, "Full path: %s\n", full_path);
698 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
700 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
709 rc = smb311_posix_get_inode_info(&newinode, full_path, inode->i_sb, xid);
711 rc = cifs_get_inode_info_unix(&newinode, full_path,
714 rc = cifs_get_inode_info(&newinode, full_path, NULL,
725 kfree(full_path);