Searched defs:ceph_options (Results 1 – 1 of 1) sorted by relevance
42 struct ceph_options { struct43 int flags;44 struct ceph_fsid fsid;45 struct ceph_entity_addr my_addr;46 int mount_timeout;47 int osd_idle_ttl;48 int osd_keepalive_timeout;56 struct ceph_entity_addr *mon_addr; /* should be the first58 int num_mon;59 char *name;[all …]