Searched refs:fscache_uniq (Results 1 – 2 of 2) sorted by relevance
947 kfree(data->fscache_uniq); in nfs_free_parsed_mount_data()1313 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()1314 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()1318 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()1319 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()1560 if (nfs_get_option_str(args, &mnt->fscache_uniq)) in nfs_parse_mount_options()2475 if (parsed->fscache_uniq) { in nfs_get_cache_cookie()2476 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()2477 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie()
95 char *fscache_uniq; member