Home
last modified time | relevance | path

Searched refs:caps_wanted_delay_max (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/ceph/
Dsuper.c228 fsopt->caps_wanted_delay_max = intval; in parse_fsopt_token()
365 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in parse_mount_options()
471 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options()
473 fsopt->caps_wanted_delay_max); in ceph_show_options()
Dsuper.h62 int caps_wanted_delay_min, caps_wanted_delay_max; member
Dcaps.c405 ma->caps_wanted_delay_max * HZ); in __cap_set_timeouts()