Home
last modified time | relevance | path

Searched refs:ceph_parse_fsid (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/ceph/
Dceph_common.c193 int ceph_parse_fsid(const char *str, struct ceph_fsid *fsid) in ceph_parse_fsid() function
223 EXPORT_SYMBOL(ceph_parse_fsid);
443 err = ceph_parse_fsid(param->string, &opt->fsid); in ceph_parse_param()
/linux-6.6.21/include/linux/ceph/
Dlibceph.h290 extern int ceph_parse_fsid(const char *str, struct ceph_fsid *fsid);
/linux-6.6.21/fs/ceph/
Dsuper.c301 if (ceph_parse_fsid(fsid_start, &fsid)) in ceph_parse_new_source()