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() argument123 if (!uniq) { in nfs_fscache_get_super_cookie()124 uniq = ""; in nfs_fscache_get_super_cookie()145 memcpy(key->key.uniquifier, uniq, ulen); in nfs_fscache_get_super_cookie()
2612 char *uniq = NULL; in nfs_get_cache_cookie() local2622 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()2630 uniq = mnt_s->fscache_key->key.uniquifier; in nfs_get_cache_cookie()2636 nfs_fscache_get_super_cookie(sb, uniq, ulen); in nfs_get_cache_cookie()