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

/linux-master/fs/ceph/
H A Dcaps.c502 ci->i_hold_caps_max = round_jiffies(jiffies +
505 ceph_vinop(inode), ci->i_hold_caps_max - jiffies);
523 ci->i_hold_caps_max);
4599 * processed in this run. In this case, the ci->i_hold_caps_max will be
4618 if (time_before(loop_start, ci->i_hold_caps_max - delay_max)) {
4620 delay = ci->i_hold_caps_max;
4624 time_before(jiffies, ci->i_hold_caps_max))
H A Dsuper.h412 unsigned long i_hold_caps_max; /* jiffies */ member in struct:ceph_inode_info
H A Dinode.c622 ci->i_hold_caps_max = 0;

Completed in 289 milliseconds