bg_bitmap        7503 fs/ocfs2/alloc.c 	void *bitmap = gd->bg_bitmap;
bg_bitmap         493 fs/ocfs2/ioctl.c 						(unsigned long *)bg->bg_bitmap);
bg_bitmap         545 fs/ocfs2/move_extents.c 		used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap);
bg_bitmap         897 fs/ocfs2/ocfs2_fs.h 		__u8    bg_bitmap[0];
bg_bitmap        1364 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_bitmap);
bg_bitmap        1512 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_bitmap);
bg_bitmap        1598 fs/ocfs2/ocfs2_fs.h 	if ((offsetof(struct ocfs2_group_desc, bg_bitmap) +
bg_bitmap          69 fs/ocfs2/resize.c 				      (unsigned long *)gd->bg_bitmap);
bg_bitmap          72 fs/ocfs2/resize.c 					(unsigned long *)gd->bg_bitmap);
bg_bitmap         388 fs/ocfs2/suballoc.c 	ocfs2_set_bit(0, (unsigned long *)bg->bg_bitmap);
bg_bitmap        1257 fs/ocfs2/suballoc.c 	if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap))
bg_bitmap        1266 fs/ocfs2/suballoc.c 		ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap);
bg_bitmap        1290 fs/ocfs2/suballoc.c 	bitmap = bg->bg_bitmap;
bg_bitmap        1342 fs/ocfs2/suballoc.c 	void *bitmap = bg->bg_bitmap;
bg_bitmap        2418 fs/ocfs2/suballoc.c 				(unsigned long *) bg->bg_bitmap);
bg_bitmap        2421 fs/ocfs2/suballoc.c 				(unsigned long *) undo_bg->bg_bitmap);
bg_bitmap        2790 fs/ocfs2/suballoc.c 	*res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap);