Searched refs:bg_block_bitmap (Results  1 – 7 of 7) sorted by relevance
| /linux-4.1.27/fs/ext2/ | 
| D | balloc.c | 86 	bitmap_blk = le32_to_cpu(desc->bg_block_bitmap);  in ext2_valid_block_bitmap() 133 	bitmap_blk = le32_to_cpu(desc->bg_block_bitmap);  in read_block_bitmap() 139 			    block_group, le32_to_cpu(desc->bg_block_bitmap));  in read_block_bitmap() 150 			    block_group, le32_to_cpu(desc->bg_block_bitmap));  in read_block_bitmap() 525 	if (in_range (le32_to_cpu(desc->bg_block_bitmap), block, count) ||  in ext2_free_blocks() 1372 	if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) ||  in ext2_new_blocks()
  | 
| D | super.c | 678 		if (le32_to_cpu(gdp->bg_block_bitmap) < first_block ||  in ext2_check_descriptors() 679 		    le32_to_cpu(gdp->bg_block_bitmap) > last_block)  in ext2_check_descriptors() 684 				    i, (unsigned long) le32_to_cpu(gdp->bg_block_bitmap));  in ext2_check_descriptors()
  | 
| D | ext2.h | 196 	__le32	bg_block_bitmap;		/* Blocks bitmap block */  member
  | 
| /linux-4.1.27/fs/ext3/ | 
| D | balloc.c | 106 	bitmap_blk = le32_to_cpu(desc->bg_block_bitmap);  in ext3_valid_block_bitmap() 158 	bitmap_blk = le32_to_cpu(desc->bg_block_bitmap);  in read_block_bitmap() 164 			    block_group, le32_to_cpu(desc->bg_block_bitmap));  in read_block_bitmap() 175 			    block_group, le32_to_cpu(desc->bg_block_bitmap));  in read_block_bitmap() 542 	if (in_range (le32_to_cpu(desc->bg_block_bitmap), block, count) ||  in ext3_free_blocks_sb() 1659 	if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) ||  in ext3_new_blocks()
  | 
| D | super.c | 1461 		if (le32_to_cpu(gdp->bg_block_bitmap) < first_block ||  in ext3_check_descriptors() 1462 		    le32_to_cpu(gdp->bg_block_bitmap) > last_block)  in ext3_check_descriptors() 1468 					le32_to_cpu(gdp->bg_block_bitmap));  in ext3_check_descriptors()
  | 
| D | ext3.h | 104 	__le32	bg_block_bitmap;		/* Blocks bitmap block */  member
  | 
| D | resize.c | 905 	gdp->bg_block_bitmap = cpu_to_le32(input->block_bitmap);  in ext3_group_add()
  |