Home
last modified time | relevance | path

Searched refs:fscache_uniq (Results 1 – 9 of 9) 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.c529 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param()
530 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param()
535 fsopt->fscache_uniq = param->string; in ceph_parse_mount_param()
630 kfree(args->fscache_uniq); in destroy_mount_options()
672 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
718 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 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 Dsuper.c520 if (nfss->fscache_uniq) in nfs_show_mount_options()
521 seq_printf(m, ",fsc=%s", nfss->fscache_uniq); in nfs_show_mount_options()
1259 if (mnt_s->fscache_uniq) { in nfs_get_cache_cookie()
1260 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie()
1266 if (ctx->fscache_uniq) { in nfs_get_cache_cookie()
1267 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie()
1268 ulen = strlen(ctx->fscache_uniq); in nfs_get_cache_cookie()
H A Dfs_context.c732 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()
733 ctx->fscache_uniq = NULL; in nfs_fs_context_parse_param()
738 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()
739 ctx->fscache_uniq = param->string; in nfs_fs_context_parse_param()
1651 ctx->fscache_uniq = NULL; in nfs_fs_context_dup()
1670 kfree(ctx->fscache_uniq); in nfs_fs_context_free()
H A Dinternal.h113 char *fscache_uniq; member
/linux/include/linux/
H A Dnfs_fs_sb.h215 char *fscache_uniq; /* Uniquifier (or NULL) */ member