Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dinode.c364 ci->i_rdcache_revoking = 0; in ceph_alloc_inode()
1390 ci->i_rdcache_gen, ci->i_rdcache_revoking); in ceph_invalidate_work()
1391 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in ceph_invalidate_work()
1403 orig_gen == ci->i_rdcache_revoking) { in ceph_invalidate_work()
1406 ci->i_rdcache_revoking--; in ceph_invalidate_work()
1411 ci->i_rdcache_revoking); in ceph_invalidate_work()
Dcaps.c1436 ci->i_rdcache_revoking = ci->i_rdcache_gen - 1; in try_nonblocking_invalidate()
1539 ci->i_rdcache_revoking = ci->i_rdcache_gen; in ceph_check_caps()
2342 if (ci->i_rdcache_revoking != ci->i_rdcache_gen) { in handle_cap_grant()
2344 ci->i_rdcache_revoking = ci->i_rdcache_gen; in handle_cap_grant()
Dsuper.h318 u32 i_rdcache_revoking; /* RDCACHE gen to async invalidate, if any */ member