Lines Matching defs:full_path
44 char *full_path = NULL;
48 full_path = kzalloc(1, GFP_KERNEL);
49 return full_path;
57 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL);
58 if (full_path == NULL)
59 return full_path;
62 memcpy(full_path, tcon->tree_name, dfsplen);
63 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb);
64 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen);
65 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb));
66 return full_path;
186 const char *full_path;
197 full_path = build_path_from_dentry(direntry, page);
198 if (IS_ERR(full_path)) {
200 return PTR_ERR(full_path);
207 rc = cifs_posix_open(full_path, &newinode, inode->i_sb, mode,
313 .path = full_path,
362 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb,
369 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid);
591 const char *full_path;
609 full_path = build_path_from_dentry(direntry, page);
610 if (IS_ERR(full_path)) {
611 rc = PTR_ERR(full_path);
616 full_path, mode,
636 const char *full_path;
666 full_path = build_path_from_dentry(direntry, page);
667 if (IS_ERR(full_path)) {
671 return ERR_CAST(full_path);
680 full_path, d_inode(direntry));
684 rc = smb311_posix_get_inode_info(&newInode, full_path, parent_dir_inode->i_sb, xid);
686 rc = cifs_get_inode_info_unix(&newInode, full_path,
689 rc = cifs_get_inode_info(&newInode, full_path, NULL,