Searched refs:osd_keepalive_timeout (Results 1 – 3 of 3) sorted by relevance
354 opt->osd_keepalive_timeout = CEPH_OSD_KEEPALIVE_DEFAULT; in ceph_parse_options()442 opt->osd_keepalive_timeout = intval; in ceph_parse_options()521 if (opt->osd_keepalive_timeout != CEPH_OSD_KEEPALIVE_DEFAULT) in ceph_print_client_options()523 opt->osd_keepalive_timeout); in ceph_print_client_options()
1202 osdc->client->options->osd_keepalive_timeout * HZ); in __schedule_osd_timeout()1573 osdc->client->options->osd_keepalive_timeout * HZ; in handle_timeout()
48 int osd_keepalive_timeout; member