Searched refs:caps_wanted_delay_max (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ceph/
H A Dsuper.c192 fsparam_u32 ("caps_wanted_delay_max", Opt_caps_wanted_delay_max),
474 fsopt->caps_wanted_delay_max = result.uint_32;
767 if (fsopt->caps_wanted_delay_max != CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT)
768 seq_printf(m, ",caps_wanted_delay_max=%u",
769 fsopt->caps_wanted_delay_max);
1454 fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT;
H A Dsuper.h87 unsigned int caps_wanted_delay_min, caps_wanted_delay_max; member in struct:ceph_mount_options
H A Dcaps.c503 opt->caps_wanted_delay_max * HZ);
1027 unsigned long used_cutoff = jiffies - opt->caps_wanted_delay_max * HZ;
4608 unsigned long delay_max = opt->caps_wanted_delay_max * HZ;
H A Ddir.c1754 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ;

Completed in 208 milliseconds