Searched refs:ext4_buddy (Results 1 – 3 of 3) sorted by relevance
| /fs/ext4/ |
| A D | mballoc.c | 1583 struct ext4_buddy e4b; in ext4_mb_init_group() 2971 struct ext4_buddy e4b; in ext4_mb_regular_allocator() 3113 struct ext4_buddy e4b; in ext4_mb_seq_groups_show() 3612 struct ext4_buddy e4b; in ext4_discard_work() 3936 struct ext4_buddy e4b; in ext4_free_data_in_buddy() 4702 struct ext4_buddy e4b; in ext4_discard_allocated_blocks() 5481 struct ext4_buddy e4b; in ext4_mb_discard_group_preallocations() 5590 struct ext4_buddy e4b; in ext4_discard_preallocations() 5915 struct ext4_buddy e4b; in ext4_mb_discard_lg_preallocations() 6518 struct ext4_buddy e4b; in ext4_mb_clear_bb() [all …]
|
| A D | mballoc-test.c | 699 void *ext4_buddy, struct ext4_group_info *ext4_grp) in do_test_generate_buddy() argument 709 memset(ext4_buddy, 0xff, sb->s_blocksize); in do_test_generate_buddy() 710 ext4_mb_generate_buddy(sb, ext4_buddy, bitmap, TEST_GOAL_GROUP, in do_test_generate_buddy() 713 KUNIT_ASSERT_EQ(test, memcmp(mbt_buddy, ext4_buddy, sb->s_blocksize), in do_test_generate_buddy() 747 test_mb_mark_used_range(struct kunit *test, struct ext4_buddy *e4b, in test_mb_mark_used_range() 782 struct ext4_buddy e4b; in test_mb_mark_used() 817 test_mb_free_blocks_range(struct kunit *test, struct ext4_buddy *e4b, in test_mb_free_blocks_range() 848 struct ext4_buddy e4b; in test_mb_free_blocks() 896 struct ext4_buddy e4b; in test_mb_mark_used_cost()
|
| A D | mballoc.h | 213 struct ext4_buddy *ac_e4b; 224 struct ext4_buddy { struct
|
Completed in 25 milliseconds