Searched refs:i_rdcache_revoking (Results 1 – 3 of 3) sorted by relevance
701 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()2259 ceph_vinop(inode), ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_do_invalidate_pages()2260 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_do_invalidate_pages()2277 orig_gen == ci->i_rdcache_revoking) { in ceph_do_invalidate_pages()2280 ci->i_rdcache_revoking--; in ceph_do_invalidate_pages()2285 ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
1977 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1; in try_nonblocking_invalidate()2118 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()3539 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in handle_cap_grant()3541 ci->i_rdcache_revoking = ci->i_rdcache_gen; in handle_cap_grant()
483 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member