npath              84 fs/cifs/dfs_cache.c static inline int get_normalized_path(const char *path, char **npath)
npath              87 fs/cifs/dfs_cache.c 		*npath = (char *)path;
npath              89 fs/cifs/dfs_cache.c 		*npath = kstrndup(path, strlen(path), GFP_KERNEL);
npath              90 fs/cifs/dfs_cache.c 		if (!*npath)
npath              92 fs/cifs/dfs_cache.c 		convert_delimiter(*npath, '\\');
npath              97 fs/cifs/dfs_cache.c static inline void free_normalized_path(const char *path, char *npath)
npath              99 fs/cifs/dfs_cache.c 	if (path != npath)
npath             100 fs/cifs/dfs_cache.c 		kfree(npath);
npath             831 fs/cifs/dfs_cache.c 	char *npath;
npath             837 fs/cifs/dfs_cache.c 	rc = get_normalized_path(path, &npath);
npath             842 fs/cifs/dfs_cache.c 	ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false);
npath             854 fs/cifs/dfs_cache.c 	free_normalized_path(path, npath);
npath             878 fs/cifs/dfs_cache.c 	char *npath;
npath             884 fs/cifs/dfs_cache.c 	rc = get_normalized_path(path, &npath);
npath             889 fs/cifs/dfs_cache.c 	ce = do_dfs_cache_find(0, NULL, NULL, 0, npath, true);
npath             903 fs/cifs/dfs_cache.c 	free_normalized_path(path, npath);
npath             931 fs/cifs/dfs_cache.c 	char *npath;
npath             938 fs/cifs/dfs_cache.c 	rc = get_normalized_path(path, &npath);
npath             942 fs/cifs/dfs_cache.c 	cifs_dbg(FYI, "%s: path: %s\n", __func__, npath);
npath             945 fs/cifs/dfs_cache.c 	ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false);
npath             969 fs/cifs/dfs_cache.c 	free_normalized_path(path, npath);
npath             991 fs/cifs/dfs_cache.c 	char *npath;
npath             998 fs/cifs/dfs_cache.c 	rc = get_normalized_path(path, &npath);
npath            1002 fs/cifs/dfs_cache.c 	cifs_dbg(FYI, "%s: path: %s\n", __func__, npath);
npath            1006 fs/cifs/dfs_cache.c 	ce = do_dfs_cache_find(0, NULL, NULL, 0, npath, true);
npath            1030 fs/cifs/dfs_cache.c 	free_normalized_path(path, npath);
npath            1049 fs/cifs/dfs_cache.c 	char *npath;
npath            1058 fs/cifs/dfs_cache.c 	rc = get_normalized_path(path, &npath);
npath            1062 fs/cifs/dfs_cache.c 	cifs_dbg(FYI, "%s: path: %s\n", __func__, npath);
npath            1066 fs/cifs/dfs_cache.c 	ce = find_cache_entry(npath, &h);
npath            1078 fs/cifs/dfs_cache.c 	free_normalized_path(path, npath);
npath            1295 fs/cifs/dfs_cache.c 	char *s, *npath;
npath            1305 fs/cifs/dfs_cache.c 	npath = kstrndup(path, s - path, GFP_KERNEL);
npath            1306 fs/cifs/dfs_cache.c 	if (!npath)
npath            1309 fs/cifs/dfs_cache.c 	return npath;
npath            1381 fs/cifs/dfs_cache.c 	char *path, *npath;
npath            1392 fs/cifs/dfs_cache.c 	rc = get_normalized_path(path, &npath);
npath            1397 fs/cifs/dfs_cache.c 	ce = find_cache_entry(npath, &h);
npath            1409 fs/cifs/dfs_cache.c 	if (is_dfs_link(npath)) {
npath            1410 fs/cifs/dfs_cache.c 		ses = root_ses = find_root_ses(vi, tcon, npath);
npath            1428 fs/cifs/dfs_cache.c 			ce = __update_cache_entry(npath, refs, numrefs);
npath            1442 fs/cifs/dfs_cache.c 	free_normalized_path(path, npath);
npath            1963 fs/ext4/extents.c 	struct ext4_ext_path *npath = NULL;
npath            2070 fs/ext4/extents.c 		BUG_ON(npath != NULL);
npath            2071 fs/ext4/extents.c 		npath = ext4_find_extent(inode, next, NULL, 0);
npath            2072 fs/ext4/extents.c 		if (IS_ERR(npath))
npath            2073 fs/ext4/extents.c 			return PTR_ERR(npath);
npath            2074 fs/ext4/extents.c 		BUG_ON(npath->p_depth != path->p_depth);
npath            2075 fs/ext4/extents.c 		eh = npath[depth].p_hdr;
npath            2079 fs/ext4/extents.c 			path = npath;
npath            2171 fs/ext4/extents.c 	ext4_ext_drop_refs(npath);
npath            2172 fs/ext4/extents.c 	kfree(npath);
npath             768 sound/pci/riptide/riptide.c 			unsigned char *npath = path;
npath             770 sound/pci/riptide/riptide.c 			while (*npath != 0xff)
npath             771 sound/pci/riptide/riptide.c 				npath++;
npath             772 sound/pci/riptide/riptide.c 			alloclbuspath(cif, source + 1, ++npath, mixer, s);
npath             790 sound/pci/riptide/riptide.c 			unsigned char *npath = path;
npath             792 sound/pci/riptide/riptide.c 			while (*npath != 0xff)
npath             793 sound/pci/riptide/riptide.c 				npath++;
npath             794 sound/pci/riptide/riptide.c 			freelbuspath(cif, source + 1, ++npath);