Home
last modified time | relevance | path

Searched refs:fscache_uniq (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ceph/
H A Dcache.c89 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs() local
90 size_t uniq_len = fscache_uniq ? strlen(fscache_uniq) : 0; in ceph_fscache_register_fs()
95 uniq_len ? fscache_uniq : ""); in ceph_fscache_register_fs()
/linux/fs/nfs/
H A Dfscache.c96 nfss->fscache_uniq = kmemdup_nul(uniq, ulen, GFP_KERNEL); in nfs_fscache_get_super_cookie()
97 if (!nfss->fscache_uniq) in nfs_fscache_get_super_cookie()
157 kfree(nfss->fscache_uniq); in nfs_fscache_release_super_cookie()
H A Dnfs4super.c171 if (ctx->fscache_uniq) { in do_nfs4_mount()
172 ret = vfs_parse_fs_string(root_fc, "fsc", ctx->fscache_uniq); in do_nfs4_mount()
H A Dinternal.h113 char *fscache_uniq; member