Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dsuper.c224 fsopt->caps_wanted_delay_max = intval; in parse_fsopt_token()
354 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in parse_mount_options()
458 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options()
460 fsopt->caps_wanted_delay_max); in ceph_show_options()
Dsuper.h61 int caps_wanted_delay_min, caps_wanted_delay_max; member
Dcaps.c405 ma->caps_wanted_delay_max * HZ); in __cap_set_timeouts()