Searched refs:mount_timeout (Results 1 – 6 of 6) sorted by relevance
355 opt->mount_timeout = CEPH_MOUNT_TIMEOUT_DEFAULT; /* seconds */ in ceph_parse_options()448 opt->mount_timeout = intval; in ceph_parse_options()517 if (opt->mount_timeout != CEPH_MOUNT_TIMEOUT_DEFAULT) in ceph_print_client_options()518 seq_printf(m, "mount_timeout=%d,", opt->mount_timeout); in ceph_print_client_options()633 unsigned long timeout = client->options->mount_timeout * HZ; in __ceph_open_session()
46 int mount_timeout; member
103 mount_timeout=X
732 req->r_timeout = fsc->client->options->mount_timeout * HZ; in open_root_dentry()
3435 fsc->client->options->mount_timeout * HZ); in wait_requests()3555 unsigned long timeout = fsc->client->options->mount_timeout * HZ; in ceph_mdsc_close_sessions()
4985 unsigned long timeout = rbdc->client->options->mount_timeout * HZ; in rbd_add_get_pool_id()