Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dsuper.c944 kfree(data->fscache_uniq); in nfs_free_parsed_mount_data()
1310 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()
1311 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()
1315 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()
1316 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()
1557 if (nfs_get_option_str(args, &mnt->fscache_uniq)) in nfs_parse_mount_options()
2472 if (parsed->fscache_uniq) { in nfs_get_cache_cookie()
2473 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()
2474 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie()
Dinternal.h95 char *fscache_uniq; member