ewah_each_bit    2597 dir.c          	ewah_each_bit(rd.check_only, set_check_only, &rd);
ewah_each_bit    2599 dir.c          	ewah_each_bit(rd.valid, read_stat, &rd);
ewah_each_bit    2600 dir.c          	ewah_each_bit(rd.sha1_valid, read_sha1, &rd);
ewah_each_bit     123 ewah/ewok.h    void ewah_each_bit(struct ewah_bitmap *self, ewah_callback callback, void *payload);
ewah_each_bit     149 split-index.c  	ewah_each_bit(si->replace_bitmap, replace_entry, istate);
ewah_each_bit     150 split-index.c  	ewah_each_bit(si->delete_bitmap, mark_entry_for_delete, istate);
ewah_each_bit      30 test-dump-split-index.c 		ewah_each_bit(si->replace_bitmap, show_bit, NULL);
ewah_each_bit      33 test-dump-split-index.c 		ewah_each_bit(si->delete_bitmap, show_bit, NULL);