Home
last modified time | relevance | path

Searched refs:fscache_uniq (Results 1 – 6 of 6) 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 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()