Searched refs:ceph_parse_fsid (Results 1 – 3 of 3) sorted by relevance
193 int ceph_parse_fsid(const char *str, struct ceph_fsid *fsid) in ceph_parse_fsid() function223 EXPORT_SYMBOL(ceph_parse_fsid);443 err = ceph_parse_fsid(param->string, &opt->fsid); in ceph_parse_param()
300 extern int ceph_parse_fsid(const char *str, struct ceph_fsid *fsid);
294 if (ceph_parse_fsid(fsid_start, &fsid)) in ceph_parse_new_source()