Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dinode.c701 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()
H A Dcaps.c1977 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()
H A Dsuper.h483 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member