Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ceph/
A Dcache.c87 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs() local
88 size_t uniq_len = fscache_uniq ? strlen(fscache_uniq) : 0; in ceph_fscache_register_fs()
93 uniq_len ? fscache_uniq : ""); in ceph_fscache_register_fs()
A Dsuper.c519 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param()
520 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param()
525 fsopt->fscache_uniq = param->string; in ceph_parse_mount_param()
597 kfree(args->fscache_uniq); in destroy_mount_options()
638 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
684 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
A Dsuper.h99 char *fscache_uniq; /* default NULL */ member
/linux-6.3-rc2/fs/nfs/
A Dfscache.c93 nfss->fscache_uniq = kmemdup_nul(uniq, ulen, GFP_KERNEL); in nfs_fscache_get_super_cookie()
94 if (!nfss->fscache_uniq) in nfs_fscache_get_super_cookie()
154 kfree(nfss->fscache_uniq); in nfs_fscache_release_super_cookie()
A Dfs_context.c597 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()
598 ctx->fscache_uniq = NULL; in nfs_fs_context_parse_param()
602 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()
603 ctx->fscache_uniq = param->string; in nfs_fs_context_parse_param()
1471 ctx->fscache_uniq = NULL; in nfs_fs_context_dup()
1490 kfree(ctx->fscache_uniq); in nfs_fs_context_free()
A Dsuper.c1231 if (mnt_s->fscache_uniq) { in nfs_get_cache_cookie()
1232 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie()
1238 if (ctx->fscache_uniq) { in nfs_get_cache_cookie()
1239 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie()
1240 ulen = strlen(ctx->fscache_uniq); in nfs_get_cache_cookie()
A Dinternal.h107 char *fscache_uniq; member
/linux-6.3-rc2/include/linux/
A Dnfs_fs_sb.h195 char *fscache_uniq; /* Uniquifier (or NULL) */ member

Completed in 23 milliseconds