Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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