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
121 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()
Dsuper.c1215 char *uniq = NULL; in nfs_get_cache_cookie() local
1229 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()