Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.c459 fsopt->caps_wanted_delay_min = result.uint_32; in ceph_parse_mount_param()
727 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options()
729 fsopt->caps_wanted_delay_min); in ceph_show_options()
1347 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; in ceph_init_fs_context()
Dsuper.h84 unsigned int caps_wanted_delay_min, caps_wanted_delay_max; member
Dcaps.c999 unsigned long idle_cutoff = jiffies - opt->caps_wanted_delay_min * HZ; in __ceph_caps_file_wanted()