Searched defs:e4b (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | mballoc.c | 429 static void *mb_find_buddy(struct ext4_buddy *e4b, int order, int *max) in mb_find_buddy() 454 static void mb_free_blocks_double(struct inode *inode, struct ext4_buddy *e4b, in mb_free_blocks_double() 482 static void mb_mark_used_double(struct ext4_buddy *e4b, int first, int count) in mb_mark_used_double() 495 static void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps() 517 struct ext4_buddy *e4b, int first, int count) in mb_free_blocks_double() 521 static inline void mb_mark_used_double(struct ext4_buddy *e4b, in mb_mark_used_double() 526 static inline void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps() 544 static int __mb_check_buddy(struct ext4_buddy *e4b, char *file, in __mb_check_buddy() 642 #define mb_check_buddy(e4b) __mb_check_buddy(e4b, \ argument 645 #define mb_check_buddy(e4b) argument [all …]
|