Searched refs:uniq (Results 1 – 2 of 2) sorted by relevance
112 void nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() argument121 if (!uniq) { in nfs_fscache_get_super_cookie()122 uniq = ""; in nfs_fscache_get_super_cookie()143 memcpy(key->key.uniquifier, uniq, ulen); in nfs_fscache_get_super_cookie()
1215 char *uniq = NULL; in nfs_get_cache_cookie() local1229 uniq = mnt_s->fscache_key->key.uniquifier; in nfs_get_cache_cookie()1236 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie()1241 nfs_fscache_get_super_cookie(sb, uniq, ulen); in nfs_get_cache_cookie()