Searched defs:ceph_options (Results 1 – 1 of 1) sorted by relevance
43 struct ceph_options { struct44 int flags;45 struct ceph_fsid fsid;46 struct ceph_entity_addr my_addr;47 unsigned long mount_timeout; /* jiffies */48 unsigned long osd_idle_ttl; /* jiffies */49 unsigned long osd_keepalive_timeout; /* jiffies */50 unsigned long monc_ping_timeout; /* jiffies */58 struct ceph_entity_addr *mon_addr; /* should be the first60 int num_mon;[all …]