bitmap 333 source3/include/proto.h void bitmap_free(struct bitmap *bm); bitmap 335 source3/include/proto.h int bitmap_copy(struct bitmap * const dst, const struct bitmap * const src); bitmap 336 source3/include/proto.h bool bitmap_set(struct bitmap *bm, unsigned i); bitmap 337 source3/include/proto.h bool bitmap_clear(struct bitmap *bm, unsigned i); bitmap 338 source3/include/proto.h bool bitmap_query(struct bitmap *bm, unsigned i); bitmap 339 source3/include/proto.h int bitmap_find(struct bitmap *bm, unsigned ofs); bitmap 52 source3/lib/bitmap.c void bitmap_free(struct bitmap *bm) bitmap 89 source3/lib/bitmap.c int bitmap_copy(struct bitmap * const dst, const struct bitmap * const src) bitmap 102 source3/lib/bitmap.c bool bitmap_set(struct bitmap *bm, unsigned i) bitmap 116 source3/lib/bitmap.c bool bitmap_clear(struct bitmap *bm, unsigned i) bitmap 130 source3/lib/bitmap.c bool bitmap_query(struct bitmap *bm, unsigned i) bitmap 143 source3/lib/bitmap.c int bitmap_find(struct bitmap *bm, unsigned ofs) bitmap 824 source3/modules/vfs_full_audit.c static void init_bitmap(struct bitmap **bm, const char **ops) bitmap 5621 source3/param/loadparm.c struct bitmap *pcopymapDest); bitmap 6651 source3/param/loadparm.c struct bitmap *pcopymapDest)