Searched defs:copts (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Drbd.c4895 struct ceph_options *copts; local
4964 copts = ceph_parse_options(options, mon_addrs,
4967 if (IS_ERR(copts)) {
4968 ret = PTR_ERR(copts);
4973 *ceph_opts = copts;

Completed in 57 milliseconds