Home
last modified time | relevance | path

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

/fs/ceph/
Dsuper.c236 fsopt->caps_wanted_delay_max = intval; in parse_fsopt_token()
381 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in parse_mount_options()
493 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options()
495 fsopt->caps_wanted_delay_max); in ceph_show_options()
Dsuper.h61 int caps_wanted_delay_min, caps_wanted_delay_max; member
Dcaps.c410 ma->caps_wanted_delay_max * HZ); in __cap_set_timeouts()