Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsuper.c306 fsopt->caps_wanted_delay_max = intval; in parse_fsopt_token()
484 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in parse_mount_options()
604 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options()
606 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()