Searched refs:fscache_uniq (Results 1 – 5 of 5) sorted by relevance
68 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs() local69 size_t uniq_len = fscache_uniq ? strlen(fscache_uniq) : 0; in ceph_fscache_register_fs()79 if (uniq_len && memcmp(ent->uniquifier, fscache_uniq, uniq_len)) in ceph_fscache_register_fs()96 memcpy(&ent->uniquifier, fscache_uniq, uniq_len); in ceph_fscache_register_fs()
251 kfree(fsopt->fscache_uniq); in parse_fsopt_token()252 fsopt->fscache_uniq = kstrndup(argstr[0].from, in parse_fsopt_token()255 if (!fsopt->fscache_uniq) in parse_fsopt_token()332 kfree(fsopt->fscache_uniq); in parse_fsopt_token()333 fsopt->fscache_uniq = NULL; in parse_fsopt_token()337 kfree(fsopt->fscache_uniq); in parse_fsopt_token()338 fsopt->fscache_uniq = NULL; in parse_fsopt_token()378 kfree(args->fscache_uniq); in destroy_mount_options()415 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()542 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
90 char *fscache_uniq; /* default NULL */ member
944 kfree(data->fscache_uniq); in nfs_free_parsed_mount_data()1323 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()1324 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()1328 kfree(mnt->fscache_uniq); in nfs_parse_mount_options()1329 mnt->fscache_uniq = NULL; in nfs_parse_mount_options()1577 if (nfs_get_option_str(args, &mnt->fscache_uniq)) in nfs_parse_mount_options()2513 if (parsed->fscache_uniq) { in nfs_get_cache_cookie()2514 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()2515 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie()
105 char *fscache_uniq; member