Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dinode.c451 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
1621 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_invalidate_work()
1622 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_invalidate_work()
1636 orig_gen == ci->i_rdcache_revoking) { in ceph_invalidate_work()
1639 ci->i_rdcache_revoking--; in ceph_invalidate_work()
1644 ci->i_rdcache_revoking); in ceph_invalidate_work()
Dsuper.h341 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member
Dcaps.c1551 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1; in try_nonblocking_invalidate()
1667 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
2810 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in handle_cap_grant()
2812 ci->i_rdcache_revoking = ci->i_rdcache_gen; in handle_cap_grant()