Searched defs:e4b (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ext4/ |
H A D | mballoc.c | 527 static void *mb_find_buddy(struct ext4_buddy *e4b, int order, int *max) in mb_find_buddy() 552 static void mb_free_blocks_double(struct inode *inode, struct ext4_buddy *e4b, in mb_free_blocks_double() 580 static void mb_mark_used_double(struct ext4_buddy *e4b, int first, int count) in mb_mark_used_double() 593 static void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps() 642 struct ext4_buddy *e4b, int first, int count) in mb_free_blocks_double() 646 static inline void mb_mark_used_double(struct ext4_buddy *e4b, in mb_mark_used_double() 651 static inline void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps() 680 static void __mb_check_buddy(struct ext4_buddy *e4b, char *file, in __mb_check_buddy() 773 #define mb_check_buddy(e4b) __mb_check_buddy(e4b, \ argument 776 #define mb_check_buddy(e4b) argument [all …]
|
H A D | mballoc-test.c | 746 test_mb_mark_used_range(struct kunit *test, struct ext4_buddy *e4b, in test_mb_mark_used_range() 781 struct ext4_buddy e4b; in test_mb_mark_used() local 813 test_mb_free_blocks_range(struct kunit *test, struct ext4_buddy *e4b, in test_mb_free_blocks_range() 844 struct ext4_buddy e4b; in test_mb_free_blocks() local 889 struct ext4_buddy e4b; in test_mb_mark_used_cost() local
|