Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dsuper.c302 fsopt->caps_wanted_delay_min = intval; in parse_fsopt_token()
492 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; in parse_mount_options()
615 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options()
617 fsopt->caps_wanted_delay_min); in ceph_show_options()
Dsuper.h83 int caps_wanted_delay_min, caps_wanted_delay_max; member
Dcaps.c495 opt->caps_wanted_delay_min * HZ); in __cap_set_timeouts()