Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dsuper.c283 fsopt->caps_wanted_delay_max = intval; in parse_fsopt_token()
453 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in parse_mount_options()
569 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options()
571 fsopt->caps_wanted_delay_max); in ceph_show_options()
Dsuper.h78 int caps_wanted_delay_min, caps_wanted_delay_max; member
Dcaps.c508 ma->caps_wanted_delay_max * HZ); in __cap_set_timeouts()