Lines Matching defs:ceph_options
47 struct ceph_options { struct
48 int flags;
49 struct ceph_fsid fsid;
50 struct ceph_entity_addr my_addr;
51 unsigned long mount_timeout; /* jiffies */
52 unsigned long osd_idle_ttl; /* jiffies */
53 unsigned long osd_keepalive_timeout; /* jiffies */
54 unsigned long osd_request_timeout; /* jiffies */
55 u32 read_from_replica; /* CEPH_OSD_FLAG_BALANCE/LOCALIZE_READS */
63 struct ceph_entity_addr *mon_addr; /* should be the first
65 int num_mon;
66 char *name;
67 struct ceph_crypto_key *key;
68 struct rb_root crush_locs;