Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dcaps.c507 ci->i_hold_caps_max = round_jiffies(jiffies + in __cap_set_timeouts()
510 ci->i_hold_caps_min - jiffies, ci->i_hold_caps_max - jiffies); in __cap_set_timeouts()
526 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
1980 time_before(jiffies, ci->i_hold_caps_max)) { in ceph_check_caps()
3979 time_before(jiffies, ci->i_hold_caps_max)) in ceph_check_delayed_caps()
Dsuper.h337 unsigned long i_hold_caps_max; /* jiffies */ member
Dinode.c473 ci->i_hold_caps_max = 0; in ceph_alloc_inode()