Searched defs:e4b (Results 1 – 2 of 2) sorted by relevance
/fs/ext4/ |
D | mballoc.c | 420 static void *mb_find_buddy(struct ext4_buddy *e4b, int order, int *max) in mb_find_buddy() 444 static void mb_free_blocks_double(struct inode *inode, struct ext4_buddy *e4b, in mb_free_blocks_double() 470 static void mb_mark_used_double(struct ext4_buddy *e4b, int first, int count) in mb_mark_used_double() 483 static void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps() 504 struct ext4_buddy *e4b, int first, int count) in mb_free_blocks_double() 508 static inline void mb_mark_used_double(struct ext4_buddy *e4b, in mb_mark_used_double() 513 static inline void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps() 531 static int __mb_check_buddy(struct ext4_buddy *e4b, char *file, in __mb_check_buddy() 630 #define mb_check_buddy(e4b) __mb_check_buddy(e4b, \ argument 633 #define mb_check_buddy(e4b) argument [all …]
|
D | mballoc.h | 238 #define EXT4_MB_BITMAP(e4b) ((e4b)->bd_bitmap) argument 239 #define EXT4_MB_BUDDY(e4b) ((e4b)->bd_buddy) argument
|