Home
last modified time | relevance | path

Searched refs:fscache_uniq (Results 1 – 6 of 6) 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()
H A Dsuper.c530 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param()
531 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param()
536 fsopt->fscache_uniq = param->string; in ceph_parse_mount_param()
631 kfree(args->fscache_uniq); in destroy_mount_options()
673 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
719 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
H A Dsuper.h102 char *fscache_uniq; /* default NULL */ member
/linux/fs/nfs/
H A Dnfs4super.c183 if (ctx->fscache_uniq) { in do_nfs4_mount()
184 len = strlen(ctx->fscache_uniq); in do_nfs4_mount()
186 param_fsc.string = kmemdup_nul(ctx->fscache_uniq, len, GFP_KERNEL); in do_nfs4_mount()
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 Dsuper.c523 if (nfss->fscache_uniq) in nfs_show_mount_options()
524 seq_printf(m, ",fsc=%s", nfss->fscache_uniq); in nfs_show_mount_options()
1263 if (mnt_s->fscache_uniq) { in nfs_get_cache_cookie()
1264 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie()
1270 if (ctx->fscache_uniq) { in nfs_get_cache_cookie()
1271 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie()
1272 ulen = strlen(ctx->fscache_uniq); in nfs_get_cache_cookie()