Home
last modified time | relevance | path

Searched refs:bd_info (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/ext4/
Dmballoc.c471 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_free_blocks_double()
475 if (!mb_test_bit(first + i, e4b->bd_info->bb_bitmap)) { in mb_free_blocks_double()
487 mb_clear_bit(first + i, e4b->bd_info->bb_bitmap); in mb_free_blocks_double()
495 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_mark_used_double()
499 BUG_ON(mb_test_bit(first + i, e4b->bd_info->bb_bitmap)); in mb_mark_used_double()
500 mb_set_bit(first + i, e4b->bd_info->bb_bitmap); in mb_mark_used_double()
506 if (memcmp(e4b->bd_info->bb_bitmap, bitmap, e4b->bd_sb->s_blocksize)) { in mb_cmp_bitmaps()
509 b1 = (unsigned char *) e4b->bd_info->bb_bitmap; in mb_cmp_bitmaps()
611 MB_CHECK_ASSERT(e4b->bd_info->bb_counters[order] == count); in __mb_check_buddy()
619 MB_CHECK_ASSERT(i >= e4b->bd_info->bb_first_free); in __mb_check_buddy()
[all …]
Dmballoc.h203 struct ext4_group_info *bd_info; member
/linux-4.1.27/arch/powerpc/boot/
Dredboot.h18 typedef struct bd_info { struct
Dppcboot.h37 typedef struct bd_info { struct
Dppcboot-hotfoot.h49 typedef struct bd_info { struct
/linux-4.1.27/Documentation/powerpc/
Dbootwrapper.txt30 bd_info structure and loads the data into the device
33 bd_info structure used in the old U-Boot interfaces,
37 from the platform specific bd_info file. The platform