Home
last modified time | relevance | path

Searched refs:mnt_s (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dsuper.c1204 struct nfs_server *mnt_s = NFS_SB(ctx->clone_data.sb); in nfs_get_cache_cookie() local
1205 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
1207 if (mnt_s->fscache_key) { in nfs_get_cache_cookie()
1208 uniq = mnt_s->fscache_key->key.uniquifier; in nfs_get_cache_cookie()
1209 ulen = mnt_s->fscache_key->key.uniq_len; in nfs_get_cache_cookie()
/kernel/linux/linux-6.6/fs/nfs/
H A Dsuper.c1232 struct nfs_server *mnt_s = NFS_SB(ctx->clone_data.sb); in nfs_get_cache_cookie() local
1233 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
1235 if (mnt_s->fscache_uniq) { in nfs_get_cache_cookie()
1236 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie()

Completed in 4 milliseconds