Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dinode.c502 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
1796 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_invalidate_work()
1797 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_invalidate_work()
1813 orig_gen == ci->i_rdcache_revoking) { in ceph_invalidate_work()
1816 ci->i_rdcache_revoking--; in ceph_invalidate_work()
1821 ci->i_rdcache_revoking); in ceph_invalidate_work()
Dsuper.h364 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member
Dcaps.c1775 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1; in try_nonblocking_invalidate()
1905 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
3089 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in handle_cap_grant()
3091 ci->i_rdcache_revoking = ci->i_rdcache_gen; in handle_cap_grant()