Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c503 ci->i_hold_caps_max = round_jiffies(jiffies + in __cap_set_timeouts()
506 ceph_vinop(inode), ci->i_hold_caps_max - jiffies); in __cap_set_timeouts()
524 ci->i_hold_caps_max); in __cap_delay_requeue()
4638 if (time_before(loop_start, ci->i_hold_caps_max - delay_max)) { in ceph_check_delayed_caps()
4640 delay = ci->i_hold_caps_max; in ceph_check_delayed_caps()
4644 time_before(jiffies, ci->i_hold_caps_max)) in ceph_check_delayed_caps()
H A Dsuper.h413 unsigned long i_hold_caps_max; /* jiffies */ member
H A Dinode.c622 ci->i_hold_caps_max = 0; in ceph_alloc_inode()