Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dcache.c55 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs() local
56 size_t uniq_len = fscache_uniq ? strlen(fscache_uniq) : 0; in ceph_fscache_register_fs()
66 if (uniq_len && memcmp(ent->uniquifier, fscache_uniq, uniq_len)) in ceph_fscache_register_fs()
83 memcpy(&ent->uniquifier, fscache_uniq, uniq_len); in ceph_fscache_register_fs()
Dsuper.c272 kfree(fsopt->fscache_uniq); in parse_fsopt_token()
273 fsopt->fscache_uniq = kstrndup(argstr[0].from, in parse_fsopt_token()
276 if (!fsopt->fscache_uniq) in parse_fsopt_token()
362 kfree(fsopt->fscache_uniq); in parse_fsopt_token()
363 fsopt->fscache_uniq = NULL; in parse_fsopt_token()
371 kfree(fsopt->fscache_uniq); in parse_fsopt_token()
372 fsopt->fscache_uniq = NULL; in parse_fsopt_token()
418 kfree(args->fscache_uniq); in destroy_mount_options()
455 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
582 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
Dsuper.h96 char *fscache_uniq; /* default NULL */ member
/Linux-v5.4/fs/nfs/
Dsuper.c965 kfree(data->fscache_uniq); in nfs_free_parsed_mount_data()
1339 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()
1340 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()
1344 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()
1345 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()
1598 if (nfs_get_option_str(args, &mnt->fscache_uniq)) in nfs_parse_mount_options()
2577 if (parsed->fscache_uniq) { in nfs_get_cache_cookie()
2578 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()
2579 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie()
Dinternal.h99 char *fscache_uniq; member