i_rdcache_revoking 1784 fs/ceph/caps.c 		ci->i_rdcache_revoking = ci->i_rdcache_gen - 1;
i_rdcache_revoking 1917 fs/ceph/caps.c 			ci->i_rdcache_revoking = ci->i_rdcache_gen;
i_rdcache_revoking 3133 fs/ceph/caps.c 			if (ci->i_rdcache_revoking != ci->i_rdcache_gen) {
i_rdcache_revoking 3135 fs/ceph/caps.c 				ci->i_rdcache_revoking = ci->i_rdcache_gen;
i_rdcache_revoking  502 fs/ceph/inode.c 	ci->i_rdcache_revoking = 0;
i_rdcache_revoking 1864 fs/ceph/inode.c 	     ci->i_rdcache_gen, ci->i_rdcache_revoking);
i_rdcache_revoking 1865 fs/ceph/inode.c 	if (ci->i_rdcache_revoking != ci->i_rdcache_gen) {
i_rdcache_revoking 1881 fs/ceph/inode.c 	    orig_gen == ci->i_rdcache_revoking) {
i_rdcache_revoking 1884 fs/ceph/inode.c 		ci->i_rdcache_revoking--;
i_rdcache_revoking 1889 fs/ceph/inode.c 		     ci->i_rdcache_revoking);
i_rdcache_revoking  382 fs/ceph/super.h 	u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */