Searched refs:fscache_uniq (Results 1 – 8 of 8) sorted by relevance
89 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs() local90 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()
536 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param()537 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param()542 fsopt->fscache_uniq = param->string; in ceph_parse_mount_param()637 kfree(args->fscache_uniq); in destroy_mount_options()679 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()725 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
102 char *fscache_uniq; /* default NULL */ member
96 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()
651 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()652 ctx->fscache_uniq = NULL; in nfs_fs_context_parse_param()656 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()657 ctx->fscache_uniq = param->string; in nfs_fs_context_parse_param()1538 ctx->fscache_uniq = NULL; in nfs_fs_context_dup()1557 kfree(ctx->fscache_uniq); in nfs_fs_context_free()
1245 if (mnt_s->fscache_uniq) { in nfs_get_cache_cookie()1246 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie()1252 if (ctx->fscache_uniq) { in nfs_get_cache_cookie()1253 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie()1254 ulen = strlen(ctx->fscache_uniq); in nfs_get_cache_cookie()
111 char *fscache_uniq; member
199 char *fscache_uniq; /* Uniquifier (or NULL) */ member