Lines Matching refs:full_path
44 char *full_path = NULL; in cifs_build_path_to_root() local
48 full_path = kzalloc(1, GFP_KERNEL); in cifs_build_path_to_root()
49 return full_path; in cifs_build_path_to_root()
57 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root()
58 if (full_path == NULL) in cifs_build_path_to_root()
59 return full_path; in cifs_build_path_to_root()
62 memcpy(full_path, tcon->tree_name, dfsplen); in cifs_build_path_to_root()
63 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); in cifs_build_path_to_root()
64 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen); in cifs_build_path_to_root()
65 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in cifs_build_path_to_root()
66 return full_path; in cifs_build_path_to_root()
177 const char *full_path; local
188 full_path = build_path_from_dentry(direntry, page);
189 if (IS_ERR(full_path)) {
191 return PTR_ERR(full_path);
198 rc = cifs_posix_open(full_path, &newinode, inode->i_sb, mode,
303 oparms.path = full_path;
352 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb,
359 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid);
581 const char *full_path; local
599 full_path = build_path_from_dentry(direntry, page);
600 if (IS_ERR(full_path)) {
601 rc = PTR_ERR(full_path);
606 full_path, mode,
626 const char *full_path; local
656 full_path = build_path_from_dentry(direntry, page);
657 if (IS_ERR(full_path)) {
661 return ERR_CAST(full_path);
670 full_path, d_inode(direntry));
674 rc = smb311_posix_get_inode_info(&newInode, full_path, parent_dir_inode->i_sb, xid);
676 rc = cifs_get_inode_info_unix(&newInode, full_path,
679 rc = cifs_get_inode_info(&newInode, full_path, NULL,