Searched refs:ceph_parse_mon_ips (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/linux/ceph/ |
D | libceph.h | 305 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt,
|
/Linux-v6.1/net/ceph/ |
D | ceph_common.c | 400 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, in ceph_parse_mon_ips() function 416 EXPORT_SYMBOL(ceph_parse_mon_ips);
|
/Linux-v6.1/fs/ceph/ |
D | super.c | 262 r = ceph_parse_mon_ips(dev_name, dev_name_end - dev_name, in ceph_parse_old_source() 391 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()
|
/Linux-v6.1/drivers/block/ |
D | rbd.c | 6496 ret = ceph_parse_mon_ips(mon_addrs, mon_addrs_size, pctx.copts, NULL, in rbd_add_parse_args()
|