Lines Matching refs:cursor
175 struct fscache_volume *cursor; in fscache_hash_volume() local
184 hlist_bl_for_each_entry(cursor, p, h, hash_link) { in fscache_hash_volume()
185 if (fscache_volume_same(candidate, cursor)) { in fscache_hash_volume()
186 if (!test_bit(FSCACHE_VOLUME_RELINQUISHED, &cursor->flags)) in fscache_hash_volume()
188 fscache_see_volume(cursor, fscache_volume_get_hash_collision); in fscache_hash_volume()
189 set_bit(FSCACHE_VOLUME_COLLIDED_WITH, &cursor->flags); in fscache_hash_volume()
191 collidee_debug_id = cursor->debug_id; in fscache_hash_volume()
204 fscache_see_volume(cursor, fscache_volume_collision); in fscache_hash_volume()
356 struct fscache_volume *cursor; in fscache_wake_pending_volume() local
359 hlist_bl_for_each_entry(cursor, p, h, hash_link) { in fscache_wake_pending_volume()
360 if (fscache_volume_same(cursor, volume)) { in fscache_wake_pending_volume()
361 fscache_see_volume(cursor, fscache_volume_see_hash_wake); in fscache_wake_pending_volume()
363 &cursor->flags); in fscache_wake_pending_volume()