Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dsuper.c947 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()
Dinternal.h95 char *fscache_uniq; member