bitmap_allocate   332 source3/include/proto.h struct bitmap *bitmap_allocate(int n);
bitmap_allocate   831 source3/modules/vfs_full_audit.c 	*bm = bitmap_allocate(SMB_VFS_OP_LAST);
bitmap_allocate  7410 source3/param/loadparm.c 	pservice->copymap = bitmap_allocate(NUMPARAMETERS);
bitmap_allocate    35 source3/smbd/conn.c 	bmap = bitmap_allocate(BITMAP_BLOCK_SZ);
bitmap_allocate   111 source3/smbd/conn.c                 nbmap = bitmap_allocate(newsz);
bitmap_allocate   123 source3/smbd/dir.c 	dptr_bmap = bitmap_allocate(MAX_DIRECTORY_HANDLES);
bitmap_allocate   184 source3/smbd/files.c 	file_bmap = bitmap_allocate(real_max_open_files);