Searched refs:caps_wanted_delay_max (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 179 fsparam_u32 ("caps_wanted_delay_max", Opt_caps_wanted_delay_max), 349 fsopt->caps_wanted_delay_max = result.uint_32; in ceph_parse_mount_param() 597 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options() 598 seq_printf(m, ",caps_wanted_delay_max=%u", in ceph_show_options() 599 fsopt->caps_wanted_delay_max); in ceph_show_options() 1196 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in ceph_init_fs_context()
|
H A D | super.h | 85 unsigned int caps_wanted_delay_min, caps_wanted_delay_max; member
|
H A D | caps.c | 494 opt->caps_wanted_delay_max * HZ); in __cap_set_timeouts() 1018 unsigned long used_cutoff = jiffies - opt->caps_wanted_delay_max * HZ; in __ceph_caps_file_wanted() 4343 unsigned long delay_max = opt->caps_wanted_delay_max * HZ; in ceph_check_delayed_caps()
|
H A D | dir.c | 1510 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 189 fsparam_u32 ("caps_wanted_delay_max", Opt_caps_wanted_delay_max), 471 fsopt->caps_wanted_delay_max = result.uint_32; in ceph_parse_mount_param() 764 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT) in ceph_show_options() 765 seq_printf(m, ",caps_wanted_delay_max=%u", in ceph_show_options() 766 fsopt->caps_wanted_delay_max); in ceph_show_options() 1445 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; in ceph_init_fs_context()
|
H A D | super.h | 86 unsigned int caps_wanted_delay_min, caps_wanted_delay_max; member
|
H A D | caps.c | 496 opt->caps_wanted_delay_max * HZ); in __cap_set_timeouts() 1000 unsigned long used_cutoff = jiffies - opt->caps_wanted_delay_max * HZ; in __ceph_caps_file_wanted() 4513 unsigned long delay_max = opt->caps_wanted_delay_max * HZ; in ceph_check_delayed_caps()
|
H A D | dir.c | 1706 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()
|
Completed in 24 milliseconds