Lines Matching defs:npath
80 char *npath;
92 npath = cifs_strndup_from_utf16(tmp, plen, true, cache_cp);
95 if (!npath) {
100 npath = kstrdup(path, GFP_KERNEL);
101 if (!npath)
104 convert_delimiter(npath, '\\');
105 return npath;
861 const char *npath;
864 npath = dfs_cache_canonical_path(path, cp, remap);
865 if (IS_ERR(npath))
866 return PTR_ERR(npath);
868 ce = cache_refresh_path(xid, ses, npath, false);
884 kfree(npath);