Searched refs:caps_wanted_delay_min (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 180 fsparam_u32 ("caps_wanted_delay_min", Opt_caps_wanted_delay_min), 344 fsopt->caps_wanted_delay_min = result.uint_32; in ceph_parse_mount_param() 594 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options() 595 seq_printf(m, ",caps_wanted_delay_min=%u", in ceph_show_options() 596 fsopt->caps_wanted_delay_min); in ceph_show_options() 1195 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_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 | 1019 unsigned long idle_cutoff = jiffies - opt->caps_wanted_delay_min * HZ; in __ceph_caps_file_wanted()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 190 fsparam_u32 ("caps_wanted_delay_min", Opt_caps_wanted_delay_min), 466 fsopt->caps_wanted_delay_min = result.uint_32; in ceph_parse_mount_param() 761 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options() 762 seq_printf(m, ",caps_wanted_delay_min=%u", in ceph_show_options() 763 fsopt->caps_wanted_delay_min); in ceph_show_options() 1444 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_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 | 1001 unsigned long idle_cutoff = jiffies - opt->caps_wanted_delay_min * HZ; in __ceph_caps_file_wanted()
|
Completed in 20 milliseconds