Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dcifs_dfs_ref.c136 const char *fullpath, in cifs_compose_mount_options() argument
153 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options()
154 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
251 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument
261 devname = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in cifs_dfs_do_refmount()
269 fullpath + 1, ref, NULL); in cifs_dfs_do_refmount()
Ddfs_cache.c1150 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol() argument
1155 if (!vol || !fullpath || !mntdata) in dfs_cache_add_vol()
1158 cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath); in dfs_cache_add_vol()
1164 vi->vi_fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in dfs_cache_add_vol()
1188 static inline struct dfs_cache_vol_info *find_vol(const char *fullpath) in find_vol() argument
1195 if (!strcasecmp(vi->vi_fullpath, fullpath)) in find_vol()
1209 int dfs_cache_update_vol(const char *fullpath, struct TCP_Server_Info *server) in dfs_cache_update_vol() argument
1214 if (!fullpath || !server) in dfs_cache_update_vol()
1217 cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath); in dfs_cache_update_vol()
1221 vi = find_vol(fullpath); in dfs_cache_update_vol()
[all …]
Ddfs_cache.h47 const char *fullpath);
48 extern int dfs_cache_update_vol(const char *fullpath,
50 extern void dfs_cache_del_vol(const char *fullpath);
Dcifsproto.h81 const char *fullpath, const struct dfs_info3_param *ref,