Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dsuper.c278 fsopt->caps_wanted_delay_min = intval; in parse_fsopt_token()
452 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; in parse_mount_options()
566 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options()
568 fsopt->caps_wanted_delay_min); in ceph_show_options()
Dsuper.h78 int caps_wanted_delay_min, caps_wanted_delay_max; member
Dcaps.c506 ma->caps_wanted_delay_min * HZ); in __cap_set_timeouts()