Searched refs:uniq (Results 1 – 2 of 2) sorted by relevance
67 void nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() argument74 if (!uniq) { in nfs_fscache_get_super_cookie()75 uniq = ""; in nfs_fscache_get_super_cookie()96 memcpy(key->key.uniquifier, uniq, ulen); in nfs_fscache_get_super_cookie()
2498 char *uniq = NULL; in nfs_get_cache_cookie() local2508 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()2516 uniq = mnt_s->fscache_key->key.uniquifier; in nfs_get_cache_cookie()2522 nfs_fscache_get_super_cookie(sb, uniq, ulen); in nfs_get_cache_cookie()