Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddfs_cache.c53 char *vi_fullpath; member
532 kfree(vi->vi_fullpath); in free_vol()
1164 vi->vi_fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in dfs_cache_add_vol()
1165 if (!vi->vi_fullpath) { in dfs_cache_add_vol()
1182 kfree(vi->vi_fullpath); in dfs_cache_add_vol()
1194 vi->vi_fullpath); in find_vol()
1195 if (!strcasecmp(vi->vi_fullpath, fullpath)) in find_vol()