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
198 full_path = build_path_from_dentry(direntry, page);
199 if (IS_ERR(full_path)) {
201 return PTR_ERR(full_path);
212 rc = cifs_posix_open(full_path, &newinode, inode->i_sb, mode,
321 .path = full_path,
377 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb,
384 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid);
606 const char *full_path; local
624 full_path = build_path_from_dentry(direntry, page);
625 if (IS_ERR(full_path)) {
626 rc = PTR_ERR(full_path);
630 trace_smb3_mknod_enter(xid, tcon->ses->Suid, tcon->tid, full_path);
633 full_path, mode,
658 const char *full_path; local
688 full_path = build_path_from_dentry(direntry, page);
689 if (IS_ERR(full_path)) {
693 return ERR_CAST(full_path);
702 full_path, d_inode(direntry));
706 rc = smb311_posix_get_inode_info(&newInode, full_path, NULL,
709 rc = cifs_get_inode_info_unix(&newInode, full_path,
712 rc = cifs_get_inode_info(&newInode, full_path, NULL,