Home
last modified time | relevance | path

Searched refs:fscache_uniq (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/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.c526 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param()
527 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param()
532 fsopt->fscache_uniq = param->string; in ceph_parse_mount_param()
627 kfree(args->fscache_uniq); in destroy_mount_options()
669 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
715 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
H A Dsuper.h101 char *fscache_uniq; /* default NULL */ member
/kernel/linux/linux-5.10/fs/ceph/
H A Dcache.c56 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs() local
57 size_t uniq_len = fscache_uniq ? strlen(fscache_uniq) : 0; in ceph_fscache_register_fs()
67 if (uniq_len && memcmp(ent->uniquifier, fscache_uniq, uniq_len)) in ceph_fscache_register_fs()
84 memcpy(&ent->uniquifier, fscache_uniq, uniq_len); in ceph_fscache_register_fs()
H A Dsuper.c404 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param()
405 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param()
410 fsopt->fscache_uniq = param->string; in ceph_parse_mount_param()
476 kfree(args->fscache_uniq); in destroy_mount_options()
516 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
558 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
H A Dsuper.h98 char *fscache_uniq; /* default NULL */ member
/kernel/linux/linux-6.6/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 Dfs_context.c651 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()
1535 ctx->fscache_uniq = NULL; in nfs_fs_context_dup()
1554 kfree(ctx->fscache_uniq); in nfs_fs_context_free()
H A Dsuper.c1235 if (mnt_s->fscache_uniq) { in nfs_get_cache_cookie()
1236 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie()
1242 if (ctx->fscache_uniq) { in nfs_get_cache_cookie()
1243 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie()
1244 ulen = strlen(ctx->fscache_uniq); in nfs_get_cache_cookie()
H A Dinternal.h111 char *fscache_uniq; member
/kernel/linux/linux-5.10/fs/nfs/
H A Dfs_context.c550 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()
551 ctx->fscache_uniq = NULL; in nfs_fs_context_parse_param()
555 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param()
556 ctx->fscache_uniq = param->string; in nfs_fs_context_parse_param()
1390 ctx->fscache_uniq = NULL; in nfs_fs_context_dup()
1409 kfree(ctx->fscache_uniq); in nfs_fs_context_free()
H A Dsuper.c1214 if (ctx->fscache_uniq) { in nfs_get_cache_cookie()
1215 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie()
1216 ulen = strlen(ctx->fscache_uniq); in nfs_get_cache_cookie()
H A Dinternal.h112 char *fscache_uniq; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_fs_sb.h199 char *fscache_uniq; /* Uniquifier (or NULL) */ member

Completed in 23 milliseconds