Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c480 fsopt->caps_wanted_delay_min = result.uint_32; in ceph_parse_mount_param()
775 if (fsopt->caps_wanted_delay_min != CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT) in ceph_show_options()
777 fsopt->caps_wanted_delay_min); in ceph_show_options()
1465 fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; in ceph_init_fs_context()
H A Dcaps.c1015 unsigned long idle_cutoff = jiffies - opt->caps_wanted_delay_min * HZ; in __ceph_caps_file_wanted()