Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsuper.c301 fsopt->caps_wanted_delay_min = intval; in parse_fsopt_token()
483 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; in parse_mount_options()
601 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options()
603 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()