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()
186 const char *full_path; local
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; local
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; local
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,