Home
last modified time | relevance | path

Searched refs:mount_timeout (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/ceph/
H A Dceph_common.c332 opt->mount_timeout = CEPH_MOUNT_TIMEOUT_DEFAULT; in ceph_alloc_options()
527 opt->mount_timeout = msecs_to_jiffies(result.uint_32 * 1000); in ceph_parse_param()
635 if (opt->mount_timeout != CEPH_MOUNT_TIMEOUT_DEFAULT) in ceph_print_client_options()
637 jiffies_to_msecs(opt->mount_timeout) / 1000); in ceph_print_client_options()
766 unsigned long timeout = client->options->mount_timeout; in __ceph_open_session()
H A Dosd_client.c4751 ret = wait_request_timeout(req, opts->mount_timeout); in ceph_osdc_unwatch()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dlibceph.h51 unsigned long mount_timeout; /* jiffies */ member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dceph.rst118 mount_timeout=X
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c892 req->r_timeout = fsc->client->options->mount_timeout; in open_root_dentry()
H A Dmds_client.c4652 ceph_timeout_jiffies(opts->mount_timeout)); in wait_requests()
4831 ceph_timeout_jiffies(opts->mount_timeout)); in ceph_mdsc_close_sessions()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c968 rbdc->client->options->mount_timeout); in rbd_get_client()