Home
last modified time | relevance | path

Searched refs:i_hold_caps_max (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c493 ci->i_hold_caps_max = round_jiffies(jiffies + in __cap_set_timeouts()
496 ci->i_hold_caps_max - jiffies); in __cap_set_timeouts()
511 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
4335 * processed in this run. In this case, the ci->i_hold_caps_max will be
4353 if (time_before(loop_start, ci->i_hold_caps_max - delay_max)) { in ceph_check_delayed_caps()
4355 delay = ci->i_hold_caps_max; in ceph_check_delayed_caps()
4359 time_before(jiffies, ci->i_hold_caps_max)) in ceph_check_delayed_caps()
H A Dsuper.h381 unsigned long i_hold_caps_max; /* jiffies */ member
H A Dinode.c485 ci->i_hold_caps_max = 0; in ceph_alloc_inode()
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c495 ci->i_hold_caps_max = round_jiffies(jiffies + in __cap_set_timeouts()
498 ci->i_hold_caps_max - jiffies); in __cap_set_timeouts()
513 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
4505 * processed in this run. In this case, the ci->i_hold_caps_max will be
4523 if (time_before(loop_start, ci->i_hold_caps_max - delay_max)) { in ceph_check_delayed_caps()
4525 delay = ci->i_hold_caps_max; in ceph_check_delayed_caps()
4529 time_before(jiffies, ci->i_hold_caps_max)) in ceph_check_delayed_caps()
H A Dsuper.h411 unsigned long i_hold_caps_max; /* jiffies */ member
H A Dinode.c610 ci->i_hold_caps_max = 0; in ceph_alloc_inode()

Completed in 25 milliseconds