Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Dinode.c537 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
1878 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
1879 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_do_invalidate_pages()
1896 orig_gen == ci->i_rdcache_revoking) { in ceph_do_invalidate_pages()
1899 ci->i_rdcache_revoking--; in ceph_do_invalidate_pages()
1904 ci->i_rdcache_revoking); in ceph_do_invalidate_pages()
Dcaps.c1870 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1; in try_nonblocking_invalidate()
2009 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
3365 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in handle_cap_grant()
3367 ci->i_rdcache_revoking = ci->i_rdcache_gen; in handle_cap_grant()
Dsuper.h424 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member