Lines Matching defs:cursor
162 struct fscache_volume *cursor;
171 hlist_bl_for_each_entry(cursor, p, h, hash_link) {
172 if (fscache_volume_same(candidate, cursor)) {
173 if (!test_bit(FSCACHE_VOLUME_RELINQUISHED, &cursor->flags))
175 fscache_see_volume(cursor, fscache_volume_get_hash_collision);
176 set_bit(FSCACHE_VOLUME_COLLIDED_WITH, &cursor->flags);
178 collidee_debug_id = cursor->debug_id;
191 fscache_see_volume(cursor, fscache_volume_collision);
344 struct fscache_volume *cursor;
347 hlist_bl_for_each_entry(cursor, p, h, hash_link) {
348 if (fscache_volume_same(cursor, volume)) {
349 fscache_see_volume(cursor, fscache_volume_see_hash_wake);
351 &cursor->flags);