Home
last modified time | relevance | path

Searched refs:i_rdcache_revoking (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dinode.c516 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
1904 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
1905 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_do_invalidate_pages()
1922 orig_gen == ci->i_rdcache_revoking) { in ceph_do_invalidate_pages()
1925 ci->i_rdcache_revoking--; in ceph_do_invalidate_pages()
1930 ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
H A Dsuper.h410 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member
H A Dcaps.c1894 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1;
2025 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
3393 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) {
3395 ci->i_rdcache_revoking = ci->i_rdcache_gen;
/kernel/linux/linux-6.6/fs/ceph/
H A Dinode.c642 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
2117 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
2118 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_do_invalidate_pages()
2135 orig_gen == ci->i_rdcache_revoking) { in ceph_do_invalidate_pages()
2138 ci->i_rdcache_revoking--; in ceph_do_invalidate_pages()
2143 ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
H A Dcaps.c1938 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1;
2075 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
3456 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) {
3458 ci->i_rdcache_revoking = ci->i_rdcache_gen;
H A Dsuper.h445 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member

Completed in 22 milliseconds