Searched refs:npath (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | dfs_cache.c | 171 char *npath; in dfs_cache_canonical_path() local 186 if (!npath) { in dfs_cache_canonical_path() 191 npath = kstrdup(path, GFP_KERNEL); in dfs_cache_canonical_path() 192 if (!npath) in dfs_cache_canonical_path() 195 convert_delimiter(npath, '\\'); in dfs_cache_canonical_path() 196 return npath; in dfs_cache_canonical_path() 957 const char *npath; in dfs_cache_find() local 961 if (IS_ERR(npath)) in dfs_cache_find() 962 return PTR_ERR(npath); in dfs_cache_find() 964 ce = cache_refresh_path(xid, ses, npath, false); in dfs_cache_find() [all …]
|
A D | dfs.c | 294 char *refpath, *npath; in update_server_fullpath() local 315 npath = dfs_cache_canonical_path(refpath, cifs_sb->local_nls, cifs_remap(cifs_sb)); in update_server_fullpath() 318 if (IS_ERR(npath)) { in update_server_fullpath() 319 rc = PTR_ERR(npath); in update_server_fullpath() 323 server->leaf_fullpath = npath; in update_server_fullpath()
|
/linux-6.3-rc2/sound/pci/riptide/ |
A D | riptide.c | 766 const unsigned char *npath = path; in alloclbuspath() local 768 while (*npath != 0xff) in alloclbuspath() 769 npath++; in alloclbuspath() 770 alloclbuspath(cif, source + 1, ++npath, mixer, s); in alloclbuspath() 788 const unsigned char *npath = path; in freelbuspath() local 790 while (*npath != 0xff) in freelbuspath() 791 npath++; in freelbuspath() 792 freelbuspath(cif, source + 1, ++npath); in freelbuspath()
|
/linux-6.3-rc2/fs/ext4/ |
A D | extents.c | 1975 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent() local 2080 BUG_ON(npath != NULL); in ext4_ext_insert_extent() 2081 npath = ext4_find_extent(inode, next, NULL, gb_flags); in ext4_ext_insert_extent() 2082 if (IS_ERR(npath)) in ext4_ext_insert_extent() 2083 return PTR_ERR(npath); in ext4_ext_insert_extent() 2084 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent() 2085 eh = npath[depth].p_hdr; in ext4_ext_insert_extent() 2089 path = npath; in ext4_ext_insert_extent() 2181 ext4_free_ext_path(npath); in ext4_ext_insert_extent()
|
Completed in 20 milliseconds