Searched refs:used_cutoff (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 1018 unsigned long used_cutoff = jiffies - opt->caps_wanted_delay_max * HZ; in __ceph_caps_file_wanted() local 1024 /* use used_cutoff here, to keep dir's wanted caps longer */ in __ceph_caps_file_wanted() 1026 time_after(ci->i_last_rd, used_cutoff)) in __ceph_caps_file_wanted() 1030 time_after(ci->i_last_wr, used_cutoff)) { in __ceph_caps_file_wanted() 1045 time_after(ci->i_last_rd, used_cutoff)) in __ceph_caps_file_wanted() 1053 time_after(ci->i_last_wr, used_cutoff)) in __ceph_caps_file_wanted()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 1000 unsigned long used_cutoff = jiffies - opt->caps_wanted_delay_max * HZ; in __ceph_caps_file_wanted() local 1006 /* use used_cutoff here, to keep dir's wanted caps longer */ in __ceph_caps_file_wanted() 1008 time_after(ci->i_last_rd, used_cutoff)) in __ceph_caps_file_wanted() 1012 time_after(ci->i_last_wr, used_cutoff)) { in __ceph_caps_file_wanted() 1027 time_after(ci->i_last_rd, used_cutoff)) in __ceph_caps_file_wanted() 1035 time_after(ci->i_last_wr, used_cutoff)) in __ceph_caps_file_wanted()
|
Completed in 12 milliseconds