file_bmap          59 source3/smbd/files.c 	i = bitmap_find(file_bmap, first_file);
file_bmap          92 source3/smbd/files.c 	bitmap_set(file_bmap, i);
file_bmap         184 source3/smbd/files.c 	file_bmap = bitmap_allocate(real_max_open_files);
file_bmap         186 source3/smbd/files.c 	if (!file_bmap) {
file_bmap         472 source3/smbd/files.c 	bitmap_clear(file_bmap, fsp->fnum - FILE_HANDLE_OFFSET);
file_bmap          62 source3/smbd/globals.c struct bitmap *file_bmap = NULL;
file_bmap          61 source3/smbd/globals.h extern struct bitmap *file_bmap;