bitmap             55 lib/util/idtree.c 	uint32_t		 bitmap;
bitmap            123 lib/util/idtree.c 		bm = ~p->bitmap;
bitmap            171 lib/util/idtree.c 	set_bit(m, p->bitmap);
bitmap            180 lib/util/idtree.c 	while (p->bitmap == IDR_FULL) {
bitmap            184 lib/util/idtree.c 		set_bit((n & IDR_MASK), p->bitmap);
bitmap            221 lib/util/idtree.c 				pn->bitmap = pn->count = 0;
bitmap            228 lib/util/idtree.c 		if (p->bitmap == IDR_FULL)
bitmap            229 lib/util/idtree.c 			set_bit(0, pn->bitmap);
bitmap            252 lib/util/idtree.c 		clear_bit(n, p->bitmap);
bitmap            258 lib/util/idtree.c 	if (p != NULL && test_bit(n, p->bitmap)) {
bitmap            259 lib/util/idtree.c 		clear_bit(n, p->bitmap);
bitmap            312 lib/util/idtree.c 		idp->top->bitmap = idp->top->count = 0;
bitmap            111 source3/include/passdb.h 	struct bitmap *change_flags;
bitmap            112 source3/include/passdb.h 	struct bitmap *set_flags;
bitmap            332 source3/include/proto.h struct bitmap *bitmap_allocate(int n);
bitmap            334 source3/include/proto.h struct bitmap *bitmap_talloc(TALLOC_CTX *mem_ctx, int n);
bitmap             28 source3/lib/bitmap.c struct bitmap *bitmap_allocate(int n)
bitmap             30 source3/lib/bitmap.c 	struct bitmap *bm;
bitmap             32 source3/lib/bitmap.c 	bm = SMB_MALLOC_P(struct bitmap);
bitmap             64 source3/lib/bitmap.c struct bitmap *bitmap_talloc(TALLOC_CTX *mem_ctx, int n)
bitmap             66 source3/lib/bitmap.c 	struct bitmap *bm;
bitmap             70 source3/lib/bitmap.c 	bm = TALLOC_P(mem_ctx, struct bitmap);
bitmap             65 source3/modules/vfs_full_audit.c 	struct bitmap *success_ops;
bitmap             66 source3/modules/vfs_full_audit.c 	struct bitmap *failure_ops;
bitmap            463 source3/param/loadparm.c 	struct bitmap *copymap;
bitmap            100 source3/smbd/conn.c                 struct bitmap * nbmap;
bitmap             48 source3/smbd/globals.c struct bitmap *bmap = 0;
bitmap             54 source3/smbd/globals.c struct bitmap *dptr_bmap = NULL;
bitmap             62 source3/smbd/globals.c struct bitmap *file_bmap = NULL;
bitmap             47 source3/smbd/globals.h extern struct bitmap *bmap;
bitmap             52 source3/smbd/globals.h extern struct bitmap *dptr_bmap;
bitmap             61 source3/smbd/globals.h extern struct bitmap *file_bmap;