Searched refs:vi_fullpath (Results 1 – 1 of 1) sorted by relevance
53 char *vi_fullpath; member532 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()