Home
last modified time | relevance | path

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

/fs/ceph/
Dinode.c502 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
1863 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
1864 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_do_invalidate_pages()
1881 orig_gen == ci->i_rdcache_revoking) { in ceph_do_invalidate_pages()
1884 ci->i_rdcache_revoking--; in ceph_do_invalidate_pages()
1889 ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
Dcaps.c1800 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1; in try_nonblocking_invalidate()
1933 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
3172 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in handle_cap_grant()
3174 ci->i_rdcache_revoking = ci->i_rdcache_gen; in handle_cap_grant()
Dsuper.h382 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member