Home
last modified time | relevance | path

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

/fs/ceph/
Dsuper.c321 fsopt->caps_wanted_delay_min = intval; in parse_fsopt_token()
514 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; in parse_mount_options()
641 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options()
643 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()