Home
last modified time | relevance | path

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

/linux-6.15/fs/ceph/
H A Dcaps.c1026 time_after(ci->i_last_wr, used_cutoff)) { in __ceph_caps_file_wanted()
1049 time_after(ci->i_last_wr, used_cutoff)) in __ceph_caps_file_wanted()
1051 } else if (time_after(ci->i_last_wr, idle_cutoff)) { in __ceph_caps_file_wanted()
4719 ci->i_last_wr = now; in __ceph_touch_fmode()
H A Dsuper.h422 unsigned long i_last_wr; member
H A Dinode.c628 ci->i_last_rd = ci->i_last_wr = jiffies - 3600 * HZ; in ceph_alloc_inode()