Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dinode.c452 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
1558 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_invalidate_work()
1559 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_invalidate_work()
1573 orig_gen == ci->i_rdcache_revoking) { in ceph_invalidate_work()
1576 ci->i_rdcache_revoking--; in ceph_invalidate_work()
1581 ci->i_rdcache_revoking); in ceph_invalidate_work()
Dcaps.c1502 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1; in try_nonblocking_invalidate()
1617 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
2535 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in handle_cap_grant()
2537 ci->i_rdcache_revoking = ci->i_rdcache_gen; in handle_cap_grant()
Dsuper.h319 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member