Searched refs:fscache_uniq (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ceph/ |
H A D | cache.c | 89 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 D | super.c | 540 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param() 541 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param() 546 fsopt->fscache_uniq = param->string; in ceph_parse_mount_param() 641 kfree(args->fscache_uniq); in destroy_mount_options() 683 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options() 729 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
|
/linux/fs/nfs/ |
H A D | nfs4super.c | 183 if (ctx->fscache_uniq) { in do_nfs4_mount() 184 len = strlen(ctx->fscache_uniq); in do_nfs4_mount() 186 param_fsc.string = kmemdup_nul(ctx->fscache_uniq, len, GFP_KERNEL); in do_nfs4_mount()
|
H A D | fscache.c | 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()
|
H A D | super.c | 524 if (nfss->fscache_uniq) in nfs_show_mount_options() 525 seq_printf(m, ",fsc=%s", nfss->fscache_uniq); in nfs_show_mount_options() 1272 if (mnt_s->fscache_uniq) { in nfs_get_cache_cookie() 1273 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie() 1279 if (ctx->fscache_uniq) { in nfs_get_cache_cookie() 1280 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie() 1281 ulen = strlen(ctx->fscache_uniq); in nfs_get_cache_cookie()
|
H A D | fs_context.c | 661 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param() 662 ctx->fscache_uniq = NULL; in nfs_fs_context_parse_param() 667 kfree(ctx->fscache_uniq); in nfs_fs_context_parse_param() 668 ctx->fscache_uniq = param->string; in nfs_fs_context_parse_param() 1549 ctx->fscache_uniq = NULL; in nfs_fs_context_dup() 1568 kfree(ctx->fscache_uniq); in nfs_fs_context_free()
|
/linux/include/linux/ |
H A D | nfs_fs_sb.h | 210 char *fscache_uniq; /* Uniquifier (or NULL) */ 211 char *fscache_uniq; /* Uniquifier (or NULL) */ global() member
|