Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c485 fsopt->caps_wanted_delay_max = result.uint_32; in ceph_parse_mount_param()
778 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options()
780 fsopt->caps_wanted_delay_max); in ceph_show_options()
1466 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in ceph_init_fs_context()
H A Dcaps.c504 opt->caps_wanted_delay_max * HZ); in __cap_set_timeouts()
1014 unsigned long used_cutoff = jiffies - opt->caps_wanted_delay_max * HZ; in __ceph_caps_file_wanted()
4613 unsigned long delay_max = opt->caps_wanted_delay_max * HZ; in ceph_check_delayed_caps()
H A Ddir.c1781 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()