Searched refs:npath (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/fs/cifs/ |
| D | dfs_cache.c | 192 char *npath; in dfs_cache_canonical_path() local 204 npath = cifs_strndup_from_utf16(tmp, plen, true, cache_cp); in dfs_cache_canonical_path() 207 if (!npath) { in dfs_cache_canonical_path() 212 npath = kstrdup(path, GFP_KERNEL); in dfs_cache_canonical_path() 213 if (!npath) in dfs_cache_canonical_path() 216 convert_delimiter(npath, '\\'); in dfs_cache_canonical_path() 217 return npath; in dfs_cache_canonical_path() 949 const char *npath; in dfs_cache_find() local 952 npath = dfs_cache_canonical_path(path, cp, remap); in dfs_cache_find() 953 if (IS_ERR(npath)) in dfs_cache_find() [all …]
|
| D | connect.c | 3140 char *npath = NULL; in do_dfs_failover() local 3148 npath = dfs_cache_canonical_path(path, cifs_sb->local_nls, cifs_remap(cifs_sb)); in do_dfs_failover() 3149 if (IS_ERR(npath)) in do_dfs_failover() 3150 return PTR_ERR(npath); in do_dfs_failover() 3152 cifs_dbg(FYI, "%s: path=%s full_path=%s\n", __func__, npath, full_path); in do_dfs_failover() 3154 rc = dfs_cache_noreq_find(npath, NULL, &tgt_list); in do_dfs_failover() 3174 rc = dfs_cache_get_tgt_referral(npath, tgt_it, &ref); in do_dfs_failover() 3223 kfree(npath); in do_dfs_failover() 3392 char *path, *npath; in next_dfs_prepath() local 3408 npath = build_unc_path_to_root(&v, cifs_sb, true); in next_dfs_prepath() [all …]
|
| /Linux-v5.15/sound/pci/riptide/ |
| 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-v5.15/fs/ext4/ |
| D | extents.c | 1933 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent() local 2040 BUG_ON(npath != NULL); in ext4_ext_insert_extent() 2041 npath = ext4_find_extent(inode, next, NULL, gb_flags); in ext4_ext_insert_extent() 2042 if (IS_ERR(npath)) in ext4_ext_insert_extent() 2043 return PTR_ERR(npath); in ext4_ext_insert_extent() 2044 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent() 2045 eh = npath[depth].p_hdr; in ext4_ext_insert_extent() 2049 path = npath; in ext4_ext_insert_extent() 2141 ext4_ext_drop_refs(npath); in ext4_ext_insert_extent() 2142 kfree(npath); in ext4_ext_insert_extent()
|