Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dcache.c68 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs() local
69 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()
Dsuper.c271 kfree(fsopt->fscache_uniq); in parse_fsopt_token()
272 fsopt->fscache_uniq = kstrndup(argstr[0].from, in parse_fsopt_token()
275 if (!fsopt->fscache_uniq) in parse_fsopt_token()
356 kfree(fsopt->fscache_uniq); in parse_fsopt_token()
357 fsopt->fscache_uniq = NULL; in parse_fsopt_token()
365 kfree(fsopt->fscache_uniq); in parse_fsopt_token()
366 fsopt->fscache_uniq = NULL; in parse_fsopt_token()
406 kfree(args->fscache_uniq); in destroy_mount_options()
446 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
577 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options()
Dsuper.h90 char *fscache_uniq; /* default NULL */ member
/linux-4.19.296/fs/nfs/
Dsuper.c944 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()
2519 if (parsed->fscache_uniq) { in nfs_get_cache_cookie()
2520 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()
2521 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie()
Dinternal.h105 char *fscache_uniq; member