Home
last modified time | relevance | path

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

/fs/nfs/
Dfscache.c112 void nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() argument
123 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()
Dsuper.c2612 char *uniq = NULL; in nfs_get_cache_cookie() local
2622 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()