Home
last modified time | relevance | path

Searched refs:dfs_cache_canonical_path (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/cifs/
Ddfs_cache.h48 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap);
Ddfs_cache.c188 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap) in dfs_cache_canonical_path() function
952 npath = dfs_cache_canonical_path(path, cp, remap); in dfs_cache_find()
1054 npath = dfs_cache_canonical_path(path, cp, remap); in dfs_cache_update_tgthint()
Dconnect.c3695 mnt_ctx->origin_fullpath = dfs_cache_canonical_path(ctx->UNC, cifs_sb->local_nls, in connect_dfs_root()
3734 mnt_ctx->leaf_fullpath = dfs_cache_canonical_path(full_path, cifs_sb->local_nls, in __follow_dfs_link()
3782 mnt_ctx->origin_fullpath = dfs_cache_canonical_path(full_path, cifs_sb->local_nls, in follow_dfs_link()
4480 npath = dfs_cache_canonical_path(refpath, cifs_sb->local_nls, cifs_remap(cifs_sb)); in update_server_fullpath()