ceph_parse_fsid
if (ceph_parse_fsid(fsid_start, &fsid))
extern int ceph_parse_fsid(const char *str, struct ceph_fsid *fsid);
EXPORT_SYMBOL(ceph_parse_fsid);
err = ceph_parse_fsid(param->string, &opt->fsid);